Creating an Adapter Configuration for Publication Service

After creating an Adapter for Database connection, you have to create an adapter configuration.

Procedure

  1. In TIBCO Business Studio, click File > New > Other.
  2. Select TIBCO Adapters > Adapter for Database > Adapter for Database Configuration and click Next.
  3. In the Create new Adapter for Database Configuration window, select the ADADB_loadbalancing project folder. Specify the file name for the adapter configuration. Click Finish.
    In this example, the adapter configuration file name is test_pub1.adadbmodel.
  4. In the Configuration tab, do the following configurations:
    • Select the database type you are using, such as Oracle, from the Vendor list.
    • Keep the Write to Database on Save check box selected. This default option writes configuration information to the database when you save the project.
    • Click the browse button next to the Connection Reference field. In the Adapter for Database Connection Configuration dialog, select the database connection that you have created. In this example, select Oracle6694.sharedadbc. Click OK.
  5. Repeat Step 1 to Step 4 to create another adapter configuration, with the file name of test_pub2.adadbmodel.
    Note that you must clear the Write to Database on Save check box in this adapter configuration.