Siebel Customer-Centric Enterprise Warehouse Installation and Configuration Guide > Initializing and Populating the Siebel Customer-Centric Enterprise Warehouse > Process of Configuring the Table Analyze Utility >

Creating the Encrypted Password File for the Table Analyze Utility


This task is a step in the Process of Configuring the Table Analyze Utility.

The password for the database user name is stored in an encrypted format in a separate file.

To create an encrypted password file

  1. At the command prompt, navigate to the $pmrepserver\Server\SRCFiles folder.
  2. Enter the following:
    • For Windows:

    %MY_JAVA_HOME%\java -cp %CLASSPATH% com.siebel.oc.utils.PasswordFile database.psw <your password>

    • For Unix:

    $MY_JAVA_HOME/java -cp $CLASSPATH com.siebel.oc.utils.PasswordFile database.psw <your password>

    This creates an encrypted password file called database.psw in the $pmrepserver\Server\SRCFiles.

NOTE:  You need to modify the call in the analyze session if you use a file name different to database.psw. You can have multiple sets of database properties, password files, and customsql.xml files.

Siebel Customer-Centric Enterprise Warehouse Installation and Configuration Guide