View Single Post
  #2 (permalink)  
Old March 5th, 2007, 15:39
chrisplough's Avatar
chrisplough chrisplough is online now
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 849
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Ian,

Can you post the full error that you encountered, including a stacktrace - if one exists? I've seen these types of errors in 3 cases:
  1. When the OTM-defined connection pool doesn't have enough DB connections to support the current requests. This most likely isn't there case here - as this usually happens on app-server intensive processes like bulk-plans, integration, etc. This is more closely related to a previous post: http://www.otmfaq.com/forums/f14/exc...r-release-129/
  2. When there aren't enough connections defined in the DB itself to support all of the connections from both OTM and Oracle Reports. The minimum recommended value is 200 (per the Admin guide), though I usually use 300.
  3. When there aren't enough Oracle Reports engines to satisfy the current requests. From you config, you can run up to 30 at one time, which should be enough - though I'd need to know more about how many reports you usually run.
Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com

Last edited by chrisplough : March 5th, 2007 at 15:44.