cancel
Showing results for 
Search instead for 
Did you mean: 

Routing based on Filename

NishantChavan
Participant
0 Kudos

Hello,

I have a simple file pass through scenario, it does not have mapping. The files should be routed to different servers based on the filename, The filenames are not fix, its a fix pattern eg AB212_DATE_TIME.txt etc

I gave the conditions in ICO receiver tab

Filename ≈ AB212 then goes to FTP1

Filename ≈ AB213 then goes to FTP2

however this configuration is not working. the sender communication channel is in below error, please advice. This channel does not have FCC

"Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all"

Thanks,

Nishant

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

I assume you are using the context object "FileName"  for your RD condition.

Make sure you have checked ASMA in your sender channel for FileName.

And in your condition, configure it like below and try

FileName ≈ AB212*

FileName ≈ AB213*

NishantChavan
Participant
0 Kudos

I had done all those things but it was not working. Just reactivated the objects and did cache refresh and it worked.. Thanks Hareesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you enabled the ASMA --> select File Name in sender CC and tried ?

Thanks,

Sudhansu