Transferring a Database to a New Computer |
This help file applies to an out-of-date version of MainBoss.
The most recent version of MainBoss is MainBoss 4.2.4.
This help file does not exist in MainBoss 4.2.4, but the index for that version can be found here.
< Previous section | Table of Contents | Index | Next section >
When you install MainBoss Service on a computer, MainBoss stores various configuration information in the database. Amongst other things, this information tells MainBoss that the service is installed.
Suppose you want to move your MainBoss database to a different computer, or you move your SQL Server to a different computer. Ideally, you should do this by following these steps:
This is the recommended approach for transferring a database to a new server or when you transfer SQL Server to a different computer. In some cases, however, you may be doing the transfer because the old server computer is unusable (e.g. due to hardware failure). In this case, you don't have a chance to uninstall MainBoss Service first, and you'll be working from an old backup. The old backup database contains records stating that the service is still installed, even though the service hasn't been installed on the new computer. To correct this situation, follow these steps:
If the computer that was running the old MainBoss Service ever comes back into operation, you may need to delete the old service using sc delete. If you do not, the old service will start up every time Windows does. However, it will then check the MainBoss database and see that the database is no longer configured to use the old service. The old service will then issue an error message and terminate itself. Therefore, the old service won't interfere with MainBoss operations; however, it will add overhead to your system startup, so you should still get rid of it with sc delete.
< Previous section | Table of Contents | Index | Next section >