After working on a CSR (e.g. adding objects then removing them), the CSR stays in read only with the Workflow tab greyed out. On the CSR object's tab, it shows 'Object to process : 0'.
Please run this query to see if there are any rows returned for the read-only csr:
SELECT * FROM CSR_PS_SWAT_OBJ
WHERE SD_CD='enter_service_domain'
AND CSR_ID=csr_id AND JOB_CONTROL<>1
Next, the following update statement should put the CSR out of read-only:
UPDATE CSR_PS_SWAT_OBJ
SET JOB_CONTROL=1
WHERE SD_CD = '<service domain>'
AND CSR_ID = <CSR #>
COMMIT;
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center