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

Editing the new_comp_sia.dat File


You edit the new_comp_sia.dat file to define the Siebel Web Tools Object Manager (ENG) component. You can edit this file and then run the new_compdef_sia script on additional Siebel Servers, as necessary.

To edit the new_comp_sia.dat file

  1. Stop the Siebel Server.
  2. For the Siebel Gateway Name Server, complete the following steps:
    1. Stop the Siebel Gateway Name Server.
    2. Back up the siebns.dat file on the Siebel Gateway Name Server.
    3. Restart the Siebel Gateway Name Server.
  3. On the Siebel Server computer, navigate to SIEBSRVR_HOME/bin/lang.

    In this directory, SIEBSRVR_HOME is the Siebel Server installation location, and lang is the three-letter code for the language for which you edit the new_comp_sia.dat file. (Use the backslash for Microsoft Windows; use the forward slash for UNIX or Linux.)

  4. Back up the existing new_comp_sia.dat file.
  5. Using an appropriate text editor, such as Notepad on Microsoft Windows, open the new_comp_sia.dat file.

    NOTE:  When you edit new_comp_sia.dat, do not enter any special characters, such as tabs.

  6. If the file does not contain a section for the Siebel Web Tools component group, then add the following information in the component group section of the file:
    1. As needed, append an entry for the SiebelWebTools component group, defined as follows:

    [Component Group]

    SiebelWebTools = Siebel Web Tools

    1. As needed, create a section for the SiebelWebTools component group, defined as follows:

    [SiebelWebTools]

    FullName = Siebel Web Tools

    Description = Siebel Web Tools Components

    CreateDisabled = TRUE

  7. Add the following information in the component section of the file:
    1. Add a new entry for the Siebel Web Tools Object Manager component in the existing components section, defined as follows:

    [Components]

    SWToolsObjMgr_enu = Siebel Web Tools Object Manager (ENU)

    1. Add a new section for the Siebel Web Tools Object Manager component, defined as follows:

    [SWToolsObjMgr_enu]

    FullName = Siebel Web Tools Object Manager (ENU)

    Alias = SWToolsObjMgr_enu

    Description = Siebel Web Tools Object Manager

    CompGrp = SiebelWebTools

    CompType = AppObjMgr

    FixedParam: DataSource = ServerDataSrc

    FixedParam: Lang = ENU

    Param: CfgRepositoryFile = siebel_sia_srf

    Param: LocaleCode = ENU

    Param: MaxTasks = 20

    FixedParam: ConfigFile = swtools.cfg

    FixedParam: NamedDataSource = ServerDataSrc,GatewayDataSrc,DataMart

    Param: CFGApplicationName = Siebel Web Tools

    Param: CFGApplicationTitle = Siebel Web Tools

    Param: CFGApplicationSplashText = Siebel Web Tools

    Param: SearchDefName = WebTools Definition

    Param: Proxy Employee = PROXYE

    Param: LoginDomain = EXTERNAL

    Param: AllowAnonUsers = TRUE

    Param: EnableCDA = FALSE

    Param: EnableEmailClientAutomation = FALSE

    Param: ListRowStyle = Siebel List

    Param: LoginView = Login View (WebTools)

    Param: SystemSWFname = CCHtmlType.swf

    Param: UserAgentFile = ua.ini

    Param: AppletSelectStyle = Applet Select

    Param: HighInteractivity = TRUE

    Param: EnableOpenUI = TRUE

    RunMode = interactive

    NOTE:  The information that you specify includes several required parameter settings for the component. Some of the parameters enable Siebel Open user interface, which this application requires. You can use Siebel Server Manager to configure several of the parameter settings later, for example, to tune application performance.

  8. Save the new_comp_sia.dat file.

    Next, run the new_compdef_sia script. For more information, see Running the new_compdef_sia Script.

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