Versions Compared

Key

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

...

sieb1 APPSRV1 00096B26E66C
sieb2 APPSRV2 00096B26E67C

...

  • 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)

The following procedure creates the VERITAS Interpoint project. All objects created in the procedures following on this procedure will be grouped under this project.

...

5.    Lock the project by clicking the Locked column to the right.

Creating the CX_VTSSPID table (SQL Server)

The following procedure creates a table in the DBMS.

...

8.    In the Tables panel, click Activate to activate the new table.

Creating the business component (SQL Server)

The following procedure creates the VTS_SPID business component.

...

7.    Click Add to move the selected row to the table; then click Finish to create the business component.

Creating the business object (SQL Server)

The following procedure creates the VTS_SPID business object.

...

8.    From the Tools menu, select Compile Project.

Adding the Application_PreNavigate() function (SQL Server)

The following procedure adds the Application_PreNavigate() function.

...

8.    Modify the appName variable to match the name of the Siebel application.

Replacing the table with a custom view (SQL Server)

The following procedure replaces the table with a custom view. To replace the table with a custom view

...

GRANT SELECT ON [CX_VTSSPID] TO public

GO

Completing the modification (SQL Server)

The following procedure completes the modification.

...

c.    Verify that the EnableScripting option in the application CFG file is set to TRUE.

d.    Start the Server.

Debugging the script (SQL Server)

The following procedure debugs the script.

...