|
Home > Archive > BizTalk Server Orchestration > June 2006 > multiple versions of 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 |
multiple versions of orchestration
|
|
| johnny 2006-05-19, 7:15 am |
| Hello,
I have two versions of an orchestration deployed at BT. They are activated
by SOAP call. The Web Service was generated by BT web service publishing
wizard.
The problem is, that when a soap call is made both versions of the
orchestration starts, which is not what I want. I would like only the last
version of an orchestration to be activated.
Older version of the orchestration cannot be stopped, because, there are
dehydrated orchestrations running.
Is there an easy way to solve this problem like some property setting or some?
Thank you in advance.
| |
| Sujesh 2006-06-19, 7:18 am |
| Hi,
Dont stop the older orchestration. Just unenlist it. This will process all
the dehydrated orchestration with the older version. But it will not activate
any new instances of older version. All the new instances will be of the new
version.
"johnny" wrote:
> Hello,
>
> I have two versions of an orchestration deployed at BT. They are activated
> by SOAP call. The Web Service was generated by BT web service publishing
> wizard.
>
> The problem is, that when a soap call is made both versions of the
> orchestration starts, which is not what I want. I would like only the last
> version of an orchestration to be activated.
>
> Older version of the orchestration cannot be stopped, because, there are
> dehydrated orchestrations running.
>
> Is there an easy way to solve this problem like some property setting or some?
>
> Thank you in advance.
>
|
|
|
|
|