Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Resolved
-
1.4.0
-
None
-
None
Description
Explains and error that arises due to 2 report names missing
1-ReportCategoryList
2- FullReportList
This was solved but upon loading reports, the parameters do not display due to failure of spooling the
FullParameterList from table stretchy_report
on the UI you see error below
the json response is
{
"developerMessage": "The requested resource is not available.",
"httpStatusCode": "404",
"defaultUserMessage": "The requested resource is not available.",
"userMessageGlobalisationCode": "error.msg.resource.not.found",
"errors": [
{
"developerMessage": "Reporting meta-data entry not found.",
"defaultUserMessage": "Reporting meta-data entry not found.",
"userMessageGlobalisationCode": "error.msg.report.name.not.found",
"parameterName": "id",
"value": null,
"args": [
]
}
]
}
Attachments
Attachments
Issue Links
- is fixed by
-
FINERACT-1345 Fix runreports
- Resolved
- links to