6330 Restore failed for Server... Exclusive access could not be obtained because the database is in use

Symptom

While restoring the PointCentral SQL Database from Microsoft SQL Server Managemenet Studio, an error occurs:

"Restore failed for Server 'Servername'. (Microsoft.SqlServer.Express.Smo). Additional Information: System.Data.SqlClient.SqlError. Exclusive access could not be obtained because the database is in use..."

6330 a

Cause

You did not properly stop all PointCentral applications before restoring the PointCentral SQL Database.

 

Solution

Stop PointCentral applications during the restore process

  1. From the PointCentral server, go toStart > Run.
  2. In the Open field, enter cmd, and then click OK.
  3. From the Command Prompt, enter iisreset /stop. This stops PointCentral admin and service.
  4. From the Command Prompt, enter net stop CalyxPDSFileSync. This stops PointCentral FileSync.

    6330 b
  5. You may continue with restoring the PointCentral SQL Database.

Start PointCentral applications

When you have completed the PointCentral backup process, you must restart the PointCentral applications for users to be able to access Point data.

  1. From the PointCentral server, click Start > Run.
  2. In the Open field, enter cmd, and then click OK.
  3. From the Command Prompt, enter net start CalyxPdsFileSync and then press <Enter>.
  4. From the Command Prompt, enter iisreset /start, and then press <Enter>.
  5. Exit the command prompt.

6330 c

The users can now log back into Point and access their loan files.