1.2.2 Configure libovd for single Entity

This topic explains the configuration of lipovd details for single entity.

Follow the steps given below to configure the libovd details for a single entity.

  1. Along with the Oracle FLEXCUBE IS EAR file, the Installer creates the FCBPELCIS.jar file.
  2. On the application server host, create a folder by the name classes at the location <MIDDLEWARE_HOME>soa\soa\modules\oracle.soa.ext_11.1.x.
  3. Extract the file FCBPELCIS.jar and from the extracted content, copy the folder com to: <MIDDLEWARE_HOME>soa\soa\modules\oracle.soa.ext_11.1.x\classes.
  4. Navigate to the location <MIDDLEWARE_HOME>soa\soa\modules\oracle.soa.ext_11.1.x\classes\com\ofss\fcc\bpel\cac. Edit the properties file CISProperties.properties and update JNDI.name with the JNDI name defined in the property file fcubs.properties.
  5. Copy FCBPELCIS.jar to <MIDDLEWARE_HOME>/user_projects/domains/<domain_name>/config/fmwconfig/ovd/plu gins/lib.
    Create the directory structure if it does not exists.
  6. Copy the fcubs_adapter.xml to <MIDDLEWARE_HOME>/oracle_common/modules/oracle.ovd/templates/.
  7. Search for <FCUBSDATASOURCE> in fcubs_adapter.xml and update it with FCUBS Datasource name.
  8. Execute the libovdadapterconfig script which is present in <MIDDLEWARE_HOME>/oracle_common/bin with below parameters.
  9. Provide the below arguments with values for admin server host name or IP, admin server port, WebLogic user id, domain home, and fcubs datasource.
    ./libovdadapterconfig.sh -adapterName fcubsadapter -adapterTemplate fcubs_adapter.xml -host <ADMIN_SERVER_HOST> -port <ADMIN_PORT> -userName <WEBLOGIC_USERID> -domainPath <DOMAIN_HOME> -dataStore DB -root ou=fcubs,dc=oracle,dc=com -contextName default - dataSourceJNDIName <FCUBSDATASOURCE>
  10. Once the above steps are completed, restart the server.