cancel
Showing results for 
Search instead for 
Did you mean: 

How can i pass the name of the file polled by the file adapter to next step

Former Member
0 Kudos

Hi XI guru's ,

How can i pass the name of the file polled by the file adapter to next step in a BPM..?

regards,

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Santosh,

Yes you can. Using Dynamic configuration /Adapter specific Message attributes .

raj.

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Use Adapter-Specific Message Attributes and map that value in udf to the BPM message.

Also see this

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

Regards,

Prateek

Former Member
0 Kudos

Hey

use Adapter specific message attributes and get the file name in the payload via message mapping and then use this mapping in BPM.have a look at the following

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14

thanx

Aamir