我在登录Tridion时遇到错误:8000401a

Sat*_*tya 4 tridion tridion-2011

登录Tridion时出现以下错误.请你帮助我好吗.

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)
Run Code Online (Sandbox Code Playgroud)

Ram*_*abh 7

可能是您的系统用户(默认情况下为MTSuser)已被锁定.

您能否检查Tridion Content Manager COM +应用程序的Identity属性,然后再次尝试使用此用户登录.

  • 从Windows控制面板,访问管理工具和组件服务."组件服务"窗口打开.现在组件服务>计算机>我的电脑> COM +应用程序.现在右键单击tridion特定的COM +包,您将获得标识选项卡.您可以参考我的答案中的屏幕截图http://stackoverflow.com/questions/12727567/why-is-razor-template-not-displaying-in-tridion-after-installing-it/12729982#12729982 (2认同)