简体   繁体   English

COM+ 应用程序无法更改

[英]COM+ application can't be changed

I was updating a COM+ application, when an error showed up, saying that it couldn't be changed.我正在更新 COM+ 应用程序时出现错误,说无法更改。 Now, whenever I go into properties on one of the components in that application, or the properties for that application, everything is greyed out, not allowing me to change it.现在,每当我将 go 放入该应用程序中某个组件的属性或该应用程序的属性时,所有内容都是灰色的,不允许我更改它。 Delete is no an option for the application, and if I hit delete on the component, it tells me "Some changes could not be applied due to the following errors:" - "The selected item cannot be changed. The item is currently locked against changes."删除不是应用程序的选项,如果我在组件上点击删除,它会告诉我“由于以下错误,无法应用某些更改:” - “无法更改所选项目。该项目当前被锁定变化。” I can't seem to find anything on google.我似乎在谷歌上找不到任何东西。 At one point there was an HRESULT that showed up, I don't remember exactly what it was, but it turned out to be something like COM_ADMIN_E_NOT_CHANGEABLE, which also didn't give me much from google.有一次出现了一个 HRESULT,我不记得它到底是什么,但结果是类似于 COM_ADMIN_E_NOT_CHANGEABLE,它也没有从谷歌给我太多。

Logged on as domain user with admin privileges.以具有管理员权限的域用户身份登录。
Running windows server 2008 standard.运行 windows 服务器 2008 标准。

Do you have the Protection (Disable deletion and/or Disable changes) enabled for the COM+ Application?您是否为 COM+ 应用程序启用了保护(禁用删除和/或禁用更改)? Check by looking at Properties->Advanced for the Application:通过查看应用程序的属性->高级来检查:

高级选项卡

If so then un-check Disable deletion and/or Disable changes and click OK.如果是这样,则取消选中禁用删除和/或禁用更改,然后单击确定。 You should now be able to make changes/delete the application.您现在应该能够更改/删除应用程序。

Going off what Lucas had said, it will work if you do a.\Administrator, and edit the properties.离开卢卡斯所说的,如果你做一个。\管理员,它会起作用,并编辑属性。

The important thing to note here is under the Properties of the COM Object, the Activation tab will be the focus.这里要注意的重要一点是在 COM Object 的属性下,激活选项卡将成为焦点。 Try selecting Server Application here.尝试在此处选择服务器应用程序 Then under the Security tab, choose Authentication Level to Packet , and impersonation Level to Impersonate .然后在Security选项卡下,选择Authentication Level to Packet和 impersonation Level to Impersonate

This should allow you to change anything you want now.这应该允许您更改您现在想要的任何内容。

For me, the answer was simple.对我来说,答案很简单。 Login as the local admin.以本地管理员身份登录。 ".\Administrator" then I had no problem bringing up the property pages for the COM+ applications. ".\Administrator" 然后我可以毫无问题地调出 COM+ 应用程序的属性页。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM