I’m testing in KineticTest a custom SSRS Reports that worked in 10.2 but is throwing errors about a character limit, other restrictions, or a native mode leading slash required [Error Message below]
Message: The SSRS server returned the status code 500 (InternalServerError) with the following error text:
The path of the item ‘/KineticTest/reports/ARR2/…/ReportSelCriteria/ReportSelCriteria’ is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. —> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: The path of the item ‘/KineticTest/reports/ARR2/…/ReportSelCriteria/ReportSelCriteria’ is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash.
Correlation ID : 6f8089d9-63cf-4ded-b7d4-84914e2b0e57
The name of the path is truncated with /…/ but I’m pretty sure I’ve modified it to be under 260 characters long. I’m not sure why this Report Style is failing to pull the .rdl information.
How would you go about troubleshooting this? Is there logging that can be turned on to capture the full path, or is there something obvious I’m missing?
This error occurs in Report Style when clicking “Retrieve Status” on the custom Report Style
Thanks for your response. Yes, I can download the RDL with no issues. Are the SSRS logs something I need to turn on, or are they located in a standard spot I can go browse any time?
That’s a good idea. I thought about that thinking the server name might be the fully qualified domain name that I’m assuming is found in Company Config (or Company Maint, I forget) Thank you for the idea!
I am working on a new version of an SSRS report that has been running for a while. I get the subject error. We are currently running v10.2.700.39. My path to the custom reports folder in SSRS is only 75 characters. When I click the above link to the problem I get to a page that displays “Record not found”. Anyone know if this was resolved or may not apply to my version of Epicor?