SAP Knowledge Base Article - Preview

1543776 - While scheduling a Crystal Report, when trying to set parameter gives Runtime Error.

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:

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

<!-- 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

  1. Internet Information Services(IIS) v6.0
  2. .Net Framework v1.1
  3. Business Objects Enterprise XI 3.1 Service Pack 3

Product

SAP BusinessObjects Enterprise XI 3.1

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.