BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

WMI error when querying clustered host #361

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Hi,

I've got a clustered host that causes an error when attempting to stop it. The error is: Target StopSelectedBizTalkHosts: Querying CLUKFITBIZ02 to request active cluster node... C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : Access denied \r C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)\r C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : at System.Management.ManagementObjectSearcher.Get()\r C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : at DeploymentFramework.BuildTasks.ControlBizTalkHostInstance.GetActiveClusterNodeName(String hostName)\r C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : at DeploymentFramework.BuildTasks.ControlBizTalkHostInstance.ControlHostInstances(String query)\r C:\Program Files (x86)\CLUK.QorusInvoker for BizTalk\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1176,5): error : at DeploymentFramework.BuildTasks.ControlBizTalkHostInstance.Execute()

What permissions do I require when dealing with clustered hosts? I'm local admin on the box.

Thanks

This work item was migrated from CodePlex

CodePlex work item ID: '10777' Vote count: '1'

tfabraham commented 6 years ago

[tfabraham@11/11/2014] Are you using v5.5? If so, are you already using the clustered hosts patch from the Downloads page? I doubt that's related but wanted to at least point it out.

I suggest the MSDN Forums since it's unlikely to be a BTDF issue. Other than being a local admin, are you in the BizTalk Administrators domain security group? This post talks about WBEMTest and the WMI Control MMC snap-in to edit permissions.

tfabraham commented 6 years ago

[UnknownUser@8/26/2015]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment Closing due to inactivity

Reason closed Can't Reproduce