on 2014 Nov 11 11:56 AM
Dear Experts,
I have a File to RFC Scenario & We are running on Single Stack (JAVA only) Process Orchestration ( 7.4).
Where my FTP Server is running fine. Communication Channels for Sender(File) and Receiver(RFC) both are GREEN in Monitoring, But still RFC is not able to find the file data.
I have configured all part of ESR, ID & iFlow. There are not any inconsistencies found.
The Error is as per below attached Screenshot.
(MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.adapter.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declaration(1)
Please give your helpful suggestions.
Thanks & Regards,
Dipen.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi,
Use the following settings:
Recordset Structure: DT_ZPO_UPLOAD,1.
DT_ZPO_UPLOAD.filedNames BSART,LIFNR,.....
DT_ZPO_UPLOAD.fieldSeparator ,
DT_ZPO_UPLOAD.endSeparator 'nl'
DT_ZPO_UPLOAD.additionalLastFields ignore
Suman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Suman.
Below error I am getting.
Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
Parameter 'DT_ZPO_UPLOAD.fieldFixedLengths' or 'DT_ZPO_UPLOAD.fieldSeparator' is missing
Mandatory parameter 'DT_ZPO_UPLOAD.fieldNames': no value foundTransfer Mode should be kept "Binary" or "Text" ?
Please advice.
Hi,
Also, In your Screenshot u have given the Document Name = csvpoupdate.csv
Instead of File Name it should refer the Message Type that you have created for your Structure = MT_ZPO_UPLOAD
The File name you need to define in the First tab (Source)...
You can refer to sample conversion as given in the link:
SAPTechnical.COM - File Content Conversion
Regards,
Azhar
Hi Azhar,
It worked and payload generated as below which is not proper.
<?xml version="1.0" encoding="utf-8"?>
<ns:csvpoupdate.csv xmlns:ns="urn:podemo:b2b:purchaseorder:create">
<Recordset>
<DT_ZPO_UPLOAD>
<BSART>NB,3</BSART>
<LIFNR>0001,1000,</LIFNR>
<EKORG>01,1</EKORG>
<EKGRP>00,</EKGRP>
<BUKRS>1301</BUKRS>
<MATNR>100,NOS,1500,INR,1</MATNR>
<MENGE>00,V0</MENGE>
</DT_ZPO_UPLOAD>
???
Hi,
As suggested by Hareesh, pls update ur config as follows:
Also the payload that you gave looks Incorrect...Seems that you have defined the Data Type : DT_ZPO_UPLOAD with default lengths.....
Kindly remove the Lengths from your Data Type property for each field....as this is a csv file that you using.
Regards,
Azhar
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.