Deleting a Division acid:
TSS DEL(DIV1)
fails with:
TSS0368E LSCA/ZONE/DIV/DEPT/PROFILE STILL HAS CONNECTED ACIDS
TSS0301I DELETE FUNCTION FAILED, RETURN CODE = 8
Release : 16.0
Component : CA Top Secret for z/OS
A division is still being used.
The division must be removed from all acids before a division acid can be deleted.
.
1. Issue a TSS LIST(ACIDS) DIV(DIV1) to get a list of acids using that division.
2. Issue a TSS MOVE(acid) DIV(newdiv) DEPT(department) to move the acid to a new division and department.
3. After moving all the acids off that division, then issue a TSS DEL(DIV1)