Implementing Siebel Business Applications on DB2 UDB for z/OS > Installing the Siebel Schema on the DB2 Host > Process of Performing a Custom Installation >

Performing a Custom Installation Under Windows


Perform the following procedure if you are installing Siebel Business Applications on the Windows operating system.

To perform a custom installation under Windows

  1. Launch the Database Server Configuration utility and follow the steps described in Performing a Standard Installation Under Windows until the Select Installation Type screen appears (Step 12).
  2. Select the Customized Install option and then click Next.
  3. In the Storage Control File screen, use the Browse button to locate the customized storage control file that you want to use to configure storage on the DB2 host.

    To continue, click Next.

  4. In the Select Installation Mechanism screen, indicate which installation mechanism you want to use:
    • Generate DDL into Files

      Select this option to generate the DDL required to create the Siebel Schema into a file. You must later use Siebel-provided scripts, your own FTP, or a similar file transfer program to transport the DDL (schema.sql and ddlview.sql) to the DB2 host, where the DBA executes it, using customary methods, for example, SPUFI.

      To continue, click Next and proceed to Step 5.

    • Run DDL Automatically

      Select this mechanism to apply the DDL and DML required to create the Siebel Schema directly against the database.

      The Siebel application uses ODBC to apply all necessary steps in this installation method.

      To continue, click Next and proceed to Step 7.

  5. On the DDL Commit Frequency screen, choose the number of DDL statements that are issued between issuing COMMITs, and click Next to continue.
  6. In the Output Directory screen, either accept the default directory, C:\sea78\dbsrvr\db2390\dboutput\install,or enter a different directory to indicate where you want to save the generated DDL for later transport to the DB2 host.
  7. On the Log Output Directory screen, indicate the directory where you want to generate the log files. Either accept the default value, install_mf, or enter a new directory name.
  8. In the runnow message box, choose one of the following options:
    • To apply the configuration now, click OK.
    • To apply the configuration later, click Cancel.

      To apply the configuration later, from the command line, navigate to the SIEBSRVR_ROOT\bin directory and enter the following command:

    siebupg.exe /m master_install_mf.ucf

    NOTE:  This command is generated dynamically and varies, depending on the location of your Siebel Server installation.

  9. In the Configuration Parameter Review screen, review the configuration values you entered and then either select Previous to return to previous screens so that you can amend the parameter values, or select Finish to accept the existing values.
  10. When the configuration has completed successfully, click OK.
    • This step completes the installation option to Run DDL Automatically.
    • If you chose the Generate DDL Into Files installation option in Step 4, you must now apply the Siebel Schema on the DB2 host, validate the schema, install user-defined functions, and populate the Siebel Schema with seed data.

      For information on performing these tasks, see the section, To Complete the Siebel Schema Installation Using Generated DDL, in Performing a Standard Installation Under Windows.

When you have successfully completed the installation, you are ready to import the Siebel Repository. See Importing the Siebel Repository for further information.

Implementing Siebel Business Applications on DB2 UDB for z/OS