4

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)
4

3 に答える 3

7

システムユーザー(デフォルトではMTSuser)がロックされている可能性があります。

Tridion Content Manager COM +アプリケーションのIDプロパティを確認して、このユーザーでのログインを再試行してください。

于 2012-10-08T06:19:42.237 に答える
1

Tridion Content ManagerCOM+アプリケーションを実行しているユーザーのIDは正しいです。ユーザーが存在し、パスワードが正しいかどうかを確認してください。

于 2012-10-08T06:15:18.483 に答える
0

CMSサーバーでCOMサービスを再起動するか、CMSサーバーを再起動してみてください(サービスが自動的に再起動します)。ありがとう

于 2012-10-08T05:45:48.183 に答える