Hello,
I have successfully created a file-inbound-adapter, that sends XML-files to the XI Integration Server. The XI routes these messages successfully to my file-outbound-adapter. So far, so good.
Now I want to add <b>additional file contents</b> to my messages using the following specifications in my inbound adapter:
<b>XMB.AdditionalPayloads=addaPDF
XMB.addaPDF.ContentType=text/plain
XMB.addaPDF.ContentKind=T
file.addaPDF.namePart=".xml"=".pdf"
file.addaPDF.optional=No</b>
This also works fine. The Integration server routes the messages and I can see the attached PDF-files within the XI-Message-Monitor - but... the file-outbound-adapter creates ONLY the XML-File! The attached PDF-File seems to get lost!!
<u>Note</u>: When I use the specification <b>mode=XMBSTREAM2FILE</b> within my file-outbound-adapter, the adapter creates a file, containing all content of the SOAP-Message (including the content of PDF-Files)!
Is there any way to configure the outbound-adapter to create <u>TWO SEPARATE</u> files, means XML and PDF - instead of only <u>ONE big stream</u> (which would be difficult to handle)?
I would appreciate any help on this issue.
Thanks,
Markus
Markus,
Since you have developed expertise with File adapter, would appreciate if you could please help me with my problem as given below ....
=================
I have my File Adapter configured & activated. The adapter is polling for the file on the NT server (same as Adapter Engine). But it gives back an error message as below :
==========
Sending message '22944890a9ce11d8957fe2e40afa0417' to Integration Server failed with 'CONFIG.LCR_ERROR': 'No own business system', context '' , must retry
Error sending document of file 'c:\temp\InFlatFile.txt':
com.sap.aii.messaging.net.TransportException: Sending message '22944890a9ce11d8957fe2e40afa0417' to Integration Server failed with 'CONFIG.LCR_ERROR': 'No own business system', context '' , must retry
- quit this run, wait for retry
==========
The <b>Status</b> of the File Adapter (in Adapter Engine) is <i>Started</i> but the <b>Condition</b> is <i>Failed</i> (due to above problem).
Business system is set up in SLD. RFC connections are defined.
========================
Thanx in advance for your time & help.
Homiar.
Add a comment