Home Page › Forums › BizTalk 2004 – BizTalk 2010 › assembly deployment errors
- This topic has 2 replies, 1 voice, and was last updated 9 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
September 17, 2008 at 7:22 AM #20735
I was trying to deploy a new pipeline component with Visual Studio, but i keep receiving this errors below…Does anyone understands what can be done do correct this? Thanks in advance.
Gustavo
Error 9 Removal of the assembly failed. Make sure that all items in the assembly you are trying to remove fulfill the following conditions:
1. Pipelines, maps, and schemas are not being used by Send Ports or Receive Locations in the same or referenced application(s)
2. Roles have no enlisted parties
Database Error:
The DELETE statement conflicted with the REFERENCE constraint “bts_sendport_foreign_sendpipelineid”. The conflict occurred in database “BizTalkMgmtDb”, table “dbo.bts_sendport”, column ‘nSendPipelineID’.
The statement has been terminated.Error 10 Removal of the assembly failed. Make sure that all items in the assembly you are trying to remove fulfill the following conditions:
1. Pipelines, maps, and schemas are not being used by Send Ports or Receive Locations in the same or referenced application(s)
2. Roles have no enlisted parties
Database Error:
The DELETE statement conflicted with the REFERENCE constraint “bts_sendport_foreign_sendpipelineid”. The conflict occurred in database “BizTalkMgmtDb”, table “dbo.bts_sendport”, column ‘nSendPipelineID’.
The statement has been terminated.
Error 11 Failed to add resource(s). Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Removal of the assembly failed. Make sure that all items in the assembly you are trying to remove fulfill the following conditions:
1. Pipelines, maps, and schemas are not being used by Send Ports or Receive Locations in the same or referenced application(s)
2. Roles have no enlisted parties
Database Error:
The DELETE statement conflicted with the REFERENCE constraint “bts_sendport_foreign_sendpipelineid”. The conflict occurred in database “BizTalkMgmtDb”, table “dbo.bts_sendport”, column ‘nSendPipelineID’.
The statement has been terminated.
-
September 17, 2008 at 8:14 AM #20736
Are any other assemblies referencing the assembly you are deploying? If so, you may need to either include those assemblies in the deployment, or remove them prior to deploying. For example, if you have a maps project and a schemas project (maps references schemas), and you try to deploy just the schemas project, Visual Studio will try to undeploy the maps project because there could potentially be version conflicts. If the maps are referenced anywhere in BizTalk, such as on a port, the deploy will fail.
-
September 19, 2008 at 10:05 AM #20781
Well, i’m migrating some projects from Biztalk 2002 to Biztal 2006 and i find some dificulties that weren’t on BT2002. I solved the problem by upgrading the control version of the assembly… Basic stuff, i guess…
Thanks anyway,
Gustavo
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.