Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't use the maximum license number fro web reports

Status
Not open for further replies.

GABONE

Programmer
Jun 13, 2003
3
RO
Hi,

I am developing a web application using Crystal reports and ASP(JavaScript).My problem is that I can't launch two or more reports(according to the license number) in parallel because I get the error "Object can't be created".
The error comes from :
objApp =new ActiveXObject("CrystalRuntime.Application").
If the first report is finished and I launch the second report, it works fine.The problem comes only when the first report did not finish.


Does anyone have a solution to this or encountered something like this before???? I'm using CR8.5 Developer with W2K and IE 6
 
Hi
I see your have a problem with the licence.
crystal comes with a 5 user licence by default. that means you cant have more then 5 session going if you try to connect 6 you will get and error. The problem some of your report takes to long to run. Check your session time out to increase the time. On your web server you can ping a session if the user does not repond, kill the session to free up licence . Try to used view or store procedure to speed up your report. This might help.
Hope this helps.
cheer
pgtek

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top