VergeResources
Programmer
I have a custom application (ePortfolio was used as a base) which allows users to enter criteria information. This information is compiled into a SelectionFormula and sent to a managed Crystal Enterprise report. All this is working fine - the report displays in the viewer with the correct data.
Now, I am trying to get the 'View Last Five Reports' logic to work. I borrowed the same code that ePortfolio uses. Just like ePortfolio, it issues a CWR request like so:
infoobject.cwr?action=0&id=594
Instead of popping up the last copy of the report, I get:
Web Component Server Error
An unknown error has occurred.
This used to work before we moved to a new server. I checked permissions using the ce8_ntfsrights.pdf document and researched the error using the ce8_communciationerror.pdf, but had no luck.
In ePortfolio if I call up a report, enter required parameters, close it and then request it using the 'Last Five Reports' functionality, it re-prompts for all parameters. It does not show the previous image of the report.
Any ideas? Everything else within Crystal Enterprise is working properly.
Now, I am trying to get the 'View Last Five Reports' logic to work. I borrowed the same code that ePortfolio uses. Just like ePortfolio, it issues a CWR request like so:
infoobject.cwr?action=0&id=594
Instead of popping up the last copy of the report, I get:
Web Component Server Error
An unknown error has occurred.
This used to work before we moved to a new server. I checked permissions using the ce8_ntfsrights.pdf document and researched the error using the ce8_communciationerror.pdf, but had no luck.
In ePortfolio if I call up a report, enter required parameters, close it and then request it using the 'Last Five Reports' functionality, it re-prompts for all parameters. It does not show the previous image of the report.
Any ideas? Everything else within Crystal Enterprise is working properly.