Posted on 01/12/2021 11:10:15
Hi Andreas
"The wait operation timed out" can mean a lot of things. According to SQL docs, i.e. these:
- Transient network problem
- High SQL server load
- Problem with SAN, RAID, or storage device
- Deadlock or other form of multiprocess contention
It can also be a slow SQL statement - but this one is rather simple, so I hope that is not the issue!
Does the page you try to delete have a lot of subpages?
Dynamicweb operates with a default timeout of 30 seconds on commands like this.
You can increase that in globalsettings on this path:
/GlobalSettings/System/Database/CommandTimeout
You can set it to a value between 30-240. Try setting it to 90 and see if that helps you on this one.
BR Nicolai