Installation or configuration of CA Service Desk Manager (SDM) fails when connecting to the SQL Server MDB database. This issue typically occurs when the SQL Server instance is not configured with the required authentication mode, preventing the mdbadmin or servicedesk users from logging in.
Symptom
sql_check_db command returns login failure messages.Service Desk Manager requires Mixed Mode Authentication to be enabled in the SQL database. The application does not support authentication via a Windows account for its internal database agents.
sql_check_db -t -s [server] -n [node] -d mdb -o mdbadmin -U mdbadmin -p ####When a request is created by an end user, it is passed to the domsrvr through the object layer, and then the server performs the query using a database agent. The servers are the only items with a direct connection to the database, and we are using the mdbadmin and the "servicedesk" database users to perform the tasks. Therefore, the Service Desk Manager requires mixed authentication mode.
See also documentation: Verify the Prerequisites