Discussion:
Start Orch Shape
(too old to reply)
Guru
2004-09-22 08:39:05 UTC
Permalink
I have two Orchestrations which are in different assembly.
In the first orchestration i have a "Start orchestration shape " through
which i would like to
invoke the second orchestration.

First Assembly project has a reference to the Second Assembly.

I have deployed and started the Second Orchestration.
In the Second Orchestration i have an "orchestration Parameter [ Direction
in ]".

In the start orchestration shape i am getting "no started orchestration
click to configure" message + the following message.

---------------------------
Start Orchestration Configuration
---------------------------
There are no available BizTalk Orchestrations to start.
A valid orchestration is one that does not contain any 'out' or 'ref'
parameters.
---------------------------

In the "called orchestration property" of "Start shape" through the "select
from the referenced assembly" ,
i am not able to find the second orchestration's dll.

what could be the problem ?
Todd Sussman
2004-09-22 15:20:04 UTC
Permalink
The Receive Port Type for Orchestration from the assembly that is being
referenced, has to be made public.

Todd
Post by Guru
I have two Orchestrations which are in different assembly.
In the first orchestration i have a "Start orchestration shape " through
which i would like to
invoke the second orchestration.
First Assembly project has a reference to the Second Assembly.
I have deployed and started the Second Orchestration.
In the Second Orchestration i have an "orchestration Parameter [ Direction
in ]".
In the start orchestration shape i am getting "no started orchestration
click to configure" message + the following message.
---------------------------
Start Orchestration Configuration
---------------------------
There are no available BizTalk Orchestrations to start.
A valid orchestration is one that does not contain any 'out' or 'ref'
parameters.
---------------------------
In the "called orchestration property" of "Start shape" through the "select
from the referenced assembly" ,
i am not able to find the second orchestration's dll.
what could be the problem ?
Continue reading on narkive:
Loading...