1.2.5 Configure DBAdapter

This topic explains the steps to configure DBAdapter.

To configure DBAdapter, follow the steps given below.
  1. Log in to Weblogic Console and click Deployment under Domain Structure.
    The Summary of Deployments screen is displayed.

    Figure 1-19 Summary of Deployments



  2. In the Deployments table, select DbAdapter. You will be navigated to Settings for DbAdapter.
    The Settings for DBAdapter screen is displayed.

    Figure 1-20 Settings for DBAdapter



  3. Click the Configuration tab and select Outbound Connection Pools under it.
  4. Under Groups and Instances, click and expand javax.resource.cci.ConnectionFactory.
  5. Click New and select javax.resource.cci.ConnectionFactory in Outbound Connection Group.
  6. Define JNDI Name as eis/DB/FCCDEV and click on Finish.

    Stop

    The jndi name should be the same as the one in the Dbutility sub-process.
  7. Click the DbAdapter again.
    The new JNDI name is listed.
  8. Click on the hyperlink eis/DB/FCCDEV.
    The Settings for javax.resource.cci.ConnectionFactory screen is displayed.

    Figure 1-21 Settings for javax.resource.cci.ConnectionFactory



  9. Click the Property Value field for the DataSourceName and update the application JNDI reference (given in fcubs.properties file), and press the Enter key.
  10. Save and restart the Admin server.