Settings » FR6 Setting

ID #1023

Why do I get “Connection Error Occurred. Press Ok to Continue” while restoring a database?

Where: This can come while you are performing any of the following

a)      Restoring Database

b)      Attaching Database

c)       Creating NEW Database

d)      Creating DEMO Database

 

You will find the following in the error.log file

The file "C:\FusionRetail6\Data\FR6VWO.mdf" is compressed but does not reside in a read-only database or filegroup. The file must be decompressed. Could not open new database 'FR6VWO'. CREATE DATABASE is aborted.

CAUSE: This problem occurs because the FusionRetail 6 database files cannot be read or written when the database is compressed. In short SQL Server databases are not supported on compressed volumes.

Solution 1:

  1. Go to My Computer
  2. Find the Data Folder (folder in which the .mdf file is to be created)
  3. Right Click and go to Advanced.
  4. Make sure that is marked as Read only and
  5. Uncheck  “Compress contents to save disk space” check box

Solution 2:

  1. Manually create a folder on the compressed drive. You will store the database in this folder later
  2. Right-click the folder, and then click Properties
  3. On the General tab, click Advanced
  4. Click to clear the Compress contents to save disk space check box, and then click OK two times
  5. Note : You might need to stop the sql server from configuration manager

Solution 3:

  1. Go to a command prompt
  2. Navigate to the folder (here 'E:\') the file (here 'E:\Compressed_DB.mdf') is situated in
  3. Type 'compact /u' and press enter

Tags: -

Related entries: -

Last update: 2011-05-28 09:32
Author: Admin
Revision: 1.2

Digg it! Print this record Send FAQ to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this FAQ:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry