Previous Topic: Review the PrerequisitesNext Topic: Install Third-Party Prerequisites


Prepare Microsoft SQL Server

The Microsoft SQL Server must fulfill the prerequisites for installing CA Process Automation.

Follow these steps:

  1. Navigate to the ConfigurationFile.ini file, which is created in a path similar to the following text:

    C:\ Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\ yyyymmdd_hhmmss

  2. Verify that the security mode setting resembles the following text:

    The default is Windows Authentication. Use "SQL" for Mixed Mode Authentication.

    SECURITYMODE="SQL"

  3. Verify that the setting for the SQL system administrator account credentials resembles the following text:

    ; Windows account(s) to provision as SQL Server system administrators.

    SQLSYSADMINACCOUNTS="hostname\Administrator"

  4. Verify that the setting for collation resembles the following text:

    ; Specifies a Windows collation or an SQL collation to use for the Database Engine.

    SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"