Siebel Database Upgrade Guide > Upgrading the Siebel Database >
Inactivating Unreferenced Repository Objects
The Inactivating Unreferenced Repository Objects Utility identifies the unreferenced objects in the database and deactivates the unreferenced objects. The Inactivating Unreferenced Repository Objects Utility finds unreferenced objects for the following Siebel objects:
- Screen
- View
- Applet
- Business Object
- Business Component
- Integration Objects
- Link
- Pick List
- Task Group
- Task
The Inactivating Unreferenced Repository Objects Utility runs as part of the upgrade process. Use the procedures in this topic to manually run the Inactivating Unreferenced Repository Objects Utility. Running the Inactivating Unreferenced Repository Objects Utility
- Navigate to the following directory:
Windows: $DbsrvrRoot \common folder
UNIX: $DbsrvrRoot \common folder
- Run the following command:
java -jar RepCrawler.jar /s [Siebel Tool/Server Path, one folder up BIN directory] /c [DSN] /d [Database Type - Oracle, DB2UDB, MSSQL or DB2390 ] /u [Database User] /p [Database Password] /o [Log directory] /t [Table Owner] /r "Prior Customer Repository" /l [logfilename] /j [Custom Script Directory] /a Y /z [DbsrvrRoot\common path]
- Review the RepCrawler log and verify that RepCrawler ran without errors.
Windows: $SiebelLogDir \RepCrawler.log
UNIX: $SiebelLogDir / RepCrawler.log
- Review the RepCrawler reports to see the inactive objects.
- RepCrawler.html. A report where you can see the inactive objects.
- RepcrawlerLog.log. A log folder that contains all SQL logs executed during the Repcrawler process.
- repcrawler.js. A data file in JSON format of all inactive objects used in the HTML report.
|