@Anand Mutha has joined the channel
Channels / #fineract / 2026-01-12
#fineract 2026-01-12
Mon 11:15Anand Mutha
š Hello, team!
While generating some important reports in Mifos, like disbursal report, I am getting this type of Error -
"Http failure response for http://192.168.241.3:8086/fineract-provider/api/v1/runreports/Disbursal%20Report?tenantIdentifier=default&locale=en&dateFormat=dd%20MMMM%20yyyy&R_fromDate=01%20October%202025&R_toDate=12%20January%202026&R_branch=1&output-type=HTML: 403 OK"
Can anyone please help me with this ?
While generating some important reports in Mifos, like disbursal report, I am getting this type of Error -
"Http failure response for http://192.168.241.3:8086/fineract-provider/api/v1/runreports/Disbursal%20Report?tenantIdentifier=default&locale=en&dateFormat=dd%20MMMM%20yyyy&R_fromDate=01%20October%202025&R_toDate=12%20January%202026&R_branch=1&output-type=HTML: 403 OK"
Can anyone please help me with this ?
Mon 11:19Adam Saghy
Can you please copy the full response object from the browser network tab for this failed call?
Mon 11:19Adam Saghy
if it does not contain any useful information, you might wanna share the console log of the backend too
Mon 11:34Horlugingin Ayoade
@Anand Mutha , most likely you have not setup pentaho . just like Adam said , please share the response body
Mon 13:19Dhroov Sankla
@Dhroov Sankla has joined the channel
Mon 13:24Dhroov Sankla
"Hello # team! Iām Dhroov Sankla, a developer interested in contributing to the backend modernization projects for GSoC 2026. My stack includes Java 17/21, Spring Boot, and MySQL. I'm currently studying the API architecture and looking for 'good first issues' to get started. Glad to be here!"
Mon 13:25Anand Mutha
Hii @Adam Saghy,
{
"developerMessage": "The request caused a data integrity issue to be fired by the database.",
"httpStatusCode": "403",
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"errors": [
{
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"developerMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"args": []
}
]
}
{
"developerMessage": "The request caused a data integrity issue to be fired by the database.",
"httpStatusCode": "403",
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"errors": [
{
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"developerMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"args": []
}
]
}
Mon 13:26Anand Mutha
Hii @Horlugingin Ayoade, I already did, also other pentaho reports working perfectly fine,
{
"developerMessage": "The request caused a data integrity issue to be fired by the database.",
"httpStatusCode": "403",
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"errors": [
{
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"developerMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"args": []
}
]
}
{
"developerMessage": "The request caused a data integrity issue to be fired by the database.",
"httpStatusCode": "403",
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"errors": [
{
"defaultUserMessage": "Pentaho failed: Failed to execute query.",
"developerMessage": "Pentaho failed: Failed to execute query.",
"userMessageGlobalisationCode": "error.msg.reporting.error",
"args": []
}
]
}
we can hop on a call tomorrow . The logs can also help us