RPE 2.0: Report creation failed: CRRPENG0007E: Server error
Hello
I am receiving the error message "Report creation failed: CRRPENG0007E: Server error" when I try to create a report in the RPE 2.0 web app.
Steps to reproduce the problem:
- Using the RPE 2.0 web app, I have successfully loaded my templates and stylesheets on the Design tab
- I click the Create Report button and the Design Report window appears
- I click and drag my template to the Templates used in this report section
- I choose my Report output format: (Word)
- I enter my report name and click the Save button
As soon as I click save, I get the CRRPENG0007E error. No further details are given.
I do not see anything obvious in the server logs to suggest a problem.
I am running RPE 2.0 (with iFix 001) on Tomcat 8 on Windows Server 2012R2. I am using Firefox 41.0.
Thanks for any help!
One answer
You may check for any errors in rpeng.log under CATALINA_HOME\temp. Please cross check the configurations and make sure that you have set the variables/flags (ex. DGAAS_USERNAME. DGAAS_USERNAME, DGAAS_PASSWORD. etc.).
Comments
Thanks Subramnya
I do see an error in the rpeng.log you mention. See below.
Can you elaborate on the DGAAS settings? I did not see anything in the IBM Knowledge Center about those settings. What exactly do I configure and where do I configure it and what values? Can you give me a link to a URL with instructions?
Here is the rpeng.log error:
28-09-2015T15:11:32:128-0400 [http-apr-8080-exec-6] Error while creating report.:POST http://localhost:8080/dgaas/builder/change returned a response status of 400 Bad Requestcom.ibm.rpe.web.service.resources.common.exceptions.RPEServiceException: Error while creating report.:POST http://localhost:8080/dgaas/builder/change returned a response status of 400 Bad Requestetc....
Hi Allen,
Additionally, pls share TOMCAT_HOME\temp\rpedgaas.log.
What does the below return?
On DGAAS_XXX parameters, see http://www-01.ibm.com/support/knowledgecenter/SS6RHZ_2.0.0/com.ibm.rational.pe.install.doc/topics/t_auth_cont.html?lang=en
Thanks, Kumar.