What if my 9.4.x database is configured for Windows authentication

Upgrading a database that is configured for Windows authentication.

By default, the procedure to create and update the database schema for MSSQL uses the native SQL authentication (as specified by the parameter passed to the configureDb script, auth_type=SQLSERVER). If your database is configured for Windows authentication, then submit the configureDb script to upgrade the database schema as follows:
  1. Browse to the folder containing the configureDb command. The command is located in the following path, depending on the component for which you are installing:
    master domain manager
    image_location/TWS/interp_name
    Dynamic Workload Console
    image_location
  2. When launching the configureDb command, as explained in Creating and populating the database, specify the auth_type argument with the following value:
    WINDOWS
    Enables Windows authentication type. The Windows user you used to log on to the workstation is assigned the grants to administer the HCL Workload Automation database.