Skip Headers

Oracle Application Server InterConnect Adapter for Siebel 2000 Installation and User's Guide
10g (9.0.4)

Part Number B10417-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

5
Runtime

This chapter describes how to use the Configuration Editor to configure the Siebel 2000 adapter. The Configuration Editor is only used at runtime.

The following topics are discussed:

Configuration Editor

To configure settings for the Siebel 2000 adapter you must access the Siebel Configuration Editor as follows:

  1. Change directories to the installation directory:

    ORACLE_HOME/oai/9.0.4/config/configeditor (on UNIX)

    ORACLE_HOME\oai\9.0.4\config\configeditor (on Windows)

  2. Type configeditor and press Enter.

    The Configuration Editor displays.

  3. Click Profile.

  4. Select the iStudio profile.


    Note:

    Under some circumstances you may wish to run your adapter under a profile other than iStudio. This may be needed, for example, if you want to run two instances of the Siebel 2000 adapter on the same machine. You may want to have two instances of the same type of adapter if these instances need to connect to different backend system installations. To accomplish this you need to create a new profile using the configuration editor and fill in the settings for this new profile. The name of the new profile should be the same as the name of the application. For example if your application is called APP2, create a profile called APP2. Now APP2 will use the settings in the profile called APP2 whenever it runs.


    The following figure shows the Configuration Settings Editor default dropdown menu.

    Text description of configedprofile.gif follows.

    Text description of the illustration configedprofile.gif

  5. Expand Siebel to edit the configuration settings for the iStudio profile.

Log On Siebel

The Default Login to Siebel allows you to program your application to automatically connect to Siebel servers. The login credentials under both Repository credentials and Default Runtime Credentials branches are used by the Siebel adapter. The default credentials are used at runtime to submit requests to the business functions.


Note:

Follow the same procedure to modify the repository credentials.


The Default Login to Siebel authenticates your runtime credentials. From the Configuration Editor main menu:

  1. In the left panel, expand Default Runtime Credentials.

  2. Click Use Global Settings to edit the configuration settings for your profile.

  3. Click Default Runtime Credentials.

    The Configuration Settings Editor login dialog displays in the right panel.

    Text description of configedlogin.gif follows.

    Text description of the illustration configedlogin.gif

  4. Enter the information in the following fields:

    • Enterprise--The name of the Siebel system Enterprise Server.

    • Gateway--The name of the gateway. This can be an IP address or a gateway name.

    • AppServer--The name of the application server where you have access to all the metadata for the Siebel system. The metadata is the information regarding the Business Services, Business Objects, and the Business Components.

    • ObjectManager--The name of the Object Management server.

    • Username--The username.

    • Password--The user password.

Verifying Your Siebel Information

You need to verify the following Siebel information:

You can retrieve the name of the Gateway server, Siebel server, and Enterprise from the siebel.cfg file located in the <siebel-root>/siebsrvr/BIN directory.

You can verify the Siebel user name and password by running Siebel Call Center. When you launch this application, you need to enter the user name and password, which has administrative privileges. If it successfully connects to the Siebel server, it means that the user name and password are correct.

You can verify the Siebel Gateway, Enterprise, App server, and repository names with the corresponding entries in siebel.cfg file.

General

In the General section, you can modify where to locate the Siebel Repository, the Login Time Out interval. From the Configuration Settings Editor main dialog:

  1. Click to expand General.

  2. Click to uncheck Use Global Settings.

  3. Click General.

    In the dialog to the right, you can edit three fields.

Siebel Repository

Enter the name of the repository where the Siebel Repository files are located. The Siebel Repository contains Business Service methods, Business Components, and typed method arguments.

Figure 5-1 Configuration Settings Editor Timeout

Text description of configedtimeout.gif follows.

Text description of the illustration configedtimeout.gif

Login Time Out (in seconds)

This variable determines how long you have to wait for a response before the system timesout. This value must be set between 10 and 300 seconds. Networks with a higher load should have this timeout variable set to a higher limit to allow enough time for the request to process.

The purpose of having Login timeout is to keep the threads from deadlocking. If there is no response within the specified time, the system stops sending packets and issues a timeout. At that point, you need to re-initiate a login.


Go to previous page Go to next page
Oracle
Copyright © 2002, 2003 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index