Manually Running the Migration Script
Enter the following command at the command-line interface to manually run the migration script for the Web template migration process:
-jar $DbsrvrRoot\common\SWTClob.jar /s $SiebelRoot /c "$ODBCDataSource"
/t $TableOwner /u $TableOwner /p $TablePassword /o $SiebelLogDir /d $DatabasePlatform
/r $RepositoryName /j $WebTemplatesDir /w $WSUSerName /x $WorkspaceName /b $BranchedWS
/i $WebTemplateName
Where:
$DbsrvrRoot is the path of the database server installation.
$SiebelRoot is the path of the Siebel Server installation.
$SiebelLogDir is the path to the log directory.
$DatabasePlatform is the database platform such as Oracle, DB2UDB, MSSQL, and DB2390.
$RepositoryName is the Name of the Repository such as Siebel Repository.
$WebTemplatesDir is the directory for Web Templates such as
$SiebelRoot/Webtempl
.$WebTemplateName is the list of template names for Incremental Migration. If not passed, all Web Templates are considered for Migration.
The following are optional parameters applicable only for Workspace Environment:
$WSUserName is the Workspace Owner user such as SADMIN.
$WorkspaceName is the Workspace Name to be created such as
dev_xxxx_xxx
.$BranchedWS is the Workspace Branch under which $WorkspaceName needs to be created such as MAIN.