18.08.2013 Views

Hot Fix Readme (Adapt) - Business Intelligence

Hot Fix Readme (Adapt) - Business Intelligence

Hot Fix Readme (Adapt) - Business Intelligence

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CHF17<br />

ADAPT00672037<br />

Description:<br />

Patch ID: 39,599,310<br />

When users drill down on a subreport in the .NET Web Form viewer, the following error message may appear: "Invalid length for<br />

a Base-64 char array."<br />

This problem happens when the name of the subreport contains a greater-than symbol (>).<br />

New Behavior:<br />

This problem is resolved.<br />

ADAPT00673516<br />

Description:<br />

Patch ID: 39,592,786<br />

If the RAS Java SDK is used to change a table's datasource to an XML result set, the database tables may be automatically<br />

removed from the report.<br />

The cause of the problem is that the request to change the datasource location will internally execute a verify database<br />

procedure against the current datasource location. The verify database procedure is started before the table is modified to use<br />

the new datasource location. If the datasource is found, the program may remove the tables from the report if no match is found<br />

for the table. If the datasource cannot be found, the report will display the report with data from the XML files.<br />

New Behavior:<br />

This problem is resolved.<br />

To solve the problem, an option has been added to bypass the internal execution of a verify database procedure. In general, this<br />

option will not be required because the table stripping will only occur when the same table is not matched. However, this option<br />

is useful when the datasource exists with the same name but does not have matching tables.<br />

To use this option, a tag set named "VerifyDatabaseOnSetDataSource" has to be added to the RAS configuration file:<br />

clientSDKOptions.xml. For more information about clientSDKOptions.xml, see the "Setting up your RAS environment" section<br />

of the RAS SDK Developer Guide.<br />

To enable this option, the tag set false must be<br />

manually added to the CrystalReports.ClientSDKOptions section in clientSDKOptions.xml. A value of "false" will bypass the<br />

internal verify-database call.<br />

For example, the following code will bypass the verify database call:<br />

<br />

<br />

<br />

LOCALHOST<br />

TCPIP<br />

<br />

<br />

false<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!