The upgrade or installation of DCS or SCSP server fails during database operations with the error
"Database population FAILED"
OR "Unable to connect to the specified Database. Please verify the database settings and MDAC installation. Proper installation of MDAC 2.7 SP1 or higher is required."
MDAC error:
There are several possible causes for this error:
1. The target SQL database IP address is inaccurate
2. The SCSPDBA password that was entered during setup was not complex enough
3. The TCP/IP setting is disable in SQL Server Configuration
4. The SQL Browser service is stopped
5. The SQL database is offline
6. The communication between the DCS or CSP Management Server and the SQL Server is blocked
7. Mixed mode for the authentication mode is not selected
8. Incorrect instance name used in the installation wizard
9. Previous installation remnants in the database
10. Database owner or users have been changed
11. Model Database is too large
1. The target SQL database IP address is inaccurate
The target IP address must be correct
If an improper address is specified, this error will appear as those dependencies are not local. They must be specific to the SQL Instance (SCSP) if using a separate database host.
2. The SCSPDBA password that was entered during setup was not complex enough.
Specific length must be respected
Specific length must be respected: 8 characters minimum including uppercase, lowercase, a number and a non-alphanumeric character (only _ or # are allowed by SCSP).
3. The TCP/IP setting is disable in SQL Server Configuration.
To enable TCP/IP setting in SQL Server Configuration
Re-run the Symantec Critical System Protection install.
4. The SQL Browser service is stopped.
Start the SQL Browser service from services.msc
Check the collation was set to Latin
5. The SQL database is offline.
To verify that your database is online
Stopped to Started
.
6. The communication between the DCS or CSP Management Server and the SQL Server is blocked.
To verify the communication
In SQL Server 2005, the below command is preferred:
OSQL –U sa –P <sa password> -S <hostname or IP address of SQL box>\SCSP (or database instance name used during the install)
If successful, 1> will be returned.
In SQL Server 2008, the below command is preferred:
sqlcmd -U sa -P <password> -S tcp:<computer name>\<instance name>
7. Mixed mode for the authentication mode is not selected.
To verify the authentication mode
Re-run the Symantec Critical System Protection install.
8. Incorrect instance name used.
Make sure to use the correct instance name during the installation
9. Previous installation remnants in the database.
The SQL Instance has Dynamic Ports disabled
If the SQL Instance has Dynamic Ports disabled you must specify the port 1433 in the Hostname field during installation.
Example: <Hostname Or IP Address>:1433
In later versions of DCS, choose the Database Port option (with 1433 as the value) instead of the Database Instance option.
If TCP Dynamic Ports does not have a value and a port is specified in TCP Port, Dynamic Ports is disabled.
Manually delete all the files/folders in C:\Program Files (x86)\Common Files\Symantec Shared\SCSP\MSSQL.1\MSSQL\ directory before doing fresh SCSP server installation.
- %ProgramFiles%\Symantec\Critical System Protection\Server\SISManagementInstallWrapper.txt
- %ProgramFiles%\Symantec\Critical System Protection\Server\SISManagerSetup.txt
- %ProgramFiles%\Symantec\Critical System Protection\Server\msde-dbStatus.txt
10. Database owner has been changed
Database owner should be scspdba. If it is set to anything else, change it back to scspdba
Use SQL Management Studio to change the database owner
11. Model Database is too large
Initial database creation begins with copying the Model database. CSP/DCS requires that the Model database be 49MB or less at time of install
Use a different SQL instance with a smaller Model database or Shrink the Model database
Decrease the size of the model database following the steps below:
1. Open Microsoft SQL Server Management Studio
2. Under Databases> System Databases, right-click on Model and open Properties
3. Under 'Files', change the 'Initial Size (MB)' to 1. Click OK