ckangas7
asked on
ActiveX viewer running very SLOW
Hello,
Running Business Objects 11 Enterprise server. Have a 15 to 40 page report on the server. When users access it from a client using the ActiveX viewer the report loads very slowly. It also takes 20 to 30 seconds to scroll from one page to the next. Looking at SQL profiler our SQL server is returning data to the report much faster than that, so I know the problem is not there.
Also, if I open the report from my client using Crystal Reports XI it loads and scrolls MUCH MUCH faster. I'm thinking there is something wrong with the way I have the report published, but can't find anything out of the norm. The report does have about 12 parameters that are passed to it from our web application, but those seem to pass correctly.
Does anyone have any ideas of what to check or how to troubleshoot this?
Running Business Objects 11 Enterprise server. Have a 15 to 40 page report on the server. When users access it from a client using the ActiveX viewer the report loads very slowly. It also takes 20 to 30 seconds to scroll from one page to the next. Looking at SQL profiler our SQL server is returning data to the report much faster than that, so I know the problem is not there.
Also, if I open the report from my client using Crystal Reports XI it loads and scrolls MUCH MUCH faster. I'm thinking there is something wrong with the way I have the report published, but can't find anything out of the norm. The report does have about 12 parameters that are passed to it from our web application, but those seem to pass correctly.
Does anyone have any ideas of what to check or how to troubleshoot this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
After playing with server settings I discovered that inscreasing the number of "Database Records to Read When Previewing or Refreshing a Report" on the BOE Crystal Reports Page Server helped improved perfomance signigicantly.
ASKER