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) violatedSQL State: 23000 Error Code: 1
Class: com.ibm.team.repository.service.internal.permission.read.dataaccess.ContextMembersInserter CRJAZ2676I Details about the error were written to the log file. To find this data, search the log file for this identifier: f7992ea6-e42f-48bb-b4d8-8a5a8a2d37ee.
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