Siebel Adapter 6.0 [1]

Iam configuring the Sieble Adpater 6.0 with IS6.1. Iam using the Java Data Bean as the connection method to enable the connection. To enable this connection i have copied the required Jar files from Siebel like the SiebelJI_common.jar & SiebelJI_enu.jar.

  1. What is the use of this jar file.
  2. Does this Jar file contain all the interface exposed by Siebel to access the Object manager.
  3. What is this Siebel Object Interface & what is its purpose in Siebel.
  4. Without installing the Siebel Object Interface in the Siebel server, will it be possible by the Jar files to invoke the functions on the Object manager.
  1. What is the use of this jar file.

: The jar files contain Siebel’s Java Data bean businss object interface API and the adapter uses these API when connecting to the siebel server using the Java thin vlient connection.

  1. Does this Jar file contain all the interface exposed by Siebel to access the Object manager.

: yes

  1. What is this Siebel Object Interface & what is its purpose in Siebel.

: it helps in talking to the siebel business objects and business components. For more information i suggest you look up siebel documentation.

  1. Without installing the Siebel Object Interface in the Siebel server, will it be possible by the Jar files to invoke the functions on the Object manager.

: Siebel Object Interface is part of the server and is automatically installed when you install the siebel server. yes the jar files will invoke help the adapter to invoke functions on the object manager.