Use case insensitive user ID matching didn't work correct in the Artifact View (Visual Studio client)
We have configured our jazz team server to use case insensitive user ID matching. This works for the most cases. But in the visual studio client (VS 2005), there is a problem. In the team artifact view there are no team areas displayed. When I click on refresh I receive following error message:
The server was unable to find user for the user ID: wassermann If I change the username in the repository connection to WASSERMANN, then it works. So I think, the jazz team server settings (use case insensitive user ID matching=true) didn’t work in “My team Areas” in the visual studio client. Is this a know defect or is there another property on the jazz team server I have to configure? |
Accepted answer
We had set this property only in the jts application. But it is necessary to set this property in the ccm application, too. Now it works.
Martin Wassermann selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Just to clarify: have you also set this property to true in the CCM application properties? Each of the CLM applications are configured independently.
No, I had only configured the jazz team server. I have now configured the CCM application to use insensitive user ID matching, too. After the next server restart at midnight I can see if it works now.
I just tested on my local machine and the changing the property is reflected immediately - no restart is required.
Yes, now it works. Thank you for your assistance.