简体   繁体   English

Dynamics AX文档服务salesSalesOrder错误

[英]Dynamics AX Document Services salesSalesOrder error

I have a quastion regarding document services 我对文件服务有疑问

I just want to create salesorders through document services I just follow the straight forward procces of https://technet.microsoft.com/en-us/library/hh352313.aspx . 我只想通过文档服务创建销售订单,我只遵循https://technet.microsoft.com/zh-cn/library/hh352313.aspx的简单流程。

I made the modifications that coresponds to my system through the help of the exception log of administration panel . 我借助管理面板的异常日志进行了与我的系统相对应的修改。 Now I have to face the fact that my xml file is deleted and I have no salesOrders in salestable and not a response xml into response file. 现在,我必须面对这样一个事实,即我的xml文件已删除,并且salestable中没有salesOrders,并且响应文件中没有响应xml。

Then my next action was to debug the service...attach the proccess load the debug symbols etc.... 然后我的下一个动作是调试服务...附加过程加载调试符号等...

The time that I triger the services did not hit the breakpoint in the class/method SalesSalesOrder.read but instand I get a funny error from VisualStudio which make me to feel blind , also note that does not exist any error in exception log of dynamics ax or in the batch job. 我触发服务的时间未达到类/方法SalesSalesOrder.read中的断点,但了解到我从VisualStudio中得到了一个有趣的错误,使我感到盲目,还请注意,动态斧头的异常日志中不存在任何错误或在批处理作业中。

The error from VS. 来自VS的错误。 "An exception of type 'Microsoft.Dynamics.Ax.Xpp.ErrorException' occurred in Dynamics.Ax.Application.dll854.netmodule but was not handled in user code" “在Dynamics.Ax.Application.dll854.netmodule中发生了'Microsoft.Dynamics.Ax.Xpp.ErrorException类型的异常,但未在用户代码中处理”

Can anyone help me or face something similar at the past? 谁能过去帮助我或面对类似的事情?

在此处输入图片说明

iN inbound port I should specify the company id, then everything works fine. 在进站端口中,我应该指定公司ID,然后一切正常。 The reason was that the default company was empty and the new salesorders cannot passed validation. 原因是默认公司为空,新的销售订单无法通过验证。

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

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