Hi,
In Crystal Report using Oracle DB - Are you calling an SP.If so it will be executed twice.That will also cause performance pbm.
You need to address it.
Have an look at the below post.
18407830
Note:- Every thing should be carefully tested before implementing in pdn.
BO Reporting Parameters Tuning:-
•
We increased the number of connections without affecting performance by adding one more Web Intelligence Processing. We have 8 CPU server
so we opted for 2 Web Intelligence processing servers which can handle total of 300 connections.
•
Increased the No of service engines.These settings will help to handle multitasking.
Some Clarity KB Articles:-
Title: How to Increase Concurrent Job Limit in Cabi 3.2
Description:
Please follow the steps below to increase the limit of jobs that can run concurrently in Cabi 3.2. These changes will not take affect until the BO services are restarted or the machine rebooted.
Please set these values with caution as it may adversely affect the performance of the reporting server. Ensure that you have enough physical resources on the server before changing the values from the default.
Solution:
1.
Launch 'Business Objects Central Management Console'
2.
Login as the 'Administrator' of BO.
3.
In the CMC home select 'Servers'
4.
Right Click on 'Crystal ReportsJobServer' it will be prefaced by the actual server name that BO is installed on.
5.
Select 'Properties' and scroll down to the bottom.
6.
In the filed titled 'Maximum Concurrent Jobs' change this value from the default of 5 and enter the value you wish.
7.
Click 'Save'
8.
Repeat steps 5-7 for the ''AdaptiveJobServer' it will be prefaced by the actual server name that BO is installed on.
Clarity: Viewed Business Objects report times-out to Login Prompt
Description:
Viewing a report from Clarity is timing out and then displays a login prompt.
Solution:
The web server used by Business Objects (BO) is timing out. The following solution will extend the timeout for tomcat web server used for BO by default.
1.
Navigate to the following location on your Business Objects Server:
<BO Install Dir>\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF
2.
Edit the web.xml in notepad
3.
Search for the below lines:
<session-config>
<session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
</session-config>
4.
Increase the Session-Timeout parameter from 20 to 120 minutes in web.xml
5.
Repeat the same for the web.xml file in the InfoViewAppActions folder in:
<BO Install Dir>\Business Objects\Tomcat55\webapps\InfoViewAppActions\WEB-INF
6.
Save the files
7.
Increase WebIntelligenceProcessingServer Idle Connection Timeout to 120 minutes
8.
Restart tomcat instance serving BO
9.
Restart BO
cheers,
sundar