Hi, We have a classic ASP application that uses Report Application Server (RAS) to list down the folders and the crystal reports in the website.
This worked fine in WebServer 2003 using CR 9 and RAS 9. Now when we migrated to a Windows 2012 server and hosted this application in IIS, this application was crashing the IIS.
We installed CR 11.5 Release 2 to solve the compatibility issues. With this we were able to bring up the home page of the application, however, when we click on the links(that are actually folders, on clicking, it should list the sub folders/reports with in that), we get an error. Basically it fails in the below line.
Set directoryItems = directoryManager.getChildren(rootItem)
The error message logged in IIS logs is "|80070057|The_parameter_is_incorrect."
Please help me get this issue resolved.