Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Can't create EPiServer sites anymore

Vote:
 

It seems I can't create EpiServer sites anymore.

Whenever I do I get the following error, http://imgur.com/9R6wml0

Seems like the SQL server times out and I have no idea why.

Any help debugging this is much appreciated!

#74589
Sep 02, 2013 14:37
Vote:
 

Are you able to access the SQL Server instance using SQL Server Management Studio?

Frederik

#74606
Sep 02, 2013 18:53
Vote:
 

Yes, I can access it through Management Studio.

#74607
Sep 02, 2013 19:19
Vote:
 

I got something similiar a year ago. I had to give up and install the site on another machine and then move to the web and sql server manually. The connection to the database worked just fine although not when trying to install a new site.

#74609
Sep 02, 2013 20:01
Vote:
 

If SQL server instance is reachable from other sources then try to increase connection timeout in SQL server itself (in Management Studio):

Server -> Properties -> Connections -> Remote Query timeout.

#74617
Sep 03, 2013 0:06
Vote:
 

The timeout limit is already set at 600 seconds and it times out in a shorter span than that, perhaps 30-60 seconds.

#74620
Sep 03, 2013 7:40
Vote:
 

Can you execute aspnet_regsql.exe manually against that database?

aspnet_regsql -A all -S {server-name} -E -d {database-name}

 

#74623
Sep 03, 2013 8:24
Vote:
 

I've seen this in the Migration Tool from CMS 4 to 5 when the database server name is an IP address - change the name to a 'proper' server name and it works...

#74628
Sep 03, 2013 9:45
Vote:
 

Funny story, the problem dissapeared after a reboot...

#74740
Sep 05, 2013 19:05
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.