Migrating AIAConfigurationProperties.xml
The AIAConfigurationProperties.xml that was available in the 11g version is also available in the 12c version. Updating the ConfigurationProperties differs in SOA Suite 12c.
To update the configuration:
1. Download the configuration properties file from MDS using GetFieldWorkConfigFileDP.xml.
Linux:
ant -f $SOA_HOME/aiafp/Install/AID/AIAInstallDriver.xml - DDeploymentPlan=$AIA_HOME/pips/FieldWork/DeploymentPlans/ GetFieldWorkConfigFileDP.xml -DPropertiesFile=$DOMAIN_LOCATION/soa/aia/bin/ AIAInstallProperties.xml
Windows:
ant -f %SOA_HOME%\aiafp\Install\AID\AIAInstallDriver.xml - DDeploymentPlan=%AIA_HOME%\pips\FieldWork\DeploymentPlans\Ge tFieldWo rkConfigFileDP.xml - DPropertiesFile=%DOMAIN_LOCATION%\soa\aia\bin\AIAInstallProperties.xml
This process prompts for user name and password. Enter these details to complete the process.
2. Merge the changes from 11g version into the downloaded file in $AIA_HOME/config folder. Run the UpdateFieldWorkConfigFileDP.xml utility.
Linux:
ant -f $SOA_HOME/aiafp/Install/AID/AIAInstallDriver.xml - DDeploymentPlan=$AIA_HOME/pips/FieldWork/DeploymentPlans/ UpdateFieldWorkConfigFileDP.xml -DPropertiesFile=$DOMAIN_LOCATION/soa/aia/bin/ AIAInstallProperties.xml
Windows:
ant -f %SOA_HOME%\aiafp\Install\AID\AIAInstallDriver.xml - DDeploymentPlan=%AIA_HOME%\pips\FieldWork\DeploymentPlans\Up dateField WorkConfigFileDP.xml - DPropertiesFile=%DOMAIN_LOCATION%\soa\aia\bin\AIAInstallProperties.xml