I get the error: 8000401a while logging in to Tridion

I get the following error when entering Tridion. Could you help me.

Error: Retrieving the COM class factory for component with CLSID {9926D1CF-F158-418F-A9A2-B653B497D982} failed due to the following error: 8000401a The server process could not be started because the configured identity is incorrect. Check the username and password. (Exception from HRESULT: 0x8000401A). System.Runtime.InteropServices.COMException (0x8000401A): Retrieving the COM class factory for component with CLSID {9926D1CF-F158-418F-A9A2-B653B497D982} failed due to the following error: 8000401a The server process could not be started because the configured identity is incorrect. Check the username and password. (Exception from HRESULT: 0x8000401A). at Tridion.Web.UI.Models.TCM54.TDSEWrapper.get_TDSE() at Tridion.Web.UI.Models.TCM54.TcmAuthorizationModule.context_AuthorizeRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 
+4
source share
3 answers

Maybe your system user (by default MTSuser) is blocked.

Could you check the Identity properties of the Trimion Content Manager COM + application and retry logging in with this user.

+7
source

The user ID running the Trimion Content Manager COM + application is correct. Check if the user exists and the password is correct.

+1
source

Try restarting the COM service on the CMS server or restarting the CMS server (which will automatically restart the service). Thanks

0
source

Source: https://habr.com/ru/post/1438349/


All Articles