on 2006 Mar 28 2:15 PM
Hi all,
I have the follow XML instance:
<RDN>
<ITP>
<element1>
<element2>
...
</ITP>
<AE1>
<element1>
<element2>
...
<NF2>
<element1>
<element2>
...
</NF2>
<AE2>
<element1>
<element2>
...
<AE4>
<element1>
...
</AE4>
</AE2>
<AE2>
<element1>
<element2>
...
<AE4>
<element1>
...
</AE4>
</AE2>
<TE1>
<element1>
<...>
</TE1>
</AE1>
<FTP>
<element1>
...
</FTP>
</RDN>
In the Integration Directory I configure to use file content conversion with this parameters:
Recordset structure: ITP,AE1,NF2,AE2,AE4,TE1,FTP
for eacth record set structure I inform the fieldFixedLengths parameters.
When this is processed, I receiver the error:
"more fields found in XML structure than specified in conversion parameters! (Value 'NF2')', probably configuration error in file adapter (XML parser error)'" handled by adapter.
How I configure the file adpter to output the file with this structure:
ITP.....
AE1....
NF2.....
AE2....
AE4....
AE2...
AE4....
TE1...
FTP...
The file conversion not work when I have a XML with nodes and subnodes?
thanks.
Hi Elton,
http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
You need to configure a sender file adapter to get the file into XI. The above said links might helping you in fixing the issue.
Regards,
Anish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I would also check that each of the Record Sets you have specfied have a corresponding RecordSetName.fieldSeparator and RecordSetName.endSeparator entry in the Content Conversion parameters section as this will also throw an error.
Kind regards
Colin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Elton,
ASFAIK, while doing content conversion in the file adapter, only 3 levels of nesting is allowed and from what you have given your structure to be as , I think the error is becasue your nesting is for more than 3 levels.
http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
Regards,
Bhavesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.