Dynamics AX 2009 - 重复 ID
我们正在将来自不同 AX 服务器的项目合并到同一 AX 服务器上的源代码控制中。但是,项目之间有一些对象 ID 是通用的,因此 Dynamics 在同步时会引发错误:
e.g. "BaseEnum ABC_123 can not be imported because XYZ_546 already has ID 30001"
更改 ID 以便不再重复的最佳/正确方法是什么?
是不是像修改 Source Safe 中的 xpo 文件来纠正重复的 ID 一样简单,还是会破坏其他东西?
谢谢
We are in the process of merging projects from different AX Servers into source control on the same AX server. However, a few object IDs are common between projects, so Dynamics throws an error when synchronizing:
e.g. "BaseEnum ABC_123 can not be imported because XYZ_546 already has ID 30001"
What is the best/correct way to change IDs so there are no longer duplicates?
Is it as simple as modifying the xpo files in Source Safe to correct the duplicate IDs, or will that break other things?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
导入对话框中的“使用 ID 值导入”复选框是否已选中?尝试取消选中它。
Is the checkbox "Import with ID values" in Import dialog checked? Try to uncheck it.