Options

Importing Flat via XML (NAV2015)

HSchubertHSchubert Member Posts: 16
edited 2015-04-22 in NAV Three Tier
Hi,

I have an import of a flat file with fixed lengt. This is copied 1:1 from NAV2013 where it is running. In NAV2015 there is the following error-message:

The Element <Source Type> is expected by Min Occurs value : Once
Element Recieved: <Datei>

structure of the XML-Port:
Node Name Data Source Node Type Source Type
Envelope <Envelope> Element Text
Datei <Eingangsschnittstelle>(Eingangsschnittstelle) Element Table
LineNo Eingangsschnittstelle::Line No. Element Field

Properties of Envelope:
Property Value
Indentation <0>
NodeName Envelope
NodeType Element
SourceType Text
TextType <Text>
VariableName <Envelope>
Width <0>
MinOccurs <Once>
MaxOccurs <Unbounded>

Die Properties of Datei :
Property Value
Indentation 1
NodeName Datei
NodeType Element
SourceType Table
SourceTable Eingangsschnittstelle
VariableName <Eingangsschnittstelle>
SourceTableView <Undefined>
ReqFilterHeading <>
ReqFilterHeadingML <>
CalcFields <Undefined>
ReqFilterFields <Undefined>
LinkTable <Undefined>
LinkTableForceInsert <Yes>
LinkFields <Undefined>
Temporary <No>
AutoSave <Yes>
AutoUpdate <No>
AutoReplace <No>
Width <0>
MinOccurs <Once>
MaxOccurs <Unbounded>

Is there any help or tip to resolve the problem ? (not: csv)

Hermann Schubert
Sign In or Register to comment.