You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Francis Guchie (Jira)" <ji...@apache.org> on 2021/03/22 19:10:00 UTC

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

     [ https://issues.apache.org/jira/browse/FINERACT-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis Guchie updated FINERACT-1336:
-------------------------------------
    Description: 
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"                 }

            ]
         }
     ]
 }
  

  was:
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_parameter  

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"
                }
            ]
        }
    ]
}
 


> 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: image-2021-03-22-18-55-39-032.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)