Solution:
1. Please check if there is data in this table for the CSR:
SELECT * FROM MERC_PSOBJ_EVENT
WHERE PROCESS_STATUS<>2
AND SD_CD=’ENTER_SERVICE_DOMAIN’
AND CSR_ID=ENTER_CSR_ID
2. If there are any rows returned back for the CSR, then run this update:
UPDATE MERC_PSOBJ_EVENT
SET PROCESS_STATUS=2
WHERE PROCESS_STATUS<>2
AND SD_CD=’ENTER_SERVICE_DOMAIN’
AND CSR_ID=ENTER_CSR_ID;
COMMIT;
Afterwards, open up the CSR | Objects tab and manually unlock those objects that have a lock on them.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center