Upgrade Guide for Microsoft Windows > Postupgrade Tasks > Postupgrade Tasks for All Environments >

Validating Dock Objects and Rule Definitions


If you deploy Siebel eBusiness Applications to mobile users with local databases, you can run the DICTUTL utility to verify that all dock objects and rule definitions are correct. Dock objects allow mobile users to synchronize their local databases with the Siebel Server. Rules determine which data users synchronize. For more information about dock objects and rules, see Siebel Tools Online Help and Siebel Remote and Replication Manager Administration Guide.

To verify that all dock object and rule definitions are correct

  1. Navigate to the Windows DOS command window.
  2. Type the following command from SIEBEL_ROOT/siebsrvr/bin using the parameters specified in Table 26:

    dictutl /C ODBC_DATASOURCE /U USERNAME /P PASSWORD /D TABLEOWNER /N "REPOSITORY_NAME" /A y 2> logfile.log

    Table 26.  Command Line Flags for DICTUTL
    Flag
    Parameter
    Description
    Required
    /C
    ODBC_DATASOURCE
    ODBC datasource name
    Yes
    /U
    USERNAME
    User name to log in to database
    Yes
    /P
    PASSWORD
    User password to log in to database
    Yes
    /D
    TABLEOWNER
    User name of tableowner
    Yes
    /N
    "REPOSITORY_NAME"
    Name of repository for dictionary (the parameter must be bounded within double quotes)
    Yes
    /A
    y or n
    Enter the y parameter to ignore dictionary cache. Enter n if you do not want to ignore the dictionary cache.
    Yes
  3. Review the LOGFILE.log file.

 Upgrade Guide for Microsoft Windows
 Published: 20 October 2003