vote up 0 vote down star

Can anyone explain how I can remove service instances ?
- I've got a few which the BizTalk console shows as "Running"
- they are all in the Isolated Adapter
- tried doing a Stop with Full Stop option ...
- tried the Terminate Instance option ...
- even tried deleting the BizTalk application

But they're still there ??


my bad, the application delete did remove them, must have forgot to refresh


Event log has the errors ...

A request-response for the "HTTP" adapter at receive location "/foanite/BTSHTTPReceive.dll" has timed out before a response could be delivered.

but I still don't understand why the terminate wouldn't work

flag

When you receve the message on the HTTP receive, how long do you take to post a response? Are ou using a two way receive? – ChrisLoris May 5 at 13:18
This is my own testing, so response should be seconds Yeap, using a two way receive – SteveC May 5 at 13:48
What version of BizTalk? What are you seeing in the message flow? Does it die somewhere in the orchestration? – ChrisLoris May 6 at 2:55
2006 R2. I've deleted the entire application, so can't see any details, but from memory, Admin console was showing them as "Running service instances" even when I'd stopped the application. The weird thing is the HTTP receive was the beginning of the orchestration, and it had passed through those stages Ok – SteveC May 6 at 14:53
Can you duplicate the problem again? – ChrisLoris May 7 at 16:55
show 1 more comment

1 Answer

vote up 1 vote down check

If you are running an Receive Location in an isloated host you normally need to perform a iisreset to be able to delete them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.