GDPDU Export - Solving DTD Problem with Export for IDEA

Christian_Buehl
Member Posts: 145
When exporting data with the German GDPdU Interface you may encounter problems that the system will have problems to create the index.xml.
The Reasons seems to be a problem with the filename of the needed DTD, which is originally provided as "GDPdU-01-08-2002.dtd".
After renaming the file to "gdpdu.dtd" everything worked.
The problem was encountered with Navision 3.70A German(I believe GDPdU is only concerning German users for auditing purposes)
The Reasons seems to be a problem with the filename of the needed DTD, which is originally provided as "GDPdU-01-08-2002.dtd".
After renaming the file to "gdpdu.dtd" everything worked.
The problem was encountered with Navision 3.70A German(I believe GDPdU is only concerning German users for auditing purposes)
0
Comments
-
When I set "DTD Dateiname" in Options to "gdpdu" I get the mentioned error that the "DTD-Datei" doesn't exist. What can I do?
The code
IF ISCLEAR(FileSysObject) THEN BEGIN
CREATE(FileSysObject);
IF FileSysObject.FileExists(DTDPathFileName) THEN
MESSAGE('%1 created!',DTDFileName)
ELSE
ERROR('%1 not created',DTDFileName);
END;
will show an error.
FileSysObject is type Automation,
'Microsoft Scripting Runtime'.FileSystemObjectRallnus (Yamaha FJ1200 - '89 / 25th anniversary was great!)0 -
i get the same error while creating the xml-file independent of which file name is entered. any idea where to look?0
-
Just copy the gdpdu.dtd (with this name!) to
a) your Navision client Directory (e.g. C:\Programme\Microsoft Business Solutions-Navision\Client\)
b) to your base-exportdirectoy (e.g. d:\gdpdu\), and everything (expect the FileOverflow for the TempTable) will work.
for the overflow you will have to change the TmpTable to a real-table, or build a wrapper which will call the export only for very little time-areas (e.g. only Monthly export).0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions