Siebel SmartScript Administration Guide > Verifying, Testing, and Invoking SmartScripts >

SmartScript Diagnostics


You can enable SmartScript diagnostics through event logging. To turn on SmartScript logging, set the event log level for GenericLog to 3 or 4.

The format is as follows:

For level 3:

SScript: [<Username>] <Session id> <TypeOfOperation(Start)>: <Name, Id, Label, Lang, Curcy>

SScript: [<Username>] <Session id> <TypeOfOperation(Cancel, Finish, Save, Next or Prev)>: <Current page, question and text>

SScript: [<Username>] <Session id> <TypeOfOperation(Cancel, Finish, Save, Next or Prev)>: Error: <errorCode and errorMessage>

SScript:[<Username>] <Session id> <~CSSSWEFrameWebCAllScriptPlayer>

For level 4:

SScript: [<Username>] <Session id> <TypeOfOperation(Cancel, Finish, Save, Next or Prev)>: <OperationStatus(OK)>

Siebel SmartScript Administration Guide