Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you have installed Interpoint for a SQL Server database, perform the following procedures.

To create the text file1.    Log

  1. Log on to the database server where your Siebel AppTier Collector is installed.

...

  1. Create the following tab-delimited text file:

...

  1. <Precise_

...

  1. root>\products\sql-server\

...

  1. <instance_

...

  1. name>\etc\siebel_machines.txt

To obtain the list of Siebel servers1.    Log

  1. Log on to the SrvrMgr utility.

...

  1. Execute the following command:
    list servers
    Each returned row represents a Siebel server.

To obtain the host machine name and network address1.    Copy

  1. Copy the getAddress.vbs script from the Utilities\Siebel directory on the installation DVD to the server.

...

  1. Run the following command:
    cscript //nologo getAddress.vbs ODBC data source
    Administrator user name Administrator passwords

    where ODBC data source is the name of the ODBC data source used by the Siebel server to connect to SQL Server. To determine its name, check the ConnectString value in the siebel.cfg configuration file.
    Administrator user name and Administrator password are the user name and password required to connect to the SQL Server instance.

...

  1. Repeat these steps for each Siebel server.

Following is an example for the content of the siebel_machines.txt file:

sieb1 APPSRV1 00096B26E66C

sieb2 APPSRV2 00096B26E67C

Anchor
ModifyingtheSiebelRepositoryFileSQLServer
ModifyingtheSiebelRepositoryFileSQLServer
Modifying the Siebel Repository File (SQL Server)

...

Part of the .srf file, is a collection of callback scripts, which are triggered by various events in a user's session. A user can view or change these scripts using the Siebel Tools.•    For

  • For each targeted Siebel application, modify the .srf file on the Siebel server. Define the application name by hard coding it in the Application_PreNavigate function.

...

  • The modified SRFs need to be distributed to each of the Siebel servers

If you have installed Interpoint for Siebel for a SQL Server database, modifying the SRF consists of the following tasks:•    Creating

  • Creating the Precise Interpoint project (SQL Server)

...

  • Creating the CX_VTSSPID table (SQL Server)

...

  • Creating the business component (SQL Server)

...

  • Creating the business object (SQL Server)

...

  • Adding the Application_PreNavigate() function (SQL Server)

...

  • Replacing the table with a custom view (SQL Server)

...

  • Completing the modification (SQL Server)

...

  • Debugging the script (SQL Server)

Creating the Precise Interpoint project (SQL Server)

...