HCL Workload Automation, Version 9.4

Procedure to create the HCL Workload Automation SQL schema on Microsoft SQL Server when using Windows Authentication

To create the HCL Workload Automation database when using Windows Authentication, perform the following steps:
  1. From the workstation where the Microsoft SQL Server is installed, start a shell in which you impersonate the domain user that will later be the owner of the HCL Workload Automation instance.
  2. Go to the following directory:
    TWSTEMPDIR\TWS\dbtools\mssql\scripts

    Where TWSTEMPDIR is the directory you specified in the TWSTEMPDIR property of the configuration file. For more information about how to customize the property file, see Customizing the properties file for Microsoft SQL Server.

  3. Run the following command:
    createdb_root.bat 
    <sqlServerInstance> <windowsAuthMode>
    <twsDatabase> <agentType>

    Where:
    <sqlServerInstance>
    The name of the SQL Server instance.
    <windowsAuthMode>
    Specifies if Windows authentication is used to connect to SQL Server. Enter TRUE if you are authenticating as Windows user.
    <twsDatabase>
    The name of the database. The default value is TWS.
    <agentType>
    The type of HCL Workload Automation component for which you are creating the SQL tables. Enter MDM for a master domain manager, or BKM for a backup master domain manager.