Discussion:
force to undeploy assembly
(too old to reply)
octoni
2006-02-27 10:00:11 UTC
Permalink
Hi there,
Does anybody know how to force undeploying assembly, because I have a case
where when I tried to undeploy, error raise such :


------------------------------------------------------
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_receiveport_transform_foreign_transformid". The conflict occurred in
database "BizTalkMgmtDb", table "dbo.bts_receiveport_transform", column
'uidTransformGUID'.
The DELETE statement conflicted with the REFERENCE constraint
"fk_bt_mapspec_bts_item". The conflict occurred in database "BizTalkMgmtDb",
table "dbo.bt_MapSpec", column 'itemid'.
The DELETE statement conflicted with the REFERENCE constraint
"bts_receiveport_transform_foreign_transformid". The conflict occurred in
database "BizTalkMgmtDb", table "dbo.bts_receiveport_transform", column
'uidTransformGUID'.
The statement has been terminated.
The statement has been terminated.
The statement has been terminated.
------------------------------------------------------

plz help me ..

best regards
octoni
Tomas Restrepo (MVP)
2006-02-27 11:13:17 UTC
Permalink
Post by octoni
Hi there,
Does anybody know how to force undeploying assembly, because I have a case
------------------------------------------------------
Removal of the assembly failed. Make sure that all items in the assembly you
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
The DELETE statement conflicted with the REFERENCE constraint
"bts_receiveport_transform_foreign_transformid". The conflict occurred in
database "BizTalkMgmtDb", table "dbo.bts_receiveport_transform", column
'uidTransformGUID'.
It means that somewhere in one of your receive ports, you are still using
one of the maps defined in the assembly you're trying to undeploy. You'll
first need to remove the map from the receive port before undeploying the
assembly.
--
Tomas Restrepo
***@mvps.org
http://www.winterdom.com/
Max Chernyshov
2009-10-12 18:54:37 UTC
Permalink
The assembly has Map(s) or schema(s) used by Ports or Pipelines.

Until there is a reference to these maps(s) and schema(s)
biztalk will not allow to undeploy the assembly.

You need to remove bindings first, undeploy, deploy
then restore the bindings again.

url:http://www.ureader.com/msg/1212423.aspx

Loading...