eConnect 10 错误编号 - 如何查看它们的含义?
我正在自定义项目中实现 Microsoft Dynamics eConnect 10
,在测试应该写入 ERP
的 EntryPoint
方法时,它抛出当某些数据丢失或输入不正确时出现异常。
该异常是描述性的并且得到了很好的解释,但我的问题是如何找到 eConnect 10
可能抛出的错误号的详尽列表?
异常示例 **(错误号 3442)**
Sql procedure error codes returned:
Error Number = 3442 Stored Procedure taSopLineIvcInsert Error Description = Invalid Currency, a Functional currency must be set up
Node Identifier Parameters: taSopLineIvcInsert
SOPNUMBE = RTN-VAN000000002
SOPTYPE = 4
Related Error Code Parameters for Node : taSopLineIvcInsert
CURNCYID = Z-UD$
PS:在 eConnect 10
默认文档中找不到任何内容
I'm implementing Microsoft Dynamics eConnect 10
in a custom project, and while testing the EntryPoint
method that's supposed to write to the ERP
, it throws an exception when some data are missing or not entered correctly.
The exception is descriptive and well explained, but my question is how to find the exhaustive list of error numbers that eConnect 10
might throw?
Example of an exception ** (ERROR NUMBER 3442)**
Sql procedure error codes returned:
Error Number = 3442 Stored Procedure taSopLineIvcInsert Error Description = Invalid Currency, a Functional currency must be set up
Node Identifier Parameters: taSopLineIvcInsert
SOPNUMBE = RTN-VAN000000002
SOPTYPE = 4
Related Error Code Parameters for Node : taSopLineIvcInsert
CURNCYID = Z-UD$
P.S.: Nothing found in the eConnect 10
default Documentation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过以下方式获取错误代码列表:
You can obtain a list of error codes by: