Receiving CRJAZ0218I Not logged in to the repository When adding link as 'Affected by Defect'
I'm working with RTC v6.0.1 and after I've created a Defect, Sotry, Task, etc.. WorkItem then try to add Link Affected by Defect, Contributes to, Add Tracks or Affects Plan Item I'm getting the error: "Not logged in to the repository.
Any clues about this "Not logged in" exception?
|
2 answers
Ralph Schoon (63.6k●3●36●46)
| answered Jun 20 '16, 10:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
All the links mentioned in the question above are CLM links. See https://jazz.net/wiki/bin/view/Deployment/MultipleCCMAppsUserPerspective#CLM_Link_Types
These links are specifically used to link items across application, repository and project area boundaries. Please read https://jazz.net/wiki/bin/view/Deployment/PlanForMultipleJazzAppInstances#When_to_add_additional_Jazz_appl and the link above. If you work with multiple applications/repositories you would have to be connected to these repositories. In addition, as far as I am aware, the repositories would have to be registered to the same JTS, or the applications would have to be set up as friend. Last but not least, the consumer provider relationship between the project areas, where you want to create the link must be set up. However, assuming you did all that and you where actually able to select the other end for the relationship, the message is disturbing, as you would have already been logged in to select the other end work item. |
Hi!
I have worked on a similar issue - Contributed to and Tracks links were receiving CRJAZ0218I after upgrade to 6.0.x, and it was caused by a defect recently identified for 6.0.x. Avoid setting the Jazz Authentication token expiration time value to -1 Check if your teamserver.properties (all apps) are using com.ibm.team.repository.oauth.accessToken.timeout=-1 So workaround is to change it back to the default, which is 21600 seconds, or change to any other number except -1. |
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
The documents talk about a "remote repository". What is this repository in your environment? It seems that you happen to have the same login ID in both repositories but the SSO does not work, or an Authorization Required window should pop up but does not do so.
Thanks for your input Donald, I'll take a look into application server configuration