Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

query capability in dng 5.0

I'm trying to run a simple query through DNG REST api using following query URL:

https://clmserver/rm/views?oslc.query=true&projectURL=https://clmserver/rm/process/project-areas/_e160UKOtEeKOxKDk7re7Vg&oslc.prefix=rm_property=%3Chttps://clmserver/rm/types%3E&oslc.select=*&oslc.where=rm_property:_D7PQIKbaEeKkfY4h6KgkBA=%3Chttps://clmserver/rm/types/_4PwgcabZEeKkfY4h6KgkBA%2320bbacce-7513-4cc8-8ee3-2992f9c3c7e7%3E
 
and I keep getting this error:

com.ibm.rdm.fronting.server.exception.ForbiddenException: CRRRS7882W  The view contains an invalid attribute type. The attribute type may have been deleted since this view was created. Deleting and recreating this view may fix the problem. (More info found at entry [3d6d806f16a98d71] in the RM application server log


Any information on what this means?

Thanks,
Binoy

0 votes



One answer

Permanent link
Be very careful with the namespace, as it should always end with a slash(/) or hash(#). You missed the slash(/) for the "rm_property" namespace. It should be
oslc.prefix=rm_property=%3Chttps://clmserver/rm/types%2F%3E
instead of
oslc.prefix=rm_property=%3Chttps://clmserver/rm/types%3E

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Jan 08 '15, 1:08 p.m.

Question was seen: 3,438 times

Last updated: Jan 08 '15, 11:48 p.m.

Confirmation Cancel Confirm