Using the eScript Porting Tool
escriptporter.exe is located in the siebsrvr/BIN
folder. For example:
$SIEBEL_ROOT\bin\escriptporter.exe
The environment variable SIEBEL_REPOSITORY, which defines the repository to be extracted, must be set before running escriptporter.exe. For example:
Set SIEBEL_REPOSITORY=Siebel Repository
escriptporter.exe uses the following command arguments:
/U Username (Required)
/P Password (Required)
/C ODBC Data Source (Default Environment Variable: SIEBEL_DATA_SOURCE)
/D Siebel Table Owner (Default Environment Variable: SIEBEL_TABLE_OWNER)
/O OutputDir (Default: escripts)
/G Language (Default: ENU)
/W Siebel Application Interface Dir
where:
/U username is the user name used to log in to the database.
/P Password is the password used to log in to the database.
/C ODBC Data Source is the database to log in to.
/D Siebel Table Owner is the table owner who owns Siebel tables.
/O OutputDir is the path where exported escripts are stored.
/G Language is the language the log will use.
/W Siebel Application Interface Dir is the path where eapps are located.