bproxsdto4gl utility - Error Message 14749

Posted by Admin on 09-Feb-2010 10:34

I am using bproxsdto4gl utitlity to create TEMP-TABLE's from the XSD schema file. Unfortunately, it's not able to go through and returning an error message:

Error processing field definition for 'aaConnHanTT'. Parent element 'OddSeaTable' does not map to a Temp-Table definition. (14749)

I have validated the schema file and there are no issues with the syntax (warnings or errors). Also I have not yet found any good documentation on this utitility - For example: How the TEMP-TABLE's are created?

Any guidance/help on this issue is appreciated.

All Replies

Posted by mresnick on 10-Feb-2010 11:07

There are a limited number of XML layouts that can be mapped to TEMP-TABLEs and ProDataSets. To get an idea of what those layouts are, create a temp-table or dataset, add some data and call WRITE-XML( ) to write to a file. This will not only show you the actual layout of the XML but can optionally show you the XML schema for the temp-table/dataset.

Michael

This thread is closed