1.
Access the file aiaenv.sh at
$AIA_HOME/aia_instances/$INSTANCE_NAME/bin folder. In My case aiaenv.sh file is
located at
/charter/apps/fmw/soasuite/Oracle_AIAFP1/aia_instances/DEV_AIAFP/bin.
2.
Source aiaenv.sh by executing the
following command: source aiaenv.sh
3.
Access the
$AIA_HOME/aia_instances/$INSTANCE_NAME/config folder. In my case
/charter/apps/fmw/soasuite/Oracle_AIAFP1/aia_instances/DEV_AIAFP/config is the
folder. Open the deployment plan file, UpdateMetaDataDP.xml.
4.
Update UpdateMetaDataDP.xml by
inserting include tags for each resource group that you want to add to the MDS:
a.
To upload all files under
AIAMetaData, add the following:
b.
<include name
="AIAMetadata/**"/>
c.
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:
<include
name="AIAComponents/ApplicationObjectLibrary/SEBL/schemas/**"/>
Note: In
the include tag; the folder path must be relative to the folder AIAMetaData.
5.
Access the
AIA_HOME/Infrastructure/Install/config folder. Execute the UpdateMetaData.xml
script: ant -f UpdateMetaData.xml
6.
Admin access is required to
execute the script. In my case the user Id/password: weblogic / weblogic2.
No comments:
Post a Comment