RPE and RDNG integration. Keep getting 404 CRRRS08731E Error
I tried to apply RPE(2.1.1) and RDNG(6.0.2) to generate document. However, I keep getting 404 CRRRS08731E Error. Is the error caused by the improper URL in data source? The following URL is what I have now. Please help! Thanks in advanced.
Accepted answer
Hi Ping,
You do not need to specify the Xpath (?fields=) for RPE data source schema. Generally
https://server:port/rm/publish/resources?metadata=schema
should be fine. You may need to replace 'resources' with other artifact type such as 'text'. For detail, see
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
Comments
Hi Kenji,
Hi Ping,
If you would like to add filter in Reportable REST (rather than in RPE), you can add moduleUri in the data source schema. The easiest way is to show the list of modules, select the module you want, then click on Share Link to this artifact. You get the URL like
https://server:port/rm/resources/_15f9b1b36b5d4317a508b383237feffx?...
where _15f9b1b36b5d4317a508b383237feffx is the module Uri.
Hi Kenji,