cancel
Showing results for 
Search instead for 
Did you mean: 

hi

Former Member
0 Kudos

how can we send mutile file formats from sender file system to file receiver sys?

for example i have at sender side employee.txt,student.csc,dept.txt etc...up to 100 file how can we send it to receiver side if the receiver system is file and also if reciver sys is jdbc? pls anser the question as soon as possible.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello Kareem,

Pls find the below links...

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

assign points if helpful.

Regards,

Naresh.K

former_member184619
Active Contributor
0 Kudos

Hi Kareem,

check this blog.... this will help u

XI/PI: how to exclude files in a sender File adapter? /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter

Sachin

nisarkhan_n
Active Contributor
0 Kudos

if you have different format of input files as you have mentioned like .csc, .txt and so on you cannot send these mutiple files format to target in an single SA.

you have to develop your sender file adapter according to the file format of each type and rest of the process of design remains same as for the noraml interface....

if the reciver system is file use file receiver and if on the target side different file format should appear then use multipe file reciver cc and for JDBC use single JDBC adapters but you need to build each interface specific for the file type if formats are different.

Former Member
0 Kudos

Hi

You need to create multiple receiver CC for that.In the Receiver detemination you can dynamically select the receiver.

Thanks

santhosh_kumarv
Active Contributor
0 Kudos

>>how can we send mutile file formats from sender file system to file receiver sys?

Design an File-to-File scenario. i.e u need to use the File adapters both at the sender and the receiver. If the file is not in the XML format u need to do Contentent conversion both at the receiver and the sender file adapter.

Follow this Wiki:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/flatFILETOFLATFILE&

Regards

San