During a clean installation of DX UIM 23.4, specifically at the database registration stage, the installer returns an error message when a domain user (e.g., DOMAIN\User) is entered. The error indicates the backslash character (\) is invalid for the "Database Username" field. This prevents customers with strict "no local user" policies from completing the installation.
- DX UIM 23.4 any version
- Microsoft SQL Server
The DX UIM installer GUI does not support the backslash (\) character in the database username field during initial setup. This field is designed to accept SQL Server-authenticated users, while domain-based Windows Authentication must be configured as a post-installation step.
The recommended workflow is to perform the initial installation using SQL authentication and then transition to Windows Authentication.
Install with SQL Authentication:
sa or a temporary account with sysadmin privileges) in the installer GUI.Transition to Windows Authentication:
data_engine probe by adding Integrated Security=SSPI to the connection parameters: Network Library=dbmssocn;Language=us_english;Integrated Security=SSPI