Versions Compared

Key

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

...

Anchor
RemovingtheBusinessObjectOracle
RemovingtheBusinessObjectOracle
Removing the Business Object (Oracle)

...

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

...

  1. Select the Business Object called PRECISE_SBL.

...

  1. On the Types tab in the Object Explorer, select Business Object > Business Object Component. The Business Object Component panel for the PRECISE_SBL Business Object opens.

...

  1. Right click the Business Object Component called PRECISE_SBL and choose Delete Record.
    Figure 2-

...

  1. 3 Siebel Repository - Business Object Component List Dialog Box

...

  1. Image Added
  2. Remove the Business Object

...

  1. by

...

  1. right

...

  1. -clicking the PRECISE_SBL business object on the Business Object panel and

...

  1. choosing Delete Record.
    Figure 2-

...

  1. 4 Siebel Repository - Business Object Component List Dialog Box
    Image Added

Anchor
RemovingtheCXVTSSBLtableOracle
RemovingtheCXVTSSBLtableOracle
Removing the CX_PSS_SBL table (Oracle)

...

  1. In Siebel Tools, on the Types tab in the Object Explorer, select Table. The Tables panel opens.

...

  1. Select the table called CX_PSS_SBL.

...

  1. Right-click on the table and choose 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_PSS_SBL';

...

  1. If you get a row as a reply, run the following command:
    drop view CX_PSS_SBL;

...

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

...

  1. If you get a row as a reply, run the following command:
    drop table CX_PSS_SBL_TAB;

Anchor
RemovingthePreciseprojectOracle
RemovingthePreciseprojectOracle
Removing the project (Oracle)

...

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

...

  1. In the projects panel search for the Precise Interpoint project.

...

  1. Make the project inactive.

Anchor
ActionitemswhenInterpointisinstalledonSQLServer
ActionitemswhenInterpointisinstalledonSQLServer
Action items when Interpoint is installed on SQL Server

...

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, go to

...

  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, go to 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.

Anchor
RemovingtheCXVTSSPIDtableSQLServer
RemovingtheCXVTSSPIDtableSQLServer
Removing the CX_VTSSPID table (SQL Server)

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 on 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;

Anchor
RemovingthePreciseprojectSQLServer
RemovingthePreciseprojectSQLServer
Removing the project (SQL Server)

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

 

...