cancel
Showing results for 
Search instead for 
Did you mean: 

BPM help

Former Member
0 Kudos

hi,

I have a scenario where in I need to fetch data from a file and map it to a msg format and using some fields from that transformed data as a trigger to another system I need to fetch some more data, and this data should be mapped to a msg format that I need to store in a db. I am assuming I need to use BPM for this, but can any of you guys help me explaining the steps in BPM to do this pls...

thank you soo much

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

If you brief exactly what is your another system ? Because it totally depends on the type of system you deal with..

based on that, you can design your scenario. so better to know the reciever system etc before layout design

So anyway with BPM you can do this....

Regards,

Moorthy

Former Member
0 Kudos

thanks Bhavesh, I will try that and Moorthy the other system is an engineering system.If you can give some more information that would help me a lot.

thank you

Former Member
0 Kudos

Hi Kumar,

As Bhavesh suggested you will need the following steps:

Rec --> Trans_1 --> Send(Sync) --> Trans_2 --> Send(Async)

You will need:

1) 1 Sender Aggreement. (File --> BPM)

2) 3 Receiver Determinations (File --> BPM, BPM --> Engg & BPM --> DB)

3) 3 Receiver Determinations

4) 2 Receiver Aggrements (BPM --> Engg & BPM --> DB)

Regards,

Ashish

bhavesh_kantilal
Active Contributor
0 Kudos

Hemanth,

yes you need a BPM.

1 Receive Step -- to recive File 1 in the BPM

2. Transformation -- To map the source file to the request message.

3. Send Synchronous -- to make the synchronos call and to get the response.

4. Transformation -- Map the response to the next message format

5. Send -- Send the data to the target./

Take a look at this blog on BPM,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards,

Bhavesh