Sitecore Site/Item Publishing hangs at Initializing

萝らか妹 提交于 2019-12-02 01:34:39

An explanation is provided here:

https://sitecorebasics.wordpress.com/2011/04/12/timeout-error-when-running-cleanupdatabases-job/

You need to increase the DefaultSQLTimeout setting in the Sitecore config. Try setting it to 30 minutes.

<setting name=”DataProviderTimeout” value=”00:30:00″ />

Also answered here:

https://sitecorebasics.wordpress.com/2011/04/12/timeout-error-when-running-cleanupdatabases-job/

I tried a lot of things and the only one that worked was to synchronize the time between the web server and the database server.

You can do it either updating the time in both servers or using Internet Time tab.

After that, it worked fine.

This worked using Sitecore 6.6.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!