AIA Installer Driver 11.1.1.5 : Loading AIA Metadata to Oracle Metadata
Services Repository
AIA Installer Driver 11.1.1.5 : Loading AIA Metadata to Oracle Metadata Services
Repository
To update SOA-MDS (apps/AIAMetaData):
1. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder.
2. Source aiaenv.sh by executing the following command:
3. source aiaenv.sh
4. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/config folder. Open
the deployment plan file, UpdateMetaDataDP.xml.
5. Update UpdateMetaDataDP.xml by inserting include tags for each resource group that
you want to add to the MDS:
1. To upload all files under AIAMetaData, add the following:
2. <include name ="AIAMetadata/**"/>
3. To upload AOL objects to MDS, see the following example.
For example, to upload SEBL AOL objects in the
AIAComponents/ApplicationObjectLibrary/SEBL/schemas folder, add the
following:
4. <include
name="AIAComponents/ApplicationObjectLibrary/SEBL/schemas/**"/>
6. Access the AIA_HOME/Infrastructure/Install/config folder. Execute the
UpdateMetaData.xml script:
7. ant -f UpdateMetaData.xml

Xavier mds upload

  • 1.
    AIA Installer Driver11.1.1.5 : Loading AIA Metadata to Oracle Metadata Services Repository AIA Installer Driver 11.1.1.5 : Loading AIA Metadata to Oracle Metadata Services Repository To update SOA-MDS (apps/AIAMetaData): 1. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder. 2. Source aiaenv.sh by executing the following command: 3. source aiaenv.sh 4. Access the $AIA_HOME/aia_instances/$INSTANCE_NAME/config folder. Open the deployment plan file, UpdateMetaDataDP.xml. 5. Update UpdateMetaDataDP.xml by inserting include tags for each resource group that you want to add to the MDS: 1. To upload all files under AIAMetaData, add the following: 2. <include name ="AIAMetadata/**"/> 3. To upload AOL objects to MDS, see the following example. For example, to upload SEBL AOL objects in the AIAComponents/ApplicationObjectLibrary/SEBL/schemas folder, add the following: 4. <include name="AIAComponents/ApplicationObjectLibrary/SEBL/schemas/**"/> 6. Access the AIA_HOME/Infrastructure/Install/config folder. Execute the UpdateMetaData.xml script: 7. ant -f UpdateMetaData.xml