Siebel Self-Service Application Developer's Guide > Monitoring Diagnostic Information and Error Messages for Siebel Self-Service Applications >

Configuring Diagnostic Logging on the Siebel Server


You can set the event logging level from 0 (Fatal) to 5 (Diagnostic) for Siebel Server components by using the srvrmgr utility. For Siebel Self-Service Applications, it can be useful to generate logs for the following server components:

  • EAIObjMgr_lang
  • CustomAppObjMgr_lang

where lang is the language code, for example enu.

For more information on configuring logging on Siebel Servers, see Siebel System Monitoring and Diagnostics Guide.

To configure diagnostic logging on the Siebel Server

  1. Navigate to SIEBSRVR_ROOT/bin.
  2. Start the srvrmgr utility using the following command:
    • Windows: srvrmgr /g <GatewayServerHostname> /e <EnterpriseServerHostname> /u SADMIN /p password
    • UNIX: srvrmgr -g <GatewayServerHostname> -e <EnterpriseServerHostname> -u SADMIN
      -p password
  3. Enter the following commands at the srvrmgr prompt:

    change evtloglvl %=m for component [EAIObjMgr_lang]

    change evtloglvl %=n for component [CustomAppObjMgr_lang]

    where m and n are integer values from 0 to 5

Siebel Self-Service Application Developer's Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.