Unable to export Table Mappings in Database replication

0
When I am trying to Import Table Mapping from Database replication Module, I am getting below error. Any Idea on this? Creating XML from an empty object is not allowed when element is neither optional nor nillable (http://www.mendix.com/:TableMappingList|TableMappings|ImportCall_TableMapping|ImportCall|ImportRefNr attribute: DatabaseReplication.ImportCall.ImportRefNr)   Thanks in advance! Nirmal Kumar
asked
3 answers
1

In the DomToXML_TableMapping_v3 double click on importcalling and export the value of refnr also to importrefnr.

answered
0

The Import functionality, built in Mendix based on an XSD, requires that all the element 'ImportRefNr' are filled with a value. If that isn't the case Mendix will give you this error and cancel the import.

In your XML an element 'ImportRefNr' (The path to the element is:TableMappingList|TableMappings|ImportCall_TableMapping|ImportCall|ImportRefNr attribute: DatabaseReplication.ImportCall.ImportRefNr) isn't filled with a value. You should search in the XML for the subelement and maybe remove the parent element 'ImportCall'.

answered
0

Were you able to find a solution?

I'm facing same issue:
While trying to export TM from Database Replication of Table Mapping where there is Reference to other entity used I'm getting this error.

answered