Versions Compared

Key

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

...

When the Siebel Tier Collectors have been removed, you can delete the Precise Interpoint Project from the Siebel Repository File (SRF). These tasks differ slightly depending on whether Interpoint is installed for a SQL Server or an Oracle database. See Deleting the Precise Interpoint project from the SRF (Oracle) on page 233 and Deleting the Precise Interpoint project from the SRF (SQL Server) on page 234.

Deleting the Precise Interpoint project from the SRF (Oracle)

Deleting this project from the SRF involves the following tasks:•    Removing

  • Removing changes in the Application_PreNavigate() function

...

  • Removing the business object

...

  • Removing the CX_VTS_SBL table

...

  • Removing the Precise project

To remove changes in the Application_PreNavigate() function1.    In

  1. In Siebel Tools, go to

...

  1. View > Options.

...

  1. In the Development Tools Options dialog box, on the Object Explorer tab, select the Application Server Script check box to display this application on the Types tab in the Object Explorer.

...

  1. In the Object Explorer, on the Types tab, select

...

  1. Application > Application Server Script.

...

  1. In the Application Server Scripts panel, select the script called Application_PreNavigate.

...

  1. From the Edit menu, choose Delete Record.

If you want to make additional changes to your application, you first need to close and then reopen Siebel Tools.

To remove the business object1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Business Object.

...

  1. In the Business Object panel, select the Business Object called VERITAS_SBL.

...

  1. On the Types tab, select Business Object > Business

...

  1. Object Component.

...

  1. In the Business Object Component panel, right-click the component called VERITAS_SBL and select Delete Record.

To remove the CX_VTS_SBL table1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Table.

...

  1. In the Table panel, right-click the table called CX_VTS_SBL. and select Delete Record.

...

  1. Log in to the Siebel database with the Siebel user.

...

  1. Run the following command:
    select * from user_views where view_name = 'CX_VTS_SBL';

...

  1. If a row is returned, run the following command:
    drop view CX_VTS_SBL;

...

  1. Run the following command:
    select * from user_tables where table_name = 'CX_VTS_SBL_TAB';

...

  1. If a row is returned, run the following command:
    drop table CX_VTS_SBL_TAB;

To remove the Precise Interpoint project1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Project.

...

  1. In the Projects panel, search for the Precise Interpoint project.

...

  1. Make the project inactive.

Deleting the Precise Interpoint project from the SRF (SQL Server)

Deleting this project from the SRF involves the following tasks:•    Removing

  • Removing changes in the Application_PreNavigate() function

...

  • Removing the business object

...

  • Removing the CX_VTSSPID table

...

  • Removing the Precise project

To remove changes in the Application_PreNavigate() function1.    In

  1. In Siebel Tools, go to

...

  1. View > Options.

...

  1. In the Development Tools Options dialog box, on the Object Explorer tab, select the Application Server Script check box to display this application on the Types tab in the Object Explorer.

...

  1. In the Object Explorer, on the Types tab, select

...

  1. Application > Application Server Script.

...

  1. In the Application Server Scripts panel, select the script called Application_PreNavigate.

...

  1. On the Edit menu, choose Delete Record.

If you want to make additional changes to your application, you first need to close and then reopen Siebel Tools.

To remove the business object1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Business Object.

...

  1. In the Business Object panel, select the Business Object called VTS_SPID.

...

  1. On the Types tab, select Business

...

  1. Object > Business Object Component. The Business Object Component panel for the VTS_SPID Business Object opens.

...

  1. In the Business Object Component panel, right-click the component called VTS_SPID and select Delete Record.

...

To remove the CX_VTSSPID table1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Table.

...

  1. In the Table panel, right-click the table called CX_VTSSPID and select Delete Record.

...

  1. Log in to the Siebel database with the Siebel user.

...

  1. Run the following command:
    select * from user_views where view_name = 'CX_VTSSPID';

...

  1. If a row is returned, run the following command:
    drop view CX_VTSSPID;

...

  1. Run the following command:
    select * from user_tables where table_name = 'CX_VTSSPID_TAB';

...

  1. If a row is returned, run the following command:
    drop table CX_VTSSPID_TAB;

To remove the Precise Interpoint project1.    In

  1. In Siebel Tools, in the Object Explorer, on the Types tab, select Project.

...

  1. In the Projects panel, search for the Precise Interpoint project.

...

  1. Make the project inactive.

...

 

Precise. Performance intelligence from click to storage. Learn more > >

 

...