Roles Permissions Export
book
Article ID: KB0078290
calendar_today
Updated On:
Description
During Permissions export from UI by using File we may get below exception during workflow execution.
Code: CAT-1233: Repository XXXXX not found, may have been deleted.
Issue/Introduction
During Roles permissions export we may encounter few exceptions.
Resolution
This is because of the catalog ID XXXXX is not present in catalog table,But exists with Resourcetypes in Resourceacl table.
To avoid this error,Please execute below statement in database for that catalog ID.
delete from RESOURCEACL where RESOURCETYPE='MASTERCATALOG' and RESOURCEID = <repositoryID>
delete from RESOURCEACL where RESOURCETYPE='MASTERCATALOG' and RESOURCEID ='XXXXX'
Feedback
thumb_up
Yes
thumb_down
No