Command Line Utility for Object Application Mapping in Metadata Browser

The following command line utility is introduced to perform Object Application mapping

Following are the pre-requisites before executing this utility:
  1. Ensure that JAVA_HOME is pointing to JAVA bin installation directory.
  2. Ensure that the following jar file is present in $FIC_DB_HOM/lib directory.

    aai-wsclient-mdbpublish.jar, aai-wsmdbpublishservice.jar

  3. Ensure that ObjAppMap.properties file is present in $FIC_DB_HOME/conf folder.

    You can also manually update the properties file in the path $FIC_DB_HOME/conf/ ObjAppMap.properties to point to the required ServiceURL.

    MAP_WSDL_LOCATION= URL of WebService

    For example, https://<<IP ADDRESS>>/OFSAAI/ mdbObjAppMap?wsdl

To execute Metadata Object Application Mapping utility:

  1. Navigate to $FIC_DB_HOME/bin of OFSAAI FIC DB tier.
  2. Execute MDBObjAppMap.sh (UNIX)

    For example, ./MDBObjAppMap.sh

  3. While executing, provide any of the following parameter as required:
    • ALL - To do object application mapping in all the available information domains.
    • INFODM1 - To do object application mapping in only one (specified) information domain.
    • INFODOM1~INFODOM2~INFODOM3 - To do object application mapping in multiple (specified) information domains separated by tilde β€œ~”.

    Note:

    If no parameter is specified, by default β€œALL” option is considered.
  4. You can access the location $FIC_DB_HOME\log\MDBObjAppMap.log to view the related log files.