XMLport 11

S0918423470
S0918423470 Member Posts: 159
Hello all,

I have pb with XMLPort 11. I setup Intercompany, at step setup Dimension when i import file ICDim into the sub-company, i have the error "The Data conflict with the Linktable and linkfields setup of Table ICDimVal".

I checked function Import, i found XMLPort 11 is used. This XMLPort is standard, we never customize it.

I use Navsion SQL option version 5.0 . Database is upgraded from Navision 4.0 to 5.0 by Upgrading Tools.


Anybody knows about this??
Thanks,
HN

Comments

  • ara3n
    ara3n Member Posts: 9,258
    I ran into this today and wanted to provide the problem and solution.

    The problem is when you create an xmlport and set the table element to temporary and have a link to another table.

    You need to set the linktable and linkfieldtables to undefined and set your own filtering.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • sailor
    sailor Member Posts: 15
    I had the same error message with a XMLport and temp records. I called the import function a second time out of a codeunit (SingleInstance) and got the error message. First time it was working good.

    After I used CLEAR(XMLportVarName) it was working fine. There was no need for me to change the Linktable settings. May be that is helpful for you guys.