You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Joseph Makara (Jira)" <ji...@apache.org> on 2021/05/01 05:20:00 UTC

[jira] [Commented] (FINERACT-1336) Reporting meta-data entry not found - FullParameterList

    [ https://issues.apache.org/jira/browse/FINERACT-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337727#comment-17337727 ] 

Joseph Makara commented on FINERACT-1336:
-----------------------------------------

Fixed in FINERACT-1345

> Reporting meta-data entry not found - FullParameterList
> -------------------------------------------------------
>
>                 Key: FINERACT-1336
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1336
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Reports
>    Affects Versions: 1.4.0
>            Reporter: Francis Guchie
>            Assignee: Francis Guchie
>            Priority: Major
>         Attachments: Snip20210331_5.png, image-2021-03-22-18-55-39-032.png, image-2021-03-31-11-35-48-604.png
>
>
> FINERACT-1306
> 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 
>  !image-2021-03-22-18-55-39-032.png!
> 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": [
>                  
> {                     "value": "Report Name: FullParameterList"                 }
>             ]
>          }
>      ]
>  }
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)