RPE document generation in Configuration enabled DNG returns nothing
![](http://jazz.net/_images/myphoto/c00a218ad146b1524f66a52ed5bfaf4e.jpg)
I hope someone will help. I am trying to generate a simple word document with content of a module from Configuration enabled DNG. Here is data I use in doc specification:
3 answers
![](http://jazz.net/_images/myphoto/c00a218ad146b1524f66a52ed5bfaf4e.jpg)
Preview Data from RPE does not consider configuration context (and hence default configuration). You can use any REST client and check whether data returned for that configuration-context (https://*/gc/configuration/4) is correct.
![](http://jazz.net/_images/myphoto/c00a218ad146b1524f66a52ed5bfaf4e.jpg)
You should modify the resource URI by appending
?oslc_config=https://server/gc/configuration/4
The following would be the correct url, if you are setting "Extra Header":
https://server/rm/resources/_uxeUUD6EEei92IZWZOlOTA?oslc_config==https://server/gc/configuration/4
For 401 Error, you can also try setting metadata property "Ignore Data Source Configuration Errors" to true in Launcher.
Comments
![](http://jazz.net/_images/myphoto/c00a218ad146b1524f66a52ed5bfaf4e.jpg)
I tried the URI you provided. Still no luck. IBM also found a bug. If DNG and JTS are installed on different servers, I get authorization error when query configuration enabled data. They provided a test fix, which did not solve the issue. I hope to fix it soon. Thank you for suggestion. I will keep you updated.
Comments
Andrey Kulpanovich
Apr 19 '18, 12:36 p.m.It seems that I am getting also 401 Unauthorized error, when I use sample DNG_Module template with my doc specification. This is known bug when query versioned data on distributed environment. I got test fix from IBM support team. But the issue is not resolved yet.