Symptoms

When opening a MS SQL database in CP, following error is shown:

The system was unable to set data size limit for this database.
The system was unable to set transaction log size limit for this 
database.You can try to increase the size limits. If this does not 
resolve the problem, contact your vendor.

Operations with the DB size and transaction log size are not propagated to backend.

Cause

The logical names of the Rows Data and Log were changed on backend.

Resolution

  1. Log into the MS SQL server,
  2. Locate the problematic datbase in MS SQL management studio,
  3. Right-click it, click Properties
  4. Navigate to Files,
  5. Rename logical name field's value to "data1" where the filegroup is PRIMARY
  6. Rename logical name field's value to "log1" where the filegroup is Not Applicable

Internal content