cancel
Showing results for 
Search instead for 
Did you mean: 

BPM?

Former Member
0 Kudos

I have two interfaces.. First interface creates an output file and using OS command I encrypt the file..

Second interface picks up the encrypted file and then FTP it..

Is there a way to do this in one step instead of using two interfaces? If so , how can this be achieved?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you can (like) using BPM

you could do it like this:

- something..

- create an output file with specific name

(take from somewhere inside BPM)

- receiver step to get the file with this name

(correlate it)

or you could create the encryption inside the mapping

(if this is possible)

Regards,

michal

Former Member
0 Kudos

Hi Michael,

I am using a single receive step in BPM for receiving a message and not processing further. The message should stay in BPM without showing any error. But when executing the process, I am getting a system error and delivery channel not found error. What would be the reason? Is BPM used for blocking any message from going further? BTW, can you throw some light on undefined step..

Thanks,

Deno

Former Member
0 Kudos

Thanks Michal!

Mapping is not involved in my case.. Since mapping is not involved, my interfaces are actually not defined in IR... If i am going to use BPM, I guess I need to define this interfaces in IR.. In such a case, what is the generic message type that I need to use?

If possible, can you please list all the BPM steps for my scenario below

1) Pick up a file once it is created

2) Encrypt the file using OS commands in receiver adapter

3) Once the encrypted file is created, FTP the file..

Answers (0)