Saturday, December 11, 2004

Accessing input filename in an orchestration

I recently needed to access the incoming filename in an orchestration and found it difficult to find the simple answer. I found a few examples of doing so in a pipeline adapter and a couple of cryptic answers on newsgroups but nothing plain and simple. The incoming filename is made available in the message context and can be accessed via:

IncomingMsgName(FILE.ReceivedFileName)

Hope this helps somebody and saves some time.

Original post

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.