Diployment Wizard Error

Home Page Forums BizTalk 2004 – BizTalk 2010 Diployment Wizard Error

Viewing 1 reply thread
  • Author
    Posts
    • #13186

      My Schema dll deployes fine but when I deploy the orchestration dll it gives me the following error:

      Microsoft.BizTalk.Deployment.DeploymentException] Unable to deploy early bindings. [Microsoft.BizTalk.Deployment.Binding.BindingException] Failed updating binding information. BindingException: Receive Location ‘EAIOrchestrations_1.0.0.0_EAIOrchestrations.EAIProcess_ReceiveReqPort_3ecaca6a0c0bd3b8_ReceiveLocation’ has no receive handler. Specify a Receive Handler. [Microsoft.BizTalk.ExplorerOM.BtsException] Receive Location ‘EAIOrchestrations_1.0.0.0_EAIOrchestrations.EAIProcess_ReceiveReqPort_3ecaca6a0c0bd3b8_ReceiveLocation’ has no receive handler. Specify a Receive Handler.

    • #13187

      Are you deploying to the same server that this was developed on.

      It looks like the receive handlers may be different. Are the Biztalk Host names the same.

      Have you considered using late binding (Specify Later) on your orchestration ports. When you use Early Binding (Specify Now) the binding information is compiled into the dll. This makes deployment trickier as the deployed server must be virtually identical to the development server

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.