473,569 Members | 2,836 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CrystalDecision s.CrystalReport s.Engine.OutOfL icenseException

Hi all,

I am having some problems with Crystal Reports 9 for Visual Studio .NET ...

I have a multithreaded application that prints reports in several threads
(based upon incoming requests on a queue ...), 1 report per thread. When
multiple threads are launched, I get the following error:
CrystalDecision s.CrystalReport s.Engine.OutOfL icenseException

This is due to limitations in the Crystaldescisio ns object-model. (Thats's
what I understand from reading
http://www.crystaldecisions.com/prod...easurement.asp
) There it is stated that only 3 concurrent requests can be processed at the
same time.

Theys say that, for increased scalability, you can upgrade to Crystal
Reports 9 Advanced, where there is an "open deployment license". (This means
basically that this limitation to 3 concurrent reports is still there, but
that additional requests are queued internally, instead of generating the
exception) (That's what I understand from
http://www.crystaldecisions.com/prod...ingchanges.asp
)

I have been toying around with a decompiler, but don't seem to find anything
usefull.

Does anybody know any workaround or hack for this ?

Thanx,
--
Stijn
Jul 19 '05 #1
0 2772

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
516
by: Stijn Lambert | last post by:
Hi all, I am having some problems with Crystal Reports 9 for Visual Studio .NET ... I have a multithreaded application that prints reports in several threads (based upon incoming requests on a queue ...), 1 report per thread. When multiple threads are launched, I get the following error:...
4
11398
by: anannj | last post by:
Hi everyone, I have a Crystal Report with a subreport in a windows application, which is to be exported to the pdf file. I followed the instructions on http://support.crystaldecisions.com/library/kbase/articles/c2010275.asp to set up the log on information. But I always got the exception at the statement: tbl.Location = ...; The error...
2
2054
by: Volkan Karaboða | last post by:
I have an aspx that contains a report prepared with crystal report, when I try to run myapp. on another server which has no crystal report tool installed on it. I receive following error code even I copid crystal's dll files bin directory of myapp. Error:"CrystalDecisions.CrystalReports.Engine.InternalException: Cannot find KeycodeV2.dll,...
0
1317
by: Susil Patro | last post by:
Hi all, I have installed Visual Studio dot net version 2003, in my machine. I opened a new project for developing an application related to crystal reports. I got the following error, while I tried to add a new dataset "The daVinci Diagram Surface could not be found. Please reinstall Visual Studio".
3
7489
by: Nancy. | last post by:
It seems that I can not be able to display a crystal report with the crystal viewer in a web application. However, in Windows Application I do not have this kind of problems. In a Web form, I have the CrystalReportViewer1 and databind to a SampleDorm.rpt that is part of my project. The following code binds the dataset to the report's...
3
1988
by: Lorenc | last post by:
Is anybody experiencing the following error when trying to export a crystal report to a pdf? This error happens randomly. ------------------------------------------------------------------------ Error occurred. Exception of type System.Web.HttpUnhandledException was thrown. Cannot find the assembly Cybex.CRMBL, Version=2.5.4.0,...
1
2269
by: Learner | last post by:
Hi Friends, I am building the dataset programmatically by calling the stored proc by passing a parameter and i am getting the data into the dataset. As a test when i bind this dataset to a grid i see the data in the front. So
0
3161
by: Dipen | last post by:
Hello All, I am using crystal report in my application. Everything is right but i end up with the following error. Failed to open a rowset. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
0
1019
by: PrakashN | last post by:
Hi everyone, I have a Crystal Report with a subreport in a windows application, which is to be exported to the pdf file. I followed the instructions on http://support.crystaldecisions.com...es/c2010275.asp to set up the log on information. But I always got the exception at the statement: tbl.Location = ...; The error message is listed...
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7668
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.