cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Parameter Batch Size in InfoView

former_member244179
Discoverer
0 Kudos

How do I increase the size of the batches used during prompting for a dynamic parameter? I am wanting to increase the batch size to a number that will actually allow me to get rid of the "batch" functionality on dynamic parameters. I am using Crystal Report Server 2008. I was able to increase the batch size in the Crystal Reports developer environment by editing the registry. However, I cannot figure out how to increase the batch size of the parameters in the CMC or InfoView environments.

Thanks in advance for your help.

Ashley

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member244179
Discoverer
0 Kudos

THanks for the response John. I tried changing those values and it did not work. However, I was able to find this thread:

[|]

Making the following change suggested increased the batch size of the prompts:

You can create or change a parameter in the Tomcat configuration file to set the batch size for long LOVs. Open the following file:

/Tomcat/webapps/CrystalReports/WEB-INF/web.xml

If it does not already exist, create this parameter:

<context-param>

<param-name>crystal_max_number_list_of_values</param-name>

<param-value></param-value>+ </context-param> +Where in the above example is the number of items in the batch.

Thanks again for the help John. Looking in the registry at the areas you suggested allowed me to find other values I wanted to adjust as well.

Former Member
0 Kudos

Try changing the values here:

HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\Server\ReportDocument

and here:

HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\Instances\R31RTM.ReportApplicationServer\Server\ReportDocument

I'm assuming you are familiar with editing the registry from your last post. As usual, backup your registry etc.