Before you begin
If the installer encounters problems creating the Log Database, you can either:
Steps
-
Make sure the database location that you specified currently exists on the SQL Server machine.
-
Verify that the account used to run the installer has read and write permissions to the database location.
If a custom path has been selected, the SQL Server process must have adequate file system permissions for database file creation in the specified location.
-
Make sure there is sufficient disk space on the SQL machine to create the Log Database files.
This may mean creating the Log Database on a drive other than C.
-
Check to see if a file or files with the default Log Database names (wslogdb70 and wslogdb70_1) already exist.
- In order for existing database files to be used by the installer, they must be properly connected to the database engine.
- If the files exist but are not connected, either connect the files to the database engine, or remove them before continuing.
-
If you are installing v8.4 or v8.5, use SQL Server Management Studio to make sure the Initial Size defined for the model database does not exceed 10MB. (This requirement was
removed in v8.5.3.)