在“ Windows Server 2012 VM”上为逻辑应用程序安装azure数据网关时遇到问题
我已按照here
安装向导失败,并显示当前错误消息
从日志中,我找到以下堆栈跟踪
SFXCA:绑定到CLR版本v4.0.30319 调用自定义操作Microsoft.PowerBI.DataMovement.CustomActionUtils!Microsoft.PowerBI.DataMovement.CustomActionUtils.CustomActions.AddLogonAsServiceRight CustomActionStarted(action = AddLogonAsServiceRight,build = 3000.9.194 + ga90bb05c0e) CustomActionCompleted(action = AddLogonAsServiceRight,build = 3000.9.194 + ga90bb05c0e,duration = 661) 自定义操作引发的异常: System.Reflection.TargetInvocationException:调用的目标引发了异常。 ---> System.Management.ManagementException:无效的类 在System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) 在System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext() 在System.Linq.Enumerable.d__97
1.MoveNext() at System.Linq.Enumerable.First(IEnumerable
1来源处) 在Microsoft.PowerBI.DataMovement.CustomActionUtils.CustomActions.get_ServiceUsername() 在Microsoft.PowerBI.DataMovement.CustomActionUtils.CustomActions.AddLogonAsServiceRight(会话会话) ---内部异常堆栈跟踪的结尾--- 在System.RuntimeMethodHandle.InvokeMethod上(对象目标,对象参数,签名sig,布尔构造函数) 在System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj,Object parameters,Object arguments) 在System.Reflection.RuntimeMethodInfo.Invoke(Object obj,BindingFlags invokeAttr,活页夹装订器,对象参数,CultureInfo文化) 在Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle,字符串entryPoint,IntPtr remotingDelegatePtr) CustomAction AddLogonAsServiceRight返回了实际错误代码1603(请注意,如果在沙箱中进行翻译,则此错误可能不是100%准确) 动作结束11:42:14:AddLogonAsServiceRight。返回值3。 动作结束11:42:14:安装。返回值3。 属性:UpgradeCode = {D430A057-BAED-421C-A12C-C4EFF28670C6} 属性:INSTALLLOCATION = C:\ Program Files \本地数据网关\
认为这可能与运行安装的用户的权限有关(我已经尝试了我的用户和计算机管理员) 计算机本地策略中的“创建全局对象”和“作为服务登录”。按照此 guide
现在我迷路了,非常感谢您的投入。