I received the following error in the group hub while testing the solution build in Microsoft tutorial 3, lesson 3: “Failed while creating a B2BOrchestrations.B2BProcess service”
After 30 minutes I finally found the solution. BizTalk does not refresh the new deployment automatically. You should first restart the BizTalkServerApplication Host instance from the “Platform Settings – Host Instances” node in the BizTalk Server 2006 Administration Console.
If that did not do the trick, you can also try to remove the orchestration from the GAC, redeploy it and then refresh the BizTalkServerApplication Host instance.
Now I still have to solve some issue with dehydrated orchestrations. I guess my web service is not sending out the required acknowledgement 🙁 .
February 27, 2007 at 6:09 pm
I finally managed to fix the dehydrated orchestrations issue. Here are the things you should check:
1) Make sure that the web service is really compiled with the correct public key
2) You should use the latest corrections from this page at Liza’s blog
3) Check your event viewer for security issues. I had problems with the [NT AUTHORITYNETWORK SERVICE] user. Make sure the user can access the BizTalkMgmtDb database and solve the single sign-on issue.
If you are sure that the above settings are correct, it should finally work.