1

When updating Umbraco to the latest version 7.4.3, we get a Sqlexception when Index rebuilds on app start. The message is: "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding".

We have a db with extremely much content. The rebuild works if we set supportUnpublished="false". Does anyone recognize this error?

N. Pavon
  • 821
  • 4
  • 15
  • 32
  • I have seen this error message when we try to republish large websites with 1000s of nodes. this is mainly due to connection timeout between umbraco and sql server. Is your sql server live in the same sever as that IIS placed or in a different server? Checking your sql server timeout setting would be helpful. – Dimuthu Nilanka Jun 08 '16 at 16:23
  • Hi. Did you find a solution to this problem? I get exactly the same, and have "fixed" it by setting supportUnpublished="false" – Engern Feb 08 '17 at 08:41

1 Answers1

0

I think you might need to add the 'ConnectionTimeout' property to your connection string. See the post below:

Connection timeout for SQL server

Goodluck

Craig

Community
  • 1
  • 1
Craig Mayers
  • 185
  • 2
  • 9