Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Is there a limitation for Birt engine connection pool?
Is there a limitation for Birt engine connection pool? [message #507475] Wed, 13 January 2010 15:45 Go to next message
Mirel Sprung is currently offline Mirel SprungFriend
Messages: 8
Registered: December 2009
Junior Member
Hi,

I'm running 10 reports using the same engine simultaneously.
7 of them succeeded while the other 3 remain running forever..

I'm using:
currentSourceHandle.setStringProperty("odaDriverClass", "oracle.jdbc.driver.OracleDriver");

Is there a limitation to the number of reports that can run simultaneously?

Thanks,
Mirel.
Re: Is there a limitation for Birt engine connection pool? [message #507525 is a reply to message #507475] Wed, 13 January 2010 18:35 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Mirel,

No there should not be. Does your Oracle DB have a limitation on
connections? If your app server has connection pooling enabled, you
should try to use the JNDI property to lookup the connection.

Jason

Mirel Sprung wrote:
> Hi,
>
> I'm running 10 reports using the same engine simultaneously.
> 7 of them succeeded while the other 3 remain running forever..
>
> I'm using: currentSourceHandle.setStringProperty("odaDriverClass",
> "oracle.jdbc.driver.OracleDriver");
>
> Is there a limitation to the number of reports that can run simultaneously?
>
> Thanks,
> Mirel.
>
Previous Topic:Mozilla Rhino Class Loading Issue w/ BIRT in webapp
Next Topic:feed subset of results to RCP plug-in
Goto Forum:
  


Current Time: Fri Apr 26 01:38:01 GMT 2024

Powered by FUDForum. Page generated in 0.02725 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top