Changes between Version 1 and Version 2 of queueHell
- Timestamp:
- 06/08/17 16:26:51 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
queueHell
v1 v2 18 18 When a user is terminated, The Security Coordinator enters the user's Banner User ID into the Account Management Screen to Grant a special Class, EMPLOYEE_TERMINATE_CLS. Then the Security Coordinator enters the user's Banner User ID into the Terminate/Activate Screen to set the Termination flag. Once done, the user's ID appears in the processing queue in the following format: 19 19 20 <USER ID> : <TYPE> : <INSTANCE> : CLASS_NAME. 20 ||< ''USER ID'' > || < ''TYPE'' > || < ''INSTANCE'' > || < ''CLASS NAME'' >||< ''STATUS'' >|| 21 21 22 22 Three classes should appear, although they do not always do so:[[br]] 23 23 24 snwhat : SUPER : PROD : EMPLOYEE_TERMINATE_CLS : ADD PENDING PROCESSING[[br]]25 snwhat : SUPER : LRGP : EMPLOYEE_TERMINATE_CLS : ADD PENDING PROCESSING[[br]]26 snwaht : : TERMINATE_PENDING_PROCESSING 24 ||< ''USERID'' > ||SUPER ||PROD|| EMPLOYEE_TERMINATE_CLS||ADD PENDING PROCESSING||[[br]] 25 ||< ''USERID'' > ||SUPER ||LRGP|| EMPLOYEE_TERMINATE_CLS ||ADD PENDING PROCESSING||[[br]] 26 ||< ''USERID'' >|| || || ||TERMINATE_PENDING_PROCESSING|| 27 27 28 If the first class listed does not appear, the ZUAUSR administrator must add it. 28 If the first class listed does not appear, the ZUAUSR administrator must add it. Whatever SUPER classes had been granted to the user will also begin to appear in the queue. Most of the classes will process off the queue over the next few hours as privileges are being deleted. 29 29 30 The PROD EMPLOYEE_TERMINATE_CLS contains one associated class, TERMINATE_ACCESS_IN_DBS. This is a reminder that ZUAUSR administrators must run the java termination program as ZUAUSR on PROD. See 30 31