| Bookshelf Home | Contents | Index | PDF | ![]() |
|
Upgrade Guide for DB2 UDB for z/OS > How the Upgrade Works > About the Siebel Upgrade Wizard and Driver FilesEnvironments: Development, production test, production. The Siebel Upgrade Wizard makes changes to the Siebel Database using the SQL files and the upgrade configuration file (UCF) generated by the Database Server Configuration Utility. After the Siebel Upgrade Wizard starts, it executes this process:
The Siebel Upgrade Wizard also does the following: If ddlimp or dataimp encounter errors, they exit. When the errors have been corrected, you can launch the Siebel Upgrade Wizard, and the upgrade resumes from where it stopped. Upgrade Wizard PausesThe Siebel Upgrade Wizard pauses on three occasions during the upgrade process. At each pause, you must transfer the files that the Upgrade Wizard has generated to the z/OS host and execute them before you continue the upgrade. The pauses occur as follows:
The Upgrade Wizard generates separate DDL and DML files:
The files generated by the Upgrade Wizard are output by default to the Driver FilesThe Siebel Upgrade Wizard performs the upgrade by executing the commands and SQL scripts contained in driver files. Driver files are in ASCII text format and are organized into steps. Each step specifies which command or SQL script to run. In a driver file, steps are separated by a blank line, and each step begins with a File Execute Entry number. The key part of each step is the command or script to be executed. When an SQL script is specified, you can review the script and see what changes it will make to the Siebel Database before running the Siebel Upgrade Wizard. Driver files are provided for each of the major upgrade operations. Examples of development environment upgrade driver files are as follows: Here is an excerpt from a driver file that controls a development environment upgrep from Release 7.7 SIA to release 7.8 SIA. The excerpt contains three steps: File Name = rename_existing_repositories.sql Title = Verify Repository Name File Name = $SiebelRoot\bin\odbcsql Command Line = /s "$ODBCDataSource" /u $UserName /p $Password /q $DatabaseOwner /separator / /a /c rem /l $SiebelLogDir/delappkey.log $DbsrvrRoot/$DatabasePlatform/delappkey.sql /v Number of 10 Second Wait Loops = 2000 Title = Delete old license key File Name = $SiebelRoot\bin\dataimp Command Line = /u $UserName /p $Password /c "$ODBCDataSource" /d $DatabaseOwner /f $SeedFileName /h Log /w y /q 100 /e n /i $DbsrvrRoot/$Language/$DatabasePlatform/seedupg0.inp /l $SiebelLogDir/seedupg0.log /A 1 /B y Number of 10 Second Wait Loops = 2000 Title = Import Siebel seed data How To Locate Upgrade Driver Files and SQL ScriptsDriver files are stored in the following location: Windows: UNIX:
For example, if you are upgrading from Siebel 7.7, the driver file for the development environment upgrep is as follows: Most of the SQL scripts generated or populated for the upgrade are stored in the same directory as the driver file. The remaining SQL scripts are stored in the \DB2390 directory. Related Topics |
![]() |
![]() |
| Upgrade Guide for DB2 UDB for z/OS |