![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Each adapter project contains one or more instances of the adapter service engine configuration. This configuration is accessed whenever an adapter application is started.A typical sequence for creating an adapter project and configuring an Adapter Service Engine instance is as follows:Refer to Starting TIBCO Business Studio for how to start TIBCO Business Studio.An adapter project contains the configuration files that define runtime options for the Adapter Service Engine.
2. Select File > New > Project from the Menu to open the New Project window.
3. Select TIBCO ActiveMatrix Adapters > Adapter Project in the Select a wizard page, as shown below, and then click the Next button.Figure 14 Create a Project - Select a Wizard
4. Enter TIB_SBL_Adapter as the adapter project name in the Project name field and then click the Finish button. The newly created project is shown in the Project Explorer.For detailed information about creating a new adapter project, refer to Creating an Adapter Project.
a. Click the TIB_SBL_Adapter project in the Project Explorer Panel, and then select File > New > Adapter Resources... from the Menu to open the Create New Adapters Resource dialog.
b. Expand the Shared Resources folder and select Siebel Connection. Click the Next button to open the Siebel Connection Shared Resource dialog, as shown below.
c. Click the Finish button to close the dialog to open the connection configuration file Siebel_Connection_Configuration.sharedadsblconn under the TIB_SBL_Adapter project folder in the Project Explorer Panel.
2. Double-click Siebel_Connection_Configuration.sharedadsblconn to open the configuration tabs on the right Editor Panel. Specify the value for each parameter listed below:
−
−
− For detailed information about creating and configuring a Siebel Connection, refer to Creating a Siebel Connection and Configuring a Siebel Connection.TIBCO ActiveMatrix Adapter Service Engine for Siebel introduces the concept of a Business Object (BO). In the simplest sense, a BO is the representation of the data model of the business entities like invoice, orders, customers or vendors.
1. Click the TIB_SBL_Adapter project in the Project Explorer Panel, and then select File > Import from the Menu.
2. Expand the TIBCO ActiveMatrix Adapters folder and select Metadata > Siebel Business Objects. Click the Next button to open the Siebel Business Objects Importer Wizard dialog.
3. Enter ADSBL_BO in the Name field and browse to select the download location and adapter connection in the dialog, and then click the Next button.
5. Click the Finish button to close the dialog. After successfully importing Siebel BOs, a business object file ADSBL_BO.bo will be automatically generated in the TIB_SBL_Adapter project.
6. Double-click ADSBL_BO.bo in the Project Explorer Panel to view imported SiebelBOs. The Siebel Adapter Business Object Editor panel appears on the right.
7. Select the Siebel Field, for instance, Name, from the Siebel Component view by clicking on it. The Field Priorities panel appears on the right. Check the Use box and select Account.Name in the drop-down list of Match Field. Repeat the process to select all the fields that are to be included in the Business Event Schema.
8. For detailed information about importing Siebel Business Objects, refer to Importing Siebel Objects.After creating a Siebel Connection and importing Siebel Business Objects, follow these steps to create a Siebel Adapter Configuration:
1. Click the TIB_SBL_Adapter project in the Project Explorer Panel, and then select File > New > Adapter Resources... from the Menu. The Create New Adapters Resource dialog appears, as shown below.Figure 16 Create New Adapters Resource Dialog
2. Expand the Configurations folder and select Siebel Adapter. Click the Next button to open the Siebel Adapter Configuration dialog, as shown below.Figure 17 Siebel Adapter Configuration
3. Select Adapter_Configurations as the parent folder and click the Finish button to close the dialog. The configuration file SiebelAdapterConfiguration.adsblmodel appears under the Adapter_Configurations project in the Project Explorer Panel and the configuration tabs are shown on the right Editor Panel.For detailed information about creating a Siebel Adapter Configuration, refer to Siebel Adapter Configuration.After creating a Siebel Adapter Configuration, adapter services can be added and configured in the Adapter Service Engine.The following steps show how to add and configure a Publication Service. Details on the adapter services are shown in:
1. Double-click SiebelAdapterConfiguration.adsblmodel in the Project Explorer Panel to open the configuration tabs on the right Editor Panel.
2. Click the Configuration tab and make sure the Connection Configuration is correct.
3. Click the Adapter Services tab.
4. Click the Add Publisher button in the All Siebel Adapter Services pane to open the parameter configuration panes in the tab.
6. Select Browse from the Class Reference from the BO drop-down list under the Schema pane to open the Select Child dialog. Select a .bo file from the Matching Resources list and select an adapter project from the In Container list. Select from the siebel components in the Available Nodes list.
7. Click the OK button to close the dialog. A schema class file (.schemamodel) will be generated in /AESchemas/as/Siebel/ under the TIB_SBL_Adapter project.
8.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |