Symptom
When trying to set parameter settings for an individual Crystal Report using Infoview (right click on report, Schedule, Parameters), we get the following error:
Server Error in '/CrystalReports' Application. Runtime Error:
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Read more...
Environment
Product
Keywords
'/CrystalReports', run time error, parameters.aspx, set parameter, schedule, CR , KBA , BI-BIP-PUB , Publishing and scheduling in InfoView/BI launch pad , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.