Hi,
We have some reports published on Crystal Report Server 2013 that is using dynamic parameter. However, it is not showing the full list in the dynamic parameter.
I found the post that suggest to make changes to web.config and app.config . As they are using Tomcat, I think the file I need to change is Web.xml. However, I cannot find the right file that contains the following, which I thought I should find and simply amend the value for maxNumberListOfValues
<configSections>
<sectionGroup name="businessObjects">
<sectionGroup name="crystalReports">
<section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
</sectionGroup>
</sectionGroup>
</configSections>
<businessObjects>
<crystalReports>
<crystalReportViewer>
<add key="maxNumberListOfValues" value="50"/>
</crystalReportViewer>
</crystalReports>
</businessObjects>
On the older version, I know I can find it in C:\Program Files\Business Objects\Tomcat55\webapp
However, what is the new location in Crystal Report Server 2013 and which file should I change?
Appreciate some help here.
I think the config files are a solution when you're running in a .NET application - not necessarily for Crystal Reports Server (CRS).
Assuming that you're using "classic" Crystal reports and not Crystal for Enterprise, here's what I would do instead:
1. Log in to the CMC.
2. Go to Servers.
3. Go to the properties of the CrystalReports2013ReportApplicationServer.
4. Change the "Browse Data Size (records):" property - increase the value so that it is more than the number of records you expect to see in any dynamic parameter.
5. Change the "Number of database records to read when previewing or refreshing a report (-1 for unlimited):" to -1.
6. Save and Close.
7. Go to the properties of the CrystalReports2013ProcessingServer.
8. Change the "Number of database records to read when previewing or refreshing a report (-1 for unlimited):" to -1.
9. Save and Close.
10. Stop and then start both the CrystalReports2013ReportApplicationServer and the CrystalReports2013ProcessingServer.
-Dell
Add a comment