Hello,
With Uniface10.3 to export an object in a xml file using ide /cpy we can no import it using ide /imp.
The problems seems related to missing "repversion="6" in xml file. Why is this information missing in the export file ?
→ With ide /cpy xml contrains :
<UNIFACE release="10.3" xmlengine="2.0">
→ When exporting using Uniface 10.3 UI we get the xml file :
<UNIFACE release="10.3" repversion="6" xmlengine="2.0">
and importing with Import menu is OK
We need to export and import data using command line instructions as we do since many many years with Uniface older version.
Here Under an extract of Helop file for Uniface 10 :

Does some one have a solution ?
→ SOLUTION (thank's Ingo) : using /cpy to export data and using /cpy again with source as xml like here Under :
For export using ide
"/cpy 'DEF:MyTable.*' MyData.xml idf:"
For Import using ide ::
"/cpy xml:MyData.xml idf:"
Bye



