It's all about the answers!

Ask a question

Reportable REST API with global configuration


0
1
Kasilingam Shunmugalingam (1169) | asked Jul 23 '15, 8:26 a.m.
edited Jul 28 '15, 5:42 a.m.
Hi,
We could able to generate RPE report for DNG5.0.1 version earlier.

Now we have CLM6.0 M10 with GC enabled.

But the same RPE template could not fetch information from the URI which we used 

5.0.1  working  - https://<SERVER>/rm/publish/module?moduleURI=<Module ID>

6.0 M10 - not working - https://<SERVER>/rm/publish/module?moduleURI=<Module ID>

Error :(attached snapshot in RPE forum)
XML Parsing Error: not well-formed
Location: https://<Server>/rm/publish/module?moduleURI=<Module ID>
Line Number 1, Column 7:

  Is anything to do with the latest version of CLM and DNG 6.0?

Thanks & Regards,
Kasilingam S

Accepted answer


permanent link
Donald Nong (14.5k414) | answered Jul 28 '15, 6:11 a.m.
It should be more obvious if you include the error as well.
CRRRS6540 Configuration not specified
Apparently, with Global Configuration enabled, you have to specify the "version" of the artifact for publishing. The problem is, the RDNG reportable REST API Wiki page has not been updated to include such information yet. I suggest you open a ticket to pursue this.

P.S. The RQM reportable REST API Wiki has already been updated to include the 6.0 new features.

Kasilingam Shunmugalingam selected this answer as the correct answer

Comments
Kasilingam Shunmugalingam commented Jul 29 '15, 10:53 a.m.

Thanks you Mr. Donald Nong for response. Will create a ticket as per suggestion.

Best Regards,
Kasilingam S

One other answer



permanent link
Kasilingam Shunmugalingam (1169) | answered Jul 29 '15, 11:35 a.m.

Hello Mr. Donald Nong.

I have found the solution by myself. We need to append the vvc information to the query. The vvc information can be fetched from the resource URL.

Ex:

  1. Resource:https://clm-server.com/rm/resources/_gdAwZyU0EeWpY8CNdS3iNQ?vvc.configuration=https%3A%2F%2Fclm-server.com%2Frm%2Fconfigs%2F125
  2. Publish : https://clm-server.com/rm/publish/modules?resourceURI=_gdAwZyU0EeWpY8CNdS3iNQ&vvc.configuration=https%3A%2F%2Fclm-server.com%2Frm%2Fconfigs%2F125

Best Regards,

Kasilingam S

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.