Siebel Wireless Administration Guide > Configuring Siebel Wireless >

Verifying and Configuring Siebel Wireless Object Manager Parameters


The Wireless object manager parameters must be configured correctly to enable Siebel Wireless. You can verify and configure Siebel Wireless object manager parameters through the Siebel Server Manager, which is available on both Windows and UNIX environments. The object parameters for Wireless are MarkupLanguage, Wireless and JavaScript. For information on the Object Manager parameters and the Siebel Server Manager, see Siebel System Administration Guide. The Wireless object manager parameters should be set to the default values as follows:

MarkupLanguage=XML

Wireless=TRUE

JavaScript=FALSE

To verify Wireless object manager parameters

  1. Start the srvrmgr program by using the following commands:

    cd \<siebel_server_root>\bin

    srvrmgr /g <gateway> /e <enterprise> /s <server> /u <admin user name>/p <admin password>

    NOTE:  You cannot use the Uniform Naming Convention (UNC) in the Siebel Server Manager command when specifying the path and machine names.

    After the Siebel Server Manager has started, the prompt changes to srvrmgr:<server_name>. The server_name parameter appears in the prompt only if you executed the srvrmgr program by specifying a Siebel Server using the -s flag, or after specifying a Siebel Server using the set server command. For a list of some of the srvrmgr flags, see the table below.

    Windows Flag
    UNIX Flag
    Parameter
    Description
    Required

    /e

    -e

    entrpr_server

    Siebel Enterprise Server name

    Y

    /g

    -g

    gateway_server

    Network address of the Siebel Gateway Name Server machine

    Y

    /h or /?

    -h or -?

     

    Prints a help/usage message

    N

    /p

    -p

    password

    Siebel Server administrator password

    Y

    /s

    -s

    siebel_server

    Siebel Server name (the default is all servers). Launching srvrmgr using the /s flag connects the program only with that specific Siebel Server. All commands and user authentication are sent only to that Siebel Server. You cannot change the targeted Siebel Server in this mode.

    N

    /u

    -u

    username

    Siebel Server administrator username

    NOTE:  The srvrmgr program expects the database to store user names in upper case format. User names are automatically converted to upper case during the authentication process and login issues result if database user names are stored in lower case.

    Y

  1. Type the following command at the srvrmgr command prompt:

    list param <Wireless Parameter Name> for comp <Wireless Component Name>

    For example, the following command will list the value for the number of records displayed for all browsers that access Wireless Sales:

    list param NumberofListRows for comp WirelessSalesObjMgr_enu

  2. Type exit at the srvrmgr command prompt to exit srvrmgr.

To configure Wireless object manager parameters

  1. Start the srvrmgr program by using the following commands:

    cd \<siebel_server_root>\bin

    srvrmgr /g <gateway> /e <enterprise> /s <server> /u <admin user name>/p <admin password>

  2. Type the following command at the srvrmgr command prompt:

    change param <Wireless Parameter Name>=<Value> for compdef <Wireless Component Name>

    For example, the following command will change the number of records displayed to five for all browsers that access Wireless Sales:

    change param NumberofListRows=5 for compdef WirelessSalesObjMgr_enu

  3. Type exit at the srvrmgr command prompt to exit srvrmgr.
Siebel Wireless Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.