Issue 32027 — UF10: $ude(export) of entities also exports DTDs with matching profiles
Status: Planned for resolution in 10.4.01
Solution available in patch(es): 10.3.02.027
Description:
Summary: When exporting an entity using the function $ude("export", "entity", ...) then it will also export any DTD that matches the profile (i.e. has the same name as an entity). Environment: +Uniface: * Version 10.x +Operating System: * OS independent +Database: * DBMS independent How to reproduce: 1. Create test data being an entity and a DTD with the same name: * entity: TEST1.MYMODEL * dtd: TEST1.MYMODEL 2. Execute: $1 = $ude("export", "model;entity", "TEST1", "myfile.xml", "model=MYMODEL") Result: Both the entity and the dtd are exported. Expected: Only the entity should be exported.
Workaround:
There is no known workaround for this problem.
Notes: