English 中文(简体)
Dynamics AX 2009 - Duplicate IDs
原标题:

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

最佳回答

Is the checkbox "Import with ID values" in Import dialog checked? Try to uncheck it.

问题回答

暂无回答




相关问题
Using jQuery to compare two arrays of Javascript objects

I have two arrays of JavaScript Objects that I d like to compare to see if they are the same. The objects may not (and most likely will not) be in the same order in each array. Each array shouldn t ...

Why is the output this? (Java)

This is an instance method from a Rectangle class where we modify the x and y coordinates of the rectangle and its width and height public void modify(int newX, int y, int width, int h) { int x = ...

jquery object inside an object literal

i am trying not to repeat the selector and get to its children via a the same objects parentElment declared variable. I tried: testimonialsBelt={ parentElment:$(".testimonialsCntnr ul"), ...

Using classes with the Arduino

I m trying to use class objects with the Arduino, but I keep running into problems. All I want to do is declare a class and create an object of that class. What would an example be?

Unwanted vertical space after Flash object

See the code below: <div>Lorem ipsum dolor sit amet</div> <object type="application/x-shockwave-flash" data="banner.swf" width="965" ...

ASP.NET and Objects

I ve been tasked with a project that requires me to convert a quote for a set of products that is displayed online into a particular file format for import into a third party application. All of the ...

热门标签