|
Home > Archive > BizTalk Server Orchestration > April 2005 > Dehydrated status
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]
|
|
|
| Hi,
I changed an orchestration by putting a big loop shape(i put true in loop
condition) outside right after receive shape. Then I found even I change it
back by removing loop and redeploying it, I still can not run the
orchestration correctly, I see Dehydrated status of the orchestration, even
that orchestration is changed to without loop shape, the orchestartion seems
to be running in the old cached assembly somewhere.
I searched and find the following page
http://msdn.microsoft.com/library/d...mblies_jsko.asp
Saying that it might be the old assembly is not cleaned from GAC. I tried to
remove it by gacutil already. And still not work?
Can anybody tell me how to completely remove it?
Thanks,
Jason
| |
| Goutham Sukumar 2005-04-25, 8:47 pm |
| Jason,
Your best bet would be to stop and restart the BizTalk Service..
-g
"NEWS" <jasonh@sympatico.ca> wrote in message
news:eRMvhg2RFHA.3704@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I changed an orchestration by putting a big loop shape(i put true in loop
> condition) outside right after receive shape. Then I found even I change
> it back by removing loop and redeploying it, I still can not run the
> orchestration correctly, I see Dehydrated status of the orchestration,
> even that orchestration is changed to without loop shape, the
> orchestartion seems to be running in the old cached assembly somewhere.
>
> I searched and find the following page
> http://msdn.microsoft.com/library/d...mblies_jsko.asp
>
> Saying that it might be the old assembly is not cleaned from GAC. I tried
> to remove it by gacutil already. And still not work?
>
> Can anybody tell me how to completely remove it?
>
> Thanks,
>
> Jason
>
| |
| Scott Colestock 2005-04-25, 8:47 pm |
| Have you restarted the host?
Scott Colestock
"NEWS" <jasonh@sympatico.ca> wrote in message
news:eRMvhg2RFHA.3704@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I changed an orchestration by putting a big loop shape(i put true in loop
> condition) outside right after receive shape. Then I found even I change
> it back by removing loop and redeploying it, I still can not run the
> orchestration correctly, I see Dehydrated status of the orchestration,
> even that orchestration is changed to without loop shape, the
> orchestartion seems to be running in the old cached assembly somewhere.
>
> I searched and find the following page
> http://msdn.microsoft.com/library/d...mblies_jsko.asp
>
> Saying that it might be the old assembly is not cleaned from GAC. I tried
> to remove it by gacutil already. And still not work?
>
> Can anybody tell me how to completely remove it?
>
> Thanks,
>
> Jason
>
|
|
|
|
|