|
Siebel System Monitoring and Diagnostics Guide > Configuring Client-Side Logging for Siebel Applications Running in High-Interactivity Mode > Process of Configuring Client-Side Logging for High-Interactivity Applications >
Enabling or Disabling Client-Side Logging for High- Interactivity Applications
By default, client-side logging for high-interactivity applications is not enabled. You enable or disable client-side logging for high interactivity by setting the ClientSideLogging server component parameter on a Siebel Server. This task is a step in Process of Configuring Client-Side Logging for High-Interactivity Applications. You can enable or disable client-side logging for high interactivity applications using either the Server Manager GUI or the Server Manager command-line interface program (srvrmgr). To enable or disable client-side logging for high interactivity on Server Manager GUI
- Log in to the application for which you want to set client-side logging.
- Navigate to the Administration - Server Configuration screen > Server Components view.
- In the Components list, select the object manager (component) for which you want to enable client-side logging.
For example, if you want to enable logging for the Call Center application for the English language, select the Call Center Object Manager (ENU) component.
- Click the Parameters view tab.
- In the Parameter field in the Component Parameters list, query for ClientSideLogging, and then perform one of the following:
- If you want to enable client-side logging, set the Value on Restart field to True.
- If you want to disable client-side logging, set the Value on Restart field to False.
To enable or disable client-side logging for high interactivity on srvrmgr
- Log in to the application for which you want to turn on client-side logging.
- From the Server Manager command-line interface, type the following:
change param clientsidelogging = TRUE for comp <compname> server <servername>
where:
compname is the name of the component
servername is the name of the Siebel Server you want to enable
For example, if you want to enable client-side logging for Siebel Call Center for the English language on the Siebel Server named sdchs20n518, enter the following command: change param clientsidelogging = True for comp SCCObjMgr_enu server sdchs20n518
Next, you configure the tracemode settings and other parameters for the Siebel Server and the Siebel Web Client. See Configuring Server Component Parameters for Client-Side Logging for High-Interactivity Applications and Configuring Client User Environment Variables for Client-Side Logging for High-Interactivity Applications, respectively.
|