Starts a service execution process. Use this version of the command if you have MSS CICS Support installed. You should use this command only when you want to debug a service, using one of the /a options.
Syntax:
cassi [/res-name]
[/a]
[/atterminal-id]
[/axtransaction-id]
Parameters:
/res-name
|
Name of the enterprise server for which to start a service execution process. Defaults to ESDEMO
|
/a
|
Debug any application that runs in this service execution process
|
/atterminal-id
|
Debug any application that runs in response to a request from the terminal identified by
terminal-id
|
/axtransaction-id
|
Debug any application that runs in response to a non-facility transaction identified by
transaction-id
|
Dependencies:
To use this command:
- You must have started the enterprise server named with the /r flag first.
- You must be running under the same user ID as the enterprise server named with the /r flag. If the Directory Server was started as a system service, and the enterprise server was started using the Administration interface, then the enterprise server is probably running under the LOCAL_SYSTEM user ID, and this command will not work. For more information see the section
Starting and Stopping the Directory Server in the chapter
Introduction to Enterprise Server Administration in your Enterprise Server
Configuration and Administration Guide.
Comments:
On UNIX you can use a dash (-) before a parameter as an alternative to a forward slash (/).