Receive a file without going to the location from Orchestration
I have a issue going , I have performed a mapping and I need to use the resultant schema for another transformation, so what I did is like create a send port which will drop to a file location and then I put a receive shape to pick up the message from the same folder and use it for the next transformation. I prefer not to send the file outside the BizTalk and then pick it again.Kindly help me out with a s
July 31st, 2015 3:15pm

If you have to apply two Transforms, then an Orchestration is what you should use. That is the best solution for your scenario.
Free Windows Admin Tool Kit Click here and download it now
July 31st, 2015 4:18pm

Hi Ashwin,

Your requirement is not clear here. Can you please describe your requirement bit more probably with your orchestration snapshot.

From what I understood, you should use partner orchestration direct bound ports.

Refer: Working with Direct Bound Ports in Orchestrations

How to Use Partner Orchestration Direct Bound Ports

Partner Direct Bound Ports

July 31st, 2015 4:24pm

Hi Ashwanth,

Your problem is simple ,you can have multiple transform shape inside the same construct shape .

What you need to do is to have two transform shape in your scenario and construct two different messages (you can say it as Message A and Message B) .This way instead of creating multiple Orchestration for just transformation a single orchestration can work for you .

Another option is to have direct bound to messagebox port . In this case the port will directly rout message to message box and your another orchestration will subscribe the messsage based on the messagetype of your first receive location .MessageBox direct bound ports enable you to drop messages directly into the MessageBox database without an explicit recipient, and to subscribe to messages that meet certain criteria rather than messages that come from a particular sender.

You can see Direct Bound Port use cases in Below MSDN article

https://msdn.microsoft.com/en-us/library/aa949234.aspx

Thanks

Abhishek 

Free Windows Admin Tool Kit Click here and download it now
August 1st, 2015 1:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics