We have Virtual Center 2.5 using a SQL Express 2005 database installed on the same machine. I now have a separate SQL 2005 server so I would like to move the Virtual Center database to it. These are the steps I took:
1. Stop Virtual Center service.
2. Backup current SQL Express 2005 database. This can be done using Microsoft SQL Server Management Studio Express which I have installed on the Virtual Center server
3. Restore the database on my SQL 2005 server using Microsoft SQL Server Management Studio. Setup the Sql account on the new sql 2005 server.
4. Update ODBC connection on VC server with new SQL server name and sql account
5. Connection tested successful.
Now when I got to start Virtual centre it does not start and in event viewer I get the error message Event id: 1000 which says something about not having the necessary DLL files which maybe a standard windows error message.
Is there any other step that I need to do or I have missed.