When attempting to delete a user or mark a user definition to Production status in IDEAL, the operation fails because the user definition is enqueued. This typically occurs because the user is currently signed on or an edit session was abandoned/abended without releasing the enqueue.
Ideal Release 15.1
IDEAL issues an exclusive ENQUEUE on the user definition during an EDIT USER or a shared ENQUEUE during a DISPLAY USER. If the session abends or is not closed correctly, the enqueue remains active, preventing other administrative actions.
Check for active or orphaned sessions and release the enqueue using the steps below:
DISPLAY INDEX SESSIONCOMM STATUS DBOC TASKDISPLAY INDEX SESSION output, use the PURGE command with the terminal ID to clear the session.DEQUEUE USER userid 001DELETE USR useridDEQUEUE USER userid 001