Siebel Composer Developer Preview Guide > Setting up Siebel Composer > About the Web Template Migration Process >

Manually Running the Migration Script


You can manually run the migration script for the Web template migration process by entering the following command in a command-line interface:

java -jar $DbsrvrRoot\common\SWTMigration.jar /s $SiebelRoot /c "$ODBCDataSource" /t $TableOwner /u $TableOwner /p $TablePassword /o $SiebelLogDir /d $DatabasePlatform /r "Siebel Repository" /l $SiebelLogDir/swt_mig.log

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.

You can manually run the migration script as many times as needed.

CAUTION:  Each time that you run the script, all of the existing table-based content for Siebel Web templates is deleted, and then the new table-based content is created.

Siebel Composer Developer Preview Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.