SAP Knowledge Base Article - Public

1917554 - Using Crystal Reports web form viewer, while viewing the report using unmanaged RAS JAVA SDK, the Crystal report pages auto navigate.

Symptom

In a web application, while viewing a report using unmanaged RAS JAVA SDK, after clicking the
next page button on the web form viewer , it goes to next page but then often goes back to the
previous page.

Environment

  • Crystal Reports Server Embedded 2011

Cause

Ajax calls are disabled for the crystal report viewer component.

Resolution

Edit the web.xml and change false to true in the following section:

<context-param>
<param-name>crystal_use_asynchronous_requests</param-name> <param-value>false</param-value>
</context-param>

Keywords

RAS 2011, CRSE 2011, navigating through Crystal report, RAS SDK , KBA , BI-DEV-JAV , BI Software Development Kits (SDKs) - Java , Problem

Product

SAP Crystal Reports Server 2011, OEM edition