I developed a new Pentaho report for Mifos X 1.24.0 using Pentaho Designer 3.91. In Pentaho, the report works fine, but when I put it in Mifos X. it shows the following error:
{"developerMessage":"The request caused a data integrity issue to be fired by the database.","httpStatusCode":"403","defaultUserMessage":null,"userMessageGlobalisationCode":"error.msg.reporting.error","errors":[{"developerMessage":null,"defaultUserMessage":null,"userMessageGlobalisationCode":"error.msg.reporting.error","parameterName":null,"value":null,"args":[]}]}
I followed these steps to put the new created report in Mifos x
- I created the report in Pentaho and the report's properties file and saved them in pentahoReports/.mifosx folder.
- I created the report in Mifos X and gave the same name as the name of the report file.
- Then I call the report (I get the above error).
Did I miss anything?
Thank you