Siebel Composer Developer Preview Guide > Setting up Siebel Composer > Adding the Application Object Manager Component for Siebel Composer >

Running the new_compdef_sia Script


You run the new_compdef_sia script to add the server component definition that you defined in the new_comp_sia.dat file. The script adds the Application Object Manager component that Siebel Composer (the Siebel Web Tools application) uses. Perform this task after you perform the task to edit the new_comp_sia.dat file. For more information, see Editing the new_comp_sia.dat File.

When you run the script, you must specify the same language that you specify within the edited sections of the new_comp_sia.dat file. This language is U.S. English.

To run the new_compdef_sia script

  1. Log in as a Siebel administrator user on the Siebel Server computer.
  2. Set the SIEBEL_HOME environment variable to SES_HOME/siebsrvr.

    (Use the backslash for Microsoft Windows; use the forward slash for UNIX or Linux.)

  3. Open a command window or shell window and run a command as follows:
    • On Microsoft Windows, run a command like the following commend:

    new_compdef_sia.bat siebelgateway:port siebelenterprise username password language

    • On UNIX or Linux operating systems, run a command like the following commend:

    ./new_compdef_sia.ksh siebelgateway:port siebelenterprise username password language

    In these commands:

    • siebelgateway is the name of the Siebel Gateway Name Server.
    • port is the port number that it uses.
    • siebelenterprise is the name of the Siebel Enterprise.
    • username is the name of the Siebel user with certain privileges who runs the script (for example, SADMIN).
    • password is the password for this user, and language is the language for which you create the Application Object Manager component.
    • You must use a language of U.S English (enu).
    • Specifying the port number and the preceding colon are optional if the Siebel Gateway Name Server uses the default port number, 2320.

      For example, on Microsoft Windows, you might run a command like the following command:

    new_compdef_sia.bat siebgtwy1 myenterprise sadmin password ENU

  4. When prompted, verify that the parameters are correct.
  5. Restart the Siebel Server.

    The new component is added for the U.S. English language.

    Next, create the virtual directory. For more information, see Adding the Virtual Directory for Siebel Composer.

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