eConnect 10 错误编号 - 如何查看它们的含义?

发布于 2024-12-03 00:30:26 字数 723 浏览 3 评论 0原文

我正在自定义项目中实现 Microsoft Dynamics eConnect 10,在测试应该写入 ERPEntryPoint 方法时,它抛出当某些数据丢失或输入不正确时出现异常。

该异常是描述性的并且得到了很好的解释,但我的问题是如何找到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妳是的陽光 2024-12-10 00:30:26

您可以通过以下方式获取错误代码列表:

SELECT * FROM DYNAMICS..taErrorCode

You can obtain a list of error codes by:

SELECT * FROM DYNAMICS..taErrorCode
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文