The server running Citrix XenApp failed to connect to the data store
Citrix XenApp failed to connect to the Data Store
Recently ran in to an error where I couldn't connect to any XenApp server using the AppCenter and I was getting the following errors within the system event log.
Event ID 3989
Citrix XenApp failed to connect to the Data Store. ODBC error while connecting to the database: 28000 -> [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Event ID 3632
The server running Citrix XenApp failed to connect to the data store. Invalid database user name or password. Please make sure they are correct. If not, use DSMAINT CONFIG to change them. Error: IMA_RESULT_ACCESS_DENIED Indirect: 0 Server: DSN file: C:\Program Files (x86)\Citrix\Independent Management Architecture\mf20.dsn
Event ID 3612
The server running Citrix XenApp failed to connect to the Data Store IMA_RESULT_ACCESS_DENIED. Invalid database user name or password. Please make sure they are correct. If not, use DSMAINT CONFIG to change them.
Now it turns out that the farm was configured to use the administrator account for access to the datastore and when the domain administrator password was changed these errors start to appear.
To get resolve this issue run the following DSMAINT command and set the correct password for the administrator account. ---Preferably not the domain administrator account.
DSMAINT CONFIG /user:domain\administrator /pwd:password
Ideally you should change the account used for this to a different account that is used for XenApp only.
Event ID 3989
Citrix XenApp failed to connect to the Data Store. ODBC error while connecting to the database: 28000 -> [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Event ID 3632
The server running Citrix XenApp failed to connect to the data store. Invalid database user name or password. Please make sure they are correct. If not, use DSMAINT CONFIG to change them. Error: IMA_RESULT_ACCESS_DENIED Indirect: 0 Server: DSN file: C:\Program Files (x86)\Citrix\Independent Management Architecture\mf20.dsn
Event ID 3612
The server running Citrix XenApp failed to connect to the Data Store IMA_RESULT_ACCESS_DENIED. Invalid database user name or password. Please make sure they are correct. If not, use DSMAINT CONFIG to change them.
Now it turns out that the farm was configured to use the administrator account for access to the datastore and when the domain administrator password was changed these errors start to appear.
To get resolve this issue run the following DSMAINT command and set the correct password for the administrator account. ---Preferably not the domain administrator account.
DSMAINT CONFIG /user:domain\administrator /pwd:password
Ideally you should change the account used for this to a different account that is used for XenApp only.
Comments
Post a Comment