After
you have upgraded to version 9, you may experience slowness while
loging into SOHODOX or while browsing through documents etc. There may
be many reasons for this but we have found that the below solution has
worked in many cases.
Solution :
Step 1: Set auto_close as off in the SQL Server based MainDB. Follow the steps below to do this...
- Back up the SOHODOX Databases after making sure SOHODOX is not being accessed from any of your network machine.
- Now, on the machine where MS SQL Server is installed, launch the SQL Command Line. You can open the SQL Command Line Window by pressing 'Windows button + R' from your Key Board.
- Once the RUN dialog appears, type in sqlcmd.exe and hit Enter. The SQL Command Line window will launch.
- At the Cursor type...
alter database MainDB_sdx set auto_close off
- Press Enter. The Cursor will now move to 2nd Row, now type GO and again press Enter.
-
If the Cursor returns to the next line without hitting any error, then
the SQL Server based MainDB_sdx file is updated for optimum performance.
- The same process will have to be performed on the MainDB_cache file as well.
- At the Cursor type...
alter database MainDB_sdx_cache set auto_close off - Press Enter. Now type GO and press Enter.
- Once, the Cursor returns to the next line close the SQL Command Line Window.
- Restart the ITAZ SOHODOX Server Service for the changes to take effect by following the below mentioned steps.
- Go to Control Panel >> Administrative Tools >> Services panel.
- Now, under Services search for ITAZ Sohodox Server service.
- Right-Click on this service and restart the same.
Now start SOHODOX you will find it is loading much faster.