码迷,mamicode.com
首页 > 其他好文 > 详细

检索 COM 类工厂中 CLSID 为 {91493441-5A91-11CF-8700-00AA0060263B} 的组件失败

时间:2017-02-21 19:24:06      阅读:945      评论:0      收藏:0      [点我收藏+]

标签:mstsc   directly   ogg   roc   nal   run   binding   ready   check   

Symptoms

When no user is interactively logged on to the server console, if you try to start a COM+ application remotely (either through a Terminal Server session or from a remote client application), the application may fail with the following error message:

8000401A - "The server process could not be started because the configured identity is incorrect. Check the username and password."

Cause

This problem occurs because the default identity for the application is set as Interactive User. Interactive user refers to the user that is logged on directly to the server console. If no interactive user exists, the application fails when it tries to assume the interactive user‘s identity.

Resolution

To resolve this problem, change the identity for the server application to run under a particular user. To do this, on the Identity tab of the Application Properties dialog box, click This User. In addition, if it is feasible, you can ensure that a user is interactively logged on to the server console while the application is running.

Workaround

In Microsoft Windows Server 2003, work around this problem by using the /Console switch to log on to Console0. To do this, follow these steps:
  1. Click Start, click Run, type mstsc /console, and then click OK.
  2. Log on to the computer.

More Information

Steps to reproduce the behavior

  1. Create a new, empty COM+ Server application. Accept the default settings.
  2. Add any component to the application. The component must not already be in another COM+ application.
  3. Try to start the application remotely when no user is interactively logged on to the server console.

检索 COM 类工厂中 CLSID 为 {91493441-5A91-11CF-8700-00AA0060263B} 的组件失败

标签:mstsc   directly   ogg   roc   nal   run   binding   ready   check   

原文地址:http://www.cnblogs.com/Javi/p/6424843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!