keyongtech


  keyongtech > biztalk.* > biztalk.general > 04/2006

 #1  
04-16-06, 04:46 PM
bdaniel
Hello,

We have an orchestration (lets call it "RunOrch") which constructs a
message, promotes some property by given parameters and sends it to the
messagebox with direct binding.

This orchestration is called with a "Call Orchestration" shape from an
orchestration (called "StartOrch"). On the messagebox we subscribed an
orchestration to listen to all messages sent by "RunOrch" with filter
on the promoted field (called "ListenOrch").

Now, "ListenOrch" on error handling calls to "RunOrch" with the same
value of the promoted field as the one initialized itself. So that we
want that a new instance of "ListenOrch" will arise and start from the
beginning and the previous one will ended.

So far so good. The problem begins off course on run time. The
"StartOrch" runs perfectly and a new instance of "ListenOrch" is
started, but as life is - nothing is porfect and an exeption is thrown.
And as we can see in HAT the exception is caught and the "RunOrch" is
called, and the new message is constructed, and the promote filed is
promoted and the send shape finished properly and the instance is ended
with the "complete" statues. But, and this is big but, no trace to this
message in the HAT, no error is raised by the BizTalk service, no
message in the tracked messages and no new instance is created. The
only thing we can see is the message in the "Message Flow" of the
origin message which started the first "ListenOrch".

We have no clue where else to find why is this scenario did not
succeed,
Is there any one with suggestions?
 #2  
04-28-06, 06:14 AM
Naveenji
Excellent scenario description. I really liked the way you described the
problem.

AS a first step, add the Expression shape and track the message using the code
below

System.Diagnostics.EventLog.WriteTo("Message","Des cription");

Write this line of code in the expression shape.

"bdaniel" wrote:
[..]
Similar Threads
Start Orchestration vs. Direct Port Binding (Performance wise) ??

Could anyone provide me some guidelines whether to use Start Orchestration or Direct Port Binding from the performance prospective? I understand either can be used for...

Serialized orchestration instance during deployment new version of orchestration.

Hi All, I have scenario where orchestration has a long running transaction that some times takes 15 day to complete. I have developed the orchestration and orchestration is...

wmi and binding Orchestration

Hi, Is there a way to bind orchestration via wmi to it's ports and not via importing a binding file?

Direct Port Binding vs Call Orchestration

What are some guidelines to consider to help me decide whether to use direct port binding or Call Orchestration? Thanks in advance, RonS

Orchestration instance

Hi, I have deployed and orchestration.I have a receiveport that receives files from a folder. Now if i put 10 files in that folder, also 10 instances of my orchestration...


All times are GMT. The time now is 09:52 PM. | Privacy Policy