We call the sapevt program from AIX using a script. We have the trace turned on and in the trace file we get a rc=156.
When I look at the documentation for sapevt program here is the possible values for the return code (rc).
Does anyone know what rc 156 is trying to tell me or some place I can look to find more documentation on this program?
sapevt return codes
------------------------------------------------------------------------
| Number | Name | Description |
------------------------------------------------------------------------
| 0 | RAISE_OK | No errors |
| 2 | EVENTID_MISSING | Too few parameters |
| 5 | CANT_MALLOC | No free memory |
| 6 | TARGET_MISSING | Too few parameters |
| 7 | MSHOST_MISSING | MsHost was not specified |
| 8 | MSSERV_MISSING | MsServ was not specified |
| 9 | EVENTPARAM_MISSING | -p without Eventparameter |
| -9 | MS_NO_PARTNER | No suitable application server |
| -100 | MS_ERROR_ATTACH | Message server cannot be accessed |
| -20 | MS_ACCESS_DENIED | Communication to Msg.Server rejected |
------------------------------------------------------------------------
Thanks,
Tom Byrne