WHEN
After database restore an error page appears as a result of TIMEOUT when creating a meeting. It happens when adding catering.
WHY
This problem have been seen when the tables BOOKING, BOOKINGHISTORY and RESERVATION is not properly indexed after a restore.
HOW TO SOLVE
- Open the dB in Microsoft SQL Management Studio
- Find the dbo.booking tabel and expand
- Right click "Indexes" and choose "Rebuild"
For Bookinghistoriry and Reservation repeat the steps 1-2-3.
Finally Recycle the Application Pool.
Comments
0 comments
Please sign in to leave a comment.