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

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 the EnableSafeBoot parameter to TRUE along with the RepositoryType parameter to RUNTIME in the respective configuration file.

    To set EnableSafeBoot and RepositoryType in the Siebel Mobile Web Client.
    1. Use a text editor to open the respective configuration file.

    2. Set the EnableSafeBoot parameter to the following value:
      EnableSafeBoot=TRUE
    3. Set the RepositoryType parameter to the following value:
      RepositoryType=RUNTIME
    The EnableSafeboot parameter should be added to the InfraObjMgr section of the configuration file, while the RepositoryType parameter is available in the InfraObjMgr section by default.
    Note: For Mobile Web Client, the EnableSafeBoot parameter is used only for troubleshooting purpose. If Mobile Web Client fails to load after repository changes, then set the EnableSafeBoot parameter to TRUE for the Mobile Web Client and try again. After troubleshooting, you can revert the value of the EnableSafeBoot parameter.
  • For Siebel Enterprise Server, set EnableSafeBoot as follows:

    change param EnableSafeBoot=TRUE for comp SCCobjMgr_enu
Note: Web Tools runs in safe boot mode by default so changing the value of EnableSafeBoot will not affect the application in any way.

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
Note: Changing the value of ManifestSafeLoad will not affect the Web Tools application in any way.

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
Note: Changing the value of DefaultNavigation will not affect the Web Tools application in any way.