![]() ![]() |
Integrator Process setup |
Feb 8 2010, 07:36 PM
Post
#1
|
|
|
Visitor ![]() Group: Members Posts: 1 Joined: 6-October 09 Member No.: 780 |
I am creating a integration process which requires to receive a file and send to 2 destinations. How do I create this. Receive from one and send to one is working fine. I need to send the same file to 2 different destinations. Please help
Thanks |
|
|
|
Feb 9 2010, 04:07 AM
Post
#2
|
|
|
Visitor ![]() Group: Members Posts: 1 Joined: 4-June 09 Member No.: 550 |
following steps would replicate the message to multiple destinations.
- create a classification anchor activity and tick the broadcast check-box - create required number of classification activities and leave the criteria blank or use same criteria for all activities - point the classification activities to suitable destinations |
|
|
|
Feb 9 2010, 10:25 AM
Post
#3
|
|
|
Group: Members Posts: 31 Joined: 6-November 08 Member No.: 82 |
You can also use a Sequential Activity MBC with multiple activities in it and point every activity to it's own FTP Send.
Since your question is a -very- basic one; did you ever read the 'Getting Started' manual of XIB or attend some XIB course? Good luck! |
|
|
|
Feb 24 2010, 08:08 AM
Post
#4
|
|
|
Visitor ![]() Group: Members Posts: 2 Joined: 6-March 09 Member No.: 379 |
The easiest way to achieve this without coding is to use the default file content classifier.
Create your integration like this: Receive --> Classification Anchor ----> File Content Classifer 1 --> Send Activity 1 |---> File Content Classifier 2 ---> Send Activity 2 - In the anchor, ensure broadcast is enabled. - For both file content classifer configuration, just leave the criteria blank and 0 byte to scan. This will ensure match regardless of input message content. Other way to achieve this will involve MBC programming. You can create a creator MBC that produces 2 messages and set each message to a different next activity (in the integration you will add 2 next activities to the output of the stage). Someone has post some codes on this approach: http://forums.axway.com/index.php?showtopi...p;mode=threaded |
|
|
|
Mar 11 2010, 02:07 PM
Post
#5
|
|
|
Visitor ![]() Group: Members Posts: 1 Joined: 14-May 09 From: Belgium Member No.: 516 |
Another simple way is to create a DML map with just 2 route steps.
Each route can then redirect to the desired output. |
|
|
|
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
Lo-Fi Version | Time is now: 30th July 2010 - 01:14 PM |
Skin designed by IPB Forum Skins
Expand / Collapse Navigation



Feb 8 2010, 07:36 PM



