cancel
Showing results for 
Search instead for 
Did you mean: 

Picking file from multiple location

siddhesh_pathak4
Contributor
0 Kudos

Hello all,

I ahve one scenario where i need to pick up the file from two different locations. with different file names.

Is it possible in single scenario without BPM? If possible your inputs appriciated......

Accepted Solutions (0)

Answers (2)

Answers (2)

siddhesh_pathak4
Contributor
0 Kudos

Solved

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I ahve one scenario where i need to pick up the file from two different locations. with different file names.

Is it possible in single scenario without BPM?

file sender adapter adapter let's you specify directories separated by a forward slash (/)

and file can be specified with a mask

so you can pick many files from many folder

on the other hand if you want to pick both of them at once (in one flow)

you need to use a BPM or do a custom adapter module that will pick up

the second file - relatively easy

Regards,

Michal Krawczyk

siddhesh_pathak4
Contributor
0 Kudos

Hey Michal,

Nice to see your reply.... But if we have different locations (like server not folders) is it possible?

Former Member
0 Kudos

Pathak,

If they are shared folders they you can pick up.

---Satish

Former Member
0 Kudos

>>But if we have different locations (like server not folders)

If you have different servers,their IP address,login ID/Password etc will be different so you need to configure multiple sender communication channels to pick files from them.

Thanks

Aamir