cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple receiver based on file name

Former Member
0 Kudos

Hi All,

I need your suggestions.....

My scenario is i have one source.Source generates files with different file name.According to the file name same file will route on the different server.

Here no need of any transformation so maaping is not required.

P.S. we are using SP14.

Thanks,

Samarjit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You may want to consider creating multiple communication channels with very specific file name filters, and maybe also a business service for each file type so that you can base the routing on the business service.

Kind regards,

Koen

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can find the file name using Dynamic Configuration in UDF.

Assign this value to a target field.

Now you can use this field value to in Receiver Determination.

If you have same rcvr then you need to use this in Interface Determination.

Regards

Pushkar

bhavesh_kantilal
Active Contributor
0 Kudos

Samarjit,

This is simple

1. In the sender file adapter , select Adapter Specific Message Attributes --> Filename.

2. In the Receievr Determination, add the multiple receivers and then in the condition editor Select Context Objects --> FileName and give the value of the filename to be used for each receiver,

Regards

Bhavesh

Former Member
0 Kudos

Hi All,

Thanks for yours quick response.Its solved my problem.

Cheers!

Samarjit