|
The only EXEC mode code that I'm aware of in a prodecure server
is in the messaging between EXC and the SP. Once this code
calls the procedure specified in the processing step, you are
in USER mode with all AST's enabled.
A process in DELPEN (Delete Pending) will show up as being
suspended. Unfortunately once you get a process into this
state the only way to recover is to reboot.
Was it possible that the user code was in the middle of some
RDB query and someone attempted to do a STOP/ID on the
process? An SQL query is not interruptible from the ACMS
side so if this was a query that took a long time, ACMS cannot
gain control of the server until the query is complete.
Bill
|
| >> <<< Note 4100.1 by OHMARY::HALL "Bill Hall - ACMS Engineering - ZKO2-2" >>>
>> The only EXEC mode code that I'm aware of in a prodecure server
>> is in the messaging between EXC and the SP. Once this code
>> calls the procedure specified in the processing step, you are
>> in USER mode with all AST's enabled.
Thanks, Bill.
>> Was it possible that the user code was in the middle of some
>> RDB query and someone attempted to do a STOP/ID on the
>> process? An SQL query is not interruptible from the ACMS
>> side so if this was a query that took a long time, ACMS cannot
>> gain control of the server until the query is complete.
The server is doing some sort of remote procedure calls using a
third party rpc product called netwise. I suspect that the problem
is due to either user code or the rpc code, but wanted to make sure
it's not acms.
Thanks,
Jerry
|