Making the Debug Mode Available
You can step through the task in debug mode. Debug Mode is a restricted menu item that Siebel CRM displays on the Tools menu in the Siebel client. If the EnableRestrictedMenu parameter is set to:
-
TRUE. Siebel CRM displays the Debug Mode menu item.
-
FALSE. Siebel CRM does not display the Debug Mode menu item.
The procedure you perform depends on the type of Siebel client you use.
To make debug mode available when using Siebel Web Client
-
In the Siebel client, navigate to the Administration - Server Configuration screen, then the Servers view.
-
In the Siebel Servers list, select a Siebel Server.
-
Click the Components view tab.
-
In the Components list, query the Component field for the application object manager.
For example, query the Component field for the following text:
Call Center Object Manager (ENU)
-
Click the Parameters view tab (which appears after the Components list).
-
In the Component Parameters list, query the Parameter field for EnableRestrictedMenu.
-
Set the value to True to enable debug mode.
-
Run the Task Debugger.
For more information, see Running the Task Debugger.
To make debug mode available when using Siebel Developer Client
-
Make sure Siebel Developer Client is closed.
-
Use a text editor to open the configuration file (.cfg) for the Siebel application.
For example, to open the configuration file for Siebel Call Center, navigate to the following directory, and then open the uagent.cfg file:
D:\Siebel\bin\enu
-
In the InfraUIFramework section, set the EnableRestrictedMenu parameter to TRUE, then save and close the configuration file.
EnableRestrictedMenu = TRUE
If EnableRestrictedMenu is not in the InfraUIFramework section, then add it.
-
Restart the client.
-
Run the Task Debugger.
For more information, see Running the Task Debugger.
If the EnableRestrictedMenu parameter is set to something other than True or False, or if it is not defined in the InfraUIFramework section, then Siebel CRM does not display the Debug Mode menu item unless you possess access to the Admin - Restricted Menu Items view.