It's all about the answers!

Ask a question

Why is RPE template running in RPE Launcher but errors in RRDG?


Robert Huet (23112484) | asked Mar 29 '16, 3:42 p.m.
I have an RPE custom template that runs fine from RPE Launcher, but when I deploy it to the RM server and run it from the RM UI, I get the following error:  "Report Generation Fail, Review the report data source configuration"

Looking at the rrdg.log, I see the following errors:
2016-03-29 13:15:48,645 [WebContainer : 25 @@ 09:57 <unauthenticated> <Initial Page Load@2f179d29-f494-449a-8bd4-f6bb9059bc33> /jts/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/rrm cannot be loaded. 
2016-03-29 13:15:48,702 [WebContainer : 25 @@ 09:57 <unauthenticated> <Initial Page Load@2f179d29-f494-449a-8bd4-f6bb9059bc33> /jts/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/history cannot be loaded. 
2016-03-29 13:15:48,733 [WebContainer : 25 @@ 09:57 <unauthenticated> <Initial Page Load@2f179d29-f494-449a-8bd4-f6bb9059bc33> /jts/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/attribute cannot be loaded. 
2016-03-29 13:15:49,609 [WebContainer : 12 @@ 01:07 <unauthenticated> <Initial Page Load@267f741c-a9e4-46c7-afb9-8b2b0929d4b6> /ccm/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/rrm cannot be loaded. 
2016-03-29 13:15:49,634 [WebContainer : 12 @@ 01:07 <unauthenticated> <Initial Page Load@267f741c-a9e4-46c7-afb9-8b2b0929d4b6> /ccm/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/history cannot be loaded. 
2016-03-29 13:15:49,669 [WebContainer : 12 @@ 01:07 <unauthenticated> <Initial Page Load@267f741c-a9e4-46c7-afb9-8b2b0929d4b6> /ccm/auth/authrequired] ERROR com.ibm.rational.rrdg                               - CRRPE2021E The schema https://jazzreporting:9443/rm/publish/schema/attribute cannot be loaded. 
2016-03-29 13:19:16,239 [WebContainer : 27 @@ 16:33 <unauthenticated> <Initial Page Load@39e26d92-7869-44d8-9212-342ab2830870> /jts/auth/authrequired]  INFO com.ibm.rational.rrdg                               - CRRPE2039I Downloading file https://jazzreporting:9443/rm/publish/templateLibrary/ISZ_Report to C:\Windows\TEMP\rrc_reports\temp\rpefile_75b360b5-86fc-4a9e-a837-66695e98be25.tmp.

If I copy/paste the schema URL's to my browser, they return just fine.

Any help would be greatly appreciated.
Thanks,
Robert

Comments
Robert Huet commented Mar 29 '16, 3:58 p.m.

When I unzip the .dta and look at the schemas, I see that RPE does NOT clean up schemas/data sources that have been deleted in RPE Document Studio.  Is this a bug?

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k14) | answered Mar 30 '16, 6:08 a.m.
What is the Data Source Schema name used in RPE template? Note that if you are generating document through DNG / RRDG, data source schema names used in the RPE template needs to match with the ones provided by DNG. See the list of  data sources schemas provided/supported by DNG.
https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI#Supported_artifact_formats
Robert Huet selected this answer as the correct answer

Comments
Robert Huet commented Mar 30 '16, 4:28 p.m.

 That was it.  I had named my driving data source as "module" instead of "modules".  When I fixed that, it ran.


Other data sources that are used internally and prefixed with a "_" can be given any name, right?

Your answer


Register or to post your answer.