RQM error when adding user to team area via REST API
![]() Hello,
we have developed some internal tools that help (for our use cases) to more efficiently do user management for RTC, DNG, RQM, .. than just using the out-of-the-box features provided via the web client.
Our tool is using the REST API for adding users to a team area. For all applications this works fine but RQM sporadically returns a http 500 result while adding a user to a team area.
CRJAZ0329E The database query could not be completed. Integrity constraint violation SQL: Insert Into {REPOSITORY.CONTEXT_MEMBERS} ({CONTEXT_UUID}, {MEMBER_UUID}) VALUES (?, ?) SQL Exception #1 SQL Message: ORA-00001: unique constraint (QM1USER.REPOSITOR_RPSTR_CNTXT_MMBRS_PK) violated
Can somebody give a hint on what the uuid is referring to at the end? Or any other hint that explains the root cause of the error?
Thank you
|