It's all about the answers!

Ask a question

Link Fails in RTC Task Work Item with "Does not exists or is not accessible with you credentials" error.


Rob Olsen (3511852) | asked Jan 04 '17, 7:30 p.m.

The customer is trying to reference a document within the Work Item Description of an RTC Task.  They are using the "Insert/Edit External Link" icon and entering a location within a share that contains the document.  Therefore the link looks something like :  \\nw\project_test\team_a\task_list.txt".  They add a name to it (i.e. "Test") and the link is saved.  When they try and execute the link, they get a failure:

"The project \\nw\project_test\team_a\task_list.txt" does not exist or is not accessible with your credentials.
If you have JazzAdmins privileges you can investigate the problem in the Jazz Admin Web UI."
If I copy the link, I see that the URL for the server has been attached to the link and is now :
https://my_server.com:9443/ccm/web/projects/... and then the rest of the link above.
Is this not a capability that I should be able to do?   Cannot I not create a link to a document, does it have to be an https or http or other task link??

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Jan 05 '17, 3:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For all I can tell, "\\nw\project_test\team_a\task_list.txt" is not a valid URL - there is no protocol, server or port part. If you want to reference to anything, you need a valid URL which usually means that the object is published e.g. through a HTTP server.
Ralph Schoon selected this answer as the correct answer

Comments
Rob Olsen commented Jan 05 '17, 10:20 a.m.

Thanks Ralph.  So  I assume that the only way to do this would be to include that document as an attachment but that would mean multiple attachments as that document changes.  The reason this was being done, this document contained a list of members of a project.  As more members were being added they would add them to this document and hi-light the names.  I would then be told that more members were being added, I would check the document and add the new hi-lighted members and then update the document (un hi-light them).  This way there is one consistent list of all of the members. Is there any way to do this without using an attachment in RTC?


Ralph Schoon commented Jan 05 '17, 10:36 a.m. | edited Jan 05 '17, 10:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

No, you can refer to objects such as documents e.g. using links, however, it must be a valid URI/URL link. Like in real life, the address given needs to be a valid one. E.g. Santa Claus - South Pole won't get a letter delivered (I think).

The link you guys use is INVALID so RTC apparently adds some information. I would prefer it would just take your link and tell you it does not work and not create a hyperlink. However unfortunately it does.

If you create a related artifacts link or paste a valid URL/URI (See https://en.wikipedia.org/wiki/Uniform_Resource_Identifier ) all works well. 


Rob Olsen commented Jan 05 '17, 11:20 a.m.

Thanks again.  Yes, I would prefer that it not try and fix my entry and tack on a URL but instead tell me its the wrong format.  It accepts the link and you think all is good until you actually try the link.

I appreciate the feedback.

Your answer


Register or to post 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.