When trying out the endpoint from the MartServer -eg :http://xxx.xxx.xxx:portno/MartServer/api/report/generateReport/Entity%20Table%20Attribute%20Column
This endpoint works for catalogs that don’t have a ton of data associated with it. when the model data is large, we encounter 500 error on internal server error
This is most likely a timeout issue
workaround solution
Please increase timeout in these two files
connectiontimeout=5
→ Apache waits 5 seconds to establish a TCP connection to the backend.
timeout=60
→ Apache waits 60 seconds for a response from the backend after the connection is established.
