I am trying to install 4.5.1 on a Brinkster account with a SQL 2005 DB. The install gets to the DB set up and successfully test the connection. However, when I click the "next" button after testing my DB connection, I go to the "Run Database Installation Scripts" screen where it pauses for a moment, then displays the following message:
Installing Database - Version 4.4.0...FAILURE 400 - 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.
I talked to Brinkster support and they said I my site had opened 160 connections in a very short period of time. They closed the connections and I tried again, only to get the same result and a lot of unclosed connections.
A review of my Brinkster SQL DB in SQL Server Managment Studio indicates the the tables, at least, were succefully created, but none of the initial data was populated into them.
Obviously, because of this error, the wizard will not let me complet the installation. Is there anyone out there that can give me any hints as to what I might be doing wrong? Also, have access to run SQL scripts directly against my DB. Is there anywhere I can get the actual DB installation scripts so I can just run them manually?
Thanks in advance for any help you can provide me.
-- Rich