|
Home > Archive > BizTalk Server Orchestration > June 2005 > Starting orchestration
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Starting orchestration
|
|
| James Longstreet 2005-06-30, 6:00 pm |
| I am having a problem starting an orchestration from another orchestration.
I have added a reference to the orchestration I wish to start, (has two In
message params); added my start orchestration shape and get the message "No
orchestrations are available to start". If the orchestration file is in the
same project, I have no problems.
Am I missing how to get this to work if the orchestrations are in seperate
projects?
thanks.
| |
| Deepak Lakshmanan 2005-06-30, 6:00 pm |
| Hi,
This might be because of the orchestration not being public. Go to the
orchestration which is going to be called, goto properties and check the
"Type Modifier" property, if it's not public, make it public, compile it and
try. You should be able to call the orchestration now
Hope this helps
--
Deepak
http://deepakl.blogspot.com
"James Longstreet" wrote:
> I am having a problem starting an orchestration from another orchestration.
> I have added a reference to the orchestration I wish to start, (has two In
> message params); added my start orchestration shape and get the message "No
> orchestrations are available to start". If the orchestration file is in the
> same project, I have no problems.
>
> Am I missing how to get this to work if the orchestrations are in seperate
> projects?
>
> thanks.
>
| |
| Tom Lysholt Hansen 2005-06-30, 6:00 pm |
| Hi,
On the Orchestration view choose the Orchestration Properties
In the Property window find the "Type Modifyer" entry. Change value to
"public" - default i internal.
I hope this helps you.
--
Regards
Tom Lysholt Hansen
"James Longstreet" wrote:
> I am having a problem starting an orchestration from another orchestration.
> I have added a reference to the orchestration I wish to start, (has two In
> message params); added my start orchestration shape and get the message "No
> orchestrations are available to start". If the orchestration file is in the
> same project, I have no problems.
>
> Am I missing how to get this to work if the orchestrations are in seperate
> projects?
>
> thanks.
>
|
|
|
|
|