Consultor Eletrônico



Kbase P119465: Getting error 13514 when reading a .NET DataSet into a Temp-Table
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/12/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

Getting error 13514 when reading a .NET DataSet into a Temp-Table

<Temp-Table or Dataset> name '<name>' in namespace '<namespace>' not found in XML Document. (13514)

Temp-table name 'myTT' in namespace '' not found in XML document

CAUSE:

READ-XML did not create any records for the Temp-Table because the XML Document's root element did not have the correct name, or the namespace of the matching element in the XML Document did not match the NAMESPACE-URI of the Temp-Table or Dataset.

FIX:

Use the READ-XML method on a ProDataSet in order to read the .NET DataSet and make sure you give the ProDataSet and Temp-Tables the same name as used in the .NET DataSet.