Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreDatabase Connection Leak?Database Connection Leak?
Previous
 
Next
New Post
10/20/2008 9:00 AM
 

 

It is now October 2008 (the 20th) and we are using the latest version of the store module (Version 02.01.00). We keep getting the error below which I know is the same as the issues mentioned in this shread. Is there a patch out yet or was this suppose to be fixed in version 2.01 because the problem still seems to be present.

Any urgent assistance will ge appreaciated as we have now built a site using this module and we need a fix asap.

File  
Error   Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

 
New Post
5/4/2009 8:54 AM
 

 Hi everybody

 I get the Error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

 When developing straight out of the school book and using the objects given to me by the starterkit ... I am doing WAP development on VS2005

 

Dim tsTimeSpan As TimeSpan

 

tsTimeSpan = EndDate.Subtract(StartDate)

iNumberOfDays = tsTimeSpan.Days

Dim ArrayListDays As New ArrayList

For i = 0 To iNumberOfDays

Dim ArrayListNoOfThatDay As New ArrayList

 

 

 

 Dim IDataReader As System.Data.IDataReader

 

IDataReader = PRStatistikController.GetPRStatistikTotalSale(BrandID, StartDate.AddDays(i), StartDate.AddDays(i + 1))

 While

IDataReader.Read

 

ArrayListNoOfThatDay.Add(IDataReader(0))

 End

While

 

IDataReader =Nothing

 

 

 

Dim IDataReader2 As

System.Data.IDataReader

 

IDataReader2 = PRStatistikController.GetPRStatistikTotalRegret(BrandID, StartDate.AddDays(i), StartDate.AddDays(i + 1))

 

 While

IDataReader2.Read

 

ArrayListNoOfThatDay.Add(IDataReader2(0))

 

 

End

While

 

IDataReader =

 

Nothing

 

 

 

Dim IDataReader3 As

System.Data.IDataReader

 

IDataReader3 = PRStatistikController.GetPRStatistikTotalInvoiced(BrandID, StartDate.AddDays(i), StartDate.AddDays(i + 1))

 

 

While

IDataReader3.Read

 

ArrayListNoOfThatDay.Add(IDataReader3(0))

 

 

End

While

 

IDataReader3 =

 

Nothing

 

ArrayListDays.Add(ArrayListNoOfThatDay)

 

 

Next

 

PRStatistikController = Nothing

 

 

 

/Johan Affärssystem 

 

 

 

 

 
New Post
5/16/2009 8:58 AM
 

Hi Johan,

It's probably because you don't close your DataReaders!

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
6/29/2009 10:06 AM
 

We have a client who is experiencing this same error. How do we get a hold of the patch that has been previously discussed?

 
New Post
10/7/2009 10:11 PM
 

Hi Gilles,

I have the version 02.01.00 of the store module on DNN 04.09.04 and I am getting the same error, I tried to find for a new release but I did not find it, so could you tell me how can I gett the version where this bug is fixed?

Rodrigo

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreDatabase Connection Leak?Database Connection Leak?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out