09-24-2009 12:31 PM - edited 03-15-2019 07:51 PM
I have a Cisco Unity v4 server, with MSDE installed. Unity will not start. I checked the SQL Database and found that the UnityDb Database is suspect. I am unable to find a way to repair this.
Solved! Go to Solution.
09-24-2009 01:02 PM
SQL will mark a database as suspect if it is unable to access the database. You can try to reset the status of the database, but if it comes back as suspect, then the database is corrupt. If you have a backup you should be able to restore the backup, otherwise you can try to reset the status of the database.
1) The first thing to do is verify that you have free space on the server. A database can be marked suspect if SQL cannot complete recovery on a database because there is not enough free space. If there is adequate space on the hard drive, proceed to the next step.
2) Open Query Analyzer
3) Connect to the server
4) In the query window, enter the following and execute it:
* Use master
* GO
* sp_resetstatus
5) Exit Query Analyzer
6) Restart the MSSQLSERVER service.
7) Check the status of the database.
HTH
java
if this helps, please rate
09-24-2009 01:02 PM
SQL will mark a database as suspect if it is unable to access the database. You can try to reset the status of the database, but if it comes back as suspect, then the database is corrupt. If you have a backup you should be able to restore the backup, otherwise you can try to reset the status of the database.
1) The first thing to do is verify that you have free space on the server. A database can be marked suspect if SQL cannot complete recovery on a database because there is not enough free space. If there is adequate space on the hard drive, proceed to the next step.
2) Open Query Analyzer
3) Connect to the server
4) In the query window, enter the following and execute it:
* Use master
* GO
* sp_resetstatus
5) Exit Query Analyzer
6) Restart the MSSQLSERVER service.
7) Check the status of the database.
HTH
java
if this helps, please rate
09-24-2009 02:28 PM
Unfortunately I do not have the SQL Analyzer. It appears that the installation engineer did not do this, and only MSDE exists. I have now just tried to install it, but the Cisco Data Store key is not working. I know the key is valid, as I have used it many times.
Just found a solution to that problem from Microsoft. Browse to the DWORD value SafeDLLSearchMode in HKLM\System\Control\Session Manager\ and change the value from 1 to 0. If the DWORD value doesn't exist, create it.
I am now installing these tools and Cisco key is accepted. Bizarre goings on today. Once I get this I will try out your commands.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide