本文介绍了Microsoft Dynamics NAV 2017的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用"Initialize Virtual Machine.ps1"完成Navision 2017的部署。脚本,但其执行以错误结束

I'm trying to complete the deployment of the Navision 2017 using the "Initialize Virtual Machine.ps1" script, but its execution ends with the error

请求失败并显示错误消息:

-

< s:信封xmlns:s =" http://schemas.xmlsoap.org/soap/envelope/">< s:Body>< s:Fault>< faultcode xmlns:a =" urn:microsoft-动态

ics-schemas / error"> a:Microsoft.Dynamics.Nav.Service.WebMetadata.ServiceBrokerException< / faultcode>< faultstring xml:lang =

" ; en-US"> Service"CRONUSРоссияЗАО/ Page / Customer"找不到!< / faultstring>< detail>< string xmlns =" http://schemas.micr

osoft.com/2003/10/Serialization/">Service "CRONUSРоссияЗАО/ Page / Customer"未找到!< / string>< / detail>< / s:故障>< /

s:正文>< / s:信封>

- 。 (在< ScriptBlock>,C:\ DEMO \Initialize\install.ps1:第422行)

The request failed with the error message:
--
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="urn:microsoft-dynam
ics-schemas/error">a:Microsoft.Dynamics.Nav.Service.WebMetadata.ServiceBrokerException</faultcode><faultstring xml:lang=
"en-US">Service "CRONUS Россия ЗАО/Page/Customer" was not found!</faultstring><detail><string xmlns="http://schemas.micr
osoft.com/2003/10/Serialization/">Service "CRONUS Россия ЗАО/Page/Customer" was not found!</string></detail></s:Fault></
s:Body></s:Envelope>
--. (at <ScriptBlock>, C:\DEMO\Initialize\install.ps1: line 422)

请帮助!!!

推荐答案


这篇关于Microsoft Dynamics NAV 2017的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 19:50