It's all about the answers!

Ask a question

RDNG - Stored Procedures - GetUpdatedCommentsToUser


Bartosz Chrabski (3.4k12648) | asked Mar 06 '17, 4:54 a.m.

Hi,


I am wondering if anybody tried to invoke RDNG Stored Procedures directly ?. Since a while I am trying to work with comments but it is extremely challenging to get them directly (not via requirements) from DNG. I am really curious if anybody used GetUpdatedCommentsToUser to get information using REST services.

I tried to do it several times but till now I've always received get error below.

<html><head><title>Error 403: Forbidden</title></head><body><h1>Error 403: Forbidden</h1><p>CRRRS4142E  getInternalRequestHandlerService(context) returned null. This error used to report &#039;The requested service requires a private header&#039;.<hr><i>Requirements Management/6.0.2</i></p></body></html>

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered Mar 06 '17, 5:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I used this google query https://www.google.com/#q=requires+a+private+header+site:jazz.net&* which gave me these hints what the problem might be:


From 

add the private header.



"ensure that you are using the proper OSLC Headers. PLS check for smaples at : https://jazz.net/library/article/1197

I would also suggest to follow the link to the OSLC Workshop in https://jazz.net/library/article/1197.

Note that you are looking at an internal API




permanent link
Bartosz Chrabski (3.4k12648) | answered Mar 06 '17, 11:57 a.m.

 Ralph,


Thanks it helped me to dig deeper using debuger. My REST request was missing one of headers that is called DoorsRP-Request-Type (private). 

Your answer


Register or to post your answer.