Question
Reporting Endpoint giving 500 error when calling any Report.
I am using Windchill PDMLink Release N/A and Datecode with CPS N/A
When calling any reporting endpoint using WRS, I get 500 null error message.
Example call to a basic report is
curl -X 'GET' \
'https://{serverName}/Windchill/servlet/odata/v3/Reporting/Workspcecontextusers?%24count=false' \
-H 'accept: application/json'
Here are the errors that I faced
The error message I get from the request is
{"error":{"code":null,"message":"An unexpected exception occurred during error processing"}}
When calling any reporting endpoint using WRS, I get 500 null error message.
Example call to a basic report is
curl -X 'GET' \
'https://{serverName}/Windchill/servlet/odata/v3/Reporting/Workspcecontextusers?%24count=false' \
-H 'accept: application/json'
Here are the errors that I faced
The error message I get from the request is
{"error":{"code":null,"message":"An unexpected exception occurred during error processing"}}

