I am trying to import a SharePoint site for testing/verification purposes, and I am getting a timeout error:
FatalError: 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 get a string of other errors, similar to this, except different field types:
FatalError: Field type PublishingScheduleStartDateFieldType is not installed properly. Go to the list settings page to delete this field.
I exported from a TeamSite on Foundations 2010, and I am using Foundations 2010. I created a new TeamSite, and from management shell ran:
Import-SPWeb -identity
http://asus/sites/site –path C:\Users\User\Documents\export.cmp
And now I am just trying to figure out the timeout. I tried this:
stsadm -o setproperty -pn database-connection-timeout -pv 300
...But no luck and I have no idea if it is even relevant.
Any SharePoint site import/export guru's? Could my issue be due to using SharePoint 2010 Foundations on a Windows 7 computer?
As of now, it does a timeout after 30 seconds, according to the log.
Edit: I resolved the timeout by installing SP1 and hotfix 2687557 (and then running PSCONFIG). Now I just have the field type error. I can see the column on the main site, of Scheduling Start Date, which lists the type as Publishing Schedule Start Date. Maybe that needs to be date and time? I will check with the person who created the column. I don't have any experience with Publishing columns.