Re-Deployment Fails

Home Page Forums BizTalk 2004 – BizTalk 2010 Re-Deployment Fails

Viewing 1 reply thread
  • Author
    Posts
    • #15470

      First time I deploy my application all works fine. I specify that ports be
      setup later. When I make any change and try to re-deploy it gives me the
      following errors.

      [code:1:9e66caf6ee]Error 1
      Object reference not set to an instance of an object.

      Error 2 at
      Microsoft.BizTalk.Deployment.BizTalkAssembly.GetConnectedPorts(BtsCatalogExplorer explorer, String pipelineFullyQualifiedName)
      at Microsoft.BizTalk.Deployment.BizTalkAssembly.RemovePortsUsingPipelines()
      at Microsoft.BizTalk.Deployment.BizTalkAssembly.RemovePipelines()
      at Microsoft.BizTalk.Deployment.BizTalkAssembly.Remove()
      at Microsoft.BizTalk.Deployment.BizTalkAssembly.RemoveNamedModule(String
      server, String database, String assemblyName, String assemblyVersion, String
      assemblyCulture, String assemblyPublicKeyToken, ApplicationLog log)

      Error 3 Unspecified exception: \"
      Object reference not set to an instance of an object.\"

      Object reference not set to an instance of an object.

      Error 4 Failed to add resource(s). Change requests failed for some
      resources. BizTalkAssemblyResourceManager failed to complete end type change
      request. Object reference not set to an instance of an object. [/code:1:9e66caf6ee]

      Any ideas on what I should be looking at? I can’t figure out what the issue
      is and how to correct. My solution is split as two projects…
      Orchestrations and Schemas. Orchestrations contains orchs and pipelines an
      has reference to schemas. Schemas contains all schemas and maps.

      Thanks

    • #15469

      Are you using early binding? If so you might want to change that. Also, when you redeploy, make sure you are deploying at the Solution level and not just the project.

      That’s the two problems I’ve ran into in the past.

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