Component Parameters for Siebel Business Applications

The following table describes some key component parameters for Siebel Business Applications. For information about how to change component parameters, see Siebel System Administration Guide.

Parameter

Description

DefaultNavigation

This parameter allows the application to start with the preferred navigation control. The available options are: NAVIGATION_SIDE, NAVIGATION_TREE, or NAVIGATION_TAB.

Change the parameter as follows:

change param DefaultNavigation=NAVIGATION_TREE for comp SCCObjMgr_enu 

Changing the value of DefaultNavigation will not affect the Siebel Web Tools application in any way.

For more information, see Siebel Fundamentals Guide.

EnableSafeBoot

Siebel OOTB Runtime Repository is shipped as a loadable unit (DLL/SO). When the EnableSafeBoot parameter is set to TRUE, the OOTB Runtime Repository is used.

  • For Mobile Web Client, set EnableSafeBoot to TRUE along with the RepositoryType system preference.

  • For Siebel Enterprise Server, set EnableSafeBoot as follows:

    change param EnableSafeBoot=TRUE for comp SCCobjMgr_enu
    

Siebel Web Tools runs in safe boot mode by default so changing the value of EnableSafeBoot will not affect Siebel Web Tools in any way.

For more information, see Configuring Siebel Business Applications.

ManifestSafeLoad

ManifestSafeLoad can be set to TRUE or FALSE as follows:

  • If set to TRUE, the application starts with only the Oracle provided manifest records (that is, seeded records in the manifest).

  • If set to FALSE (the default value), the application starts with both custom-configured and seeded records in the manifest.

Change the parameter as follows:

change param ManifestSafeLoad=TRUE for comp SCCObjMgr_enu

Changing the value of ManifestSafeLoad will not affect the Siebel Web Tools application in any way.

For more information, see Configuring Siebel Open UI.

EBCDICCodePage

If you are using an EBCDIC code page for DB2 on z/OS, then you must set this parameter to specify that you are using this type of code page. This parameter changes the sort order to ASCII in your EBCDIC database, which prevents intermittent Workspace delivery failures related to the sort order of WS_SRC_ID records.

Set the parameter at the component level as follows:

change param EBCDICCodePage=TRUE for comp component_name

Set the parameter at the enterprise level as follows:

change entparam EBCDICCodePage=True

In the case of Siebel Tools and Siebel Remote Web client, set the EBCDICCodePage parameter in the [Siebel] section of the respective .cfg file as follows:

[Siebel]
EBCDICCodePage=True

For more information, see Siebel Installation Guide and Siebel Database Upgrade Guide for DB2 for z/OS.