Biztalk 2013 Filetransfer, transfer PDF to Sharepoint as PDF

Hi,

I'm quite new to Biztalk. I have a Developer 2013 installed.

I did set up a file transfer from a ftp > sharepoint using the sharepoint adapter.

The files I transfer is PDF but Biztalk converts them to .xml when uploading to the Sharepoint Site.

How do I keep the file as PDF? I need to keep the files in the same format.

Thank you in advance.

September 12th, 2015 10:30am

You can transfer pdf using WSS adapter using passthru transmit.

One the send port filter use fileter for ur rcv port. In wss adapter seeting use pass thru and target file name as %FileName%%Extension% . Use passthru at the rcv pipeline also.

Free Windows Admin Tool Kit Click here and download it now
September 12th, 2015 11:31am

Added, %FileName%.pdf and now it keeps .pdf but changes the filename to msg... blah blah. 
Thats not a hughe problem at the moment. Thank you alot for your help.

September 12th, 2015 11:51am

Hi,

Yes Filename wont work as expected when source and destination are not sharepoint.Here source is FTP and destination is sharepoint. If you really want to keep the source file name then you need to develop the custom pipeline component to promote the filename property .

Sample code :

Read the value of "ReceivedFileName"property in the code and promote the "FileName"property of sharpoint with the value of "ReceivedFileName"property.

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 8:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics