I was facing the same issue as Jerry faced when connecting IRIS to SQL server. My ODBC connection is configured to authenticate via windows authentication.
Configure IRIS ODBC connection with Windows authentication using a
How I fixed it for myself?
Root cause
- The SQL Server DSN was set to Windows Integrated Authentication.
- IRIS opens the ODBC connection via irisdb.exe, which runs under the IRIS Windows services’ logon account.
- My IRIS services were running as LocalSystem, so SQL saw the machine account
<ORGNAME>\<ASSETID>$. SQL had no login for that identity → 18456 / 28000 “Login failed