[BTS] Can't update the assembly.
| Error Message In BizTalk |
|
=================================== Failed to add resources to application. ------------------------------ For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2010&ProdVer=3.9.469.0&EvtSrc=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors&EvtID=AddFilesForm_AddFailed&EvtChain=Microsoft.BizTalk.ApplicationDeployment+%2cApplyMultipleResourcesAddError%3bMicrosoft.BizTalk.ApplicationDeployment+%2cChangeRequestsFailed%3bMicrosoft.BizTalk.ApplicationDeployment+%2cEndTypeChangeRequestError =================================== Failed to add resource(s). (mscorlib) ------------------------------ For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2010&ProdVer=3.9.469.0&EvtSrc=Microsoft.BizTalk.ApplicationDeployment&EvtID=ApplyMultipleResourcesAddError&EvtChain=Microsoft.BizTalk.ApplicationDeployment+%2cChangeRequestsFailed%3bMicrosoft.BizTalk.ApplicationDeployment+%2cEndTypeChangeRequestError =================================== Change requests failed for some resources. (Microsoft.BizTalk.ApplicationDeployment.Engine) ------------------------------ For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2010&ProdVer=3.9.469.0&EvtSrc=Microsoft.BizTalk.ApplicationDeployment&EvtID=ChangeRequestsFailed&EvtChain=Microsoft.BizTalk.ApplicationDeployment+%2cEndTypeChangeRequestError =================================== BizTalkAssemblyResourceManager failed to complete end type change request. (Microsoft.BizTalk.ResourceManagers) ------------------------------ For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2010&ProdVer=3.9.469.0&EvtSrc=Microsoft.BizTalk.ApplicationDeployment&EvtID=EndTypeChangeRequestError =================================== Cannot update assembly "CNCDD.SAP.RFC_READ_TABLE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012" because it is used by assemblies which are not in the set of assemblies to update. To update the assembly, remove the following assemblies: CDD.cBOL.EDI.PhaseII.CG1.Orchestrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 CDD.cBOL.EDI.PhaseII.CG1.Mappings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 ABB.MobileWH.EAI.PI, Version=1.1.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 ABB.MobileWH.EAI.SAP.Orchestrations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 ABB.MobileWH.EAI.SAP.Mappings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 ABB.SAP.Synchronization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 RFC_Read_Table, Version=1.0.0.0, Culture=neutral, PublicKeyToken=484fdc2044ba3012 (mscorlib) ------------------------------ Program Location: Server stack trace: at Microsoft.BizTalk.Deployment.DeployerComponent.CheckWorkingSet(BizTalkAssemblyName bizTalkAssemblyName, List`1 usedByBizTalkAssemblyNames) at Microsoft.BizTalk.Deployment.DeployerComponent.PreUpdateAssembly(SqlConnection sqlConnection, String applicationName, BizTalkAssemblyName bizTalkAssemblyName, Boolean install, Boolean devRedeployment) at Microsoft.BizTalk.Deployment.DeployerComponent.UpdateAssemblyCore(SqlConnection sqlConnection, String applicationName, String assemblyPathname, Boolean install, Boolean devRedeployment, String bindingPathname, ApplicationLog applicationLog) at Microsoft.BizTalk.Deployment.DeployerComponent.UpdateAssemblies(SqlConnection sqlConnection, String applicationName, List`1 assemblyPathnames, Boolean install) at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target, Boolean fExecuteInContext) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.BizTalk.Deployment.DeployerComponent.UpdateAssemblies(SqlConnection sqlConnection, String applicationName, List`1 assemblyPathnames, Boolean install) at Microsoft.BizTalk.Deployment.Deployer.UpdateAssemblies(String[] assemblyPathnames, Boolean install, String logPathname) at Microsoft.BizTalk.ApplicationDeployment.BizTalkAssemblyResourceManager.ChangeRequestCreateUpdateConfigurationDb(Dictionary`2 resources, Boolean overwrite) at Microsoft.BizTalk.ApplicationDeployment.BizTalkAssemblyResourceManager.CoreChangeRequest(Dictionary`2 resources) |
[BTS] Can't update the assembly.的更多相关文章
- How to upgrade workflow assembly in MOSS 2007
This problem generally start when you are having an existing custom workflow and there are instances ...
- [BTS] Error Can't update assemblies.
Removal of the assembly failed. Make sure that all items in the assembly you are trying to remove fu ...
- assembly 需要 unload 和 update 的时候怎么办?
我正在开发公司的业务组件平台,组件池的灵活性要求很高,业务组件都是可以立即更新和及时装配的;目前完成这些功能,有待测试.用appDomain.unload 拆卸assembly 可以,只是用起来比较麻 ...
- 32-bit Assembly on x86_64 Linux (Use Nasm and ld&gcc)
Assembly on x86_64 Linux Some instructions in Intel assembly set are invalid in x86_64 env. e.g. aaa ...
- StackOverflow Update: 560M Pageviews A Month, 25 Servers, And It's All About Performance
http://highscalability.com/blog/2014/7/21/stackoverflow-update-560m-pageviews-a-month-25-servers-and ...
- Creating a SharePoint BCS .NET Connectivity Assembly to Crawl RSS Data in Visual Studio 2010
from:http://blog.tallan.com/2012/07/18/creating-a-sharepoint-bcs-net-assembly-connector-to-crawl-rss ...
- What's Assembly - CSharp - Editor - first pass.dll? Best How to Fix Assembly - CSharp - Editor - first pass.dll Error Guide
If you've found yourself here, I'm guessing that you're getting Assembly - CSharp - Editor - first p ...
- PowerShell常用的.Net 、COM对象(New-Object、Assembly)、加载程序集
#新建随机数对象实例:$Ran = New-Object System.Random$Ran.NextDouble() 有时候,要使用的实例的类保存在独立的库文件中,PowerShell默认未加载,会 ...
- Team Foundation Server 2013 with Update 3 Install LOG
[Info @10:14:58.155] ====================================================================[Info @ ...
随机推荐
- SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' 解决办法
当跑jndi项目时抛出:org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' fo ...
- source : not found 原因及解决办法
解决方案来自网络: debian中shell脚本无法使用source的原因及解决方法 现象: shell脚本中source aaa.sh时提示 source: not found 原因: ls -l ...
- ArcGIS Wpf MarkerSymbol 图形符号无法序列化为 JSON
[问题贴,尚不知如何解决] 在GraphicsLayer中添加一个点,使用自定义模板渲染该点,在Vs2012设计界面可以看到,但运行时出现异常 代码如下: <esri:Graphic x:Nam ...
- php 下载图片 文件
$file = dirname(dirname(__FILE__)) . $_GET['download']; //获取图片的绝对路径 header("Content-type: octet ...
- Sorted Union
function unite(arr1, arr2, arr3) { //return arr1; var args = Array.from(arguments); var arr = args.r ...
- [转] 在Linux平台使用mhVTL虚拟化磁带库
原文来自:LIUBINGLIN ---- http://blog.itpub.net/23135684/viewspace-1307626/ <在Linux平台安装mhVTL虚拟化磁带库> ...
- WebForm和WinForm取当前根目录的通用的方法[转载]
转自:WebForm和WinForm取当前根目录的通用的方法 某些环境下用 System.Web.HttpContext.Current.Server.MapPath 取不到目录. 可以用下面两个方法 ...
- eclipse 快捷键保存在哪里
eclipse 快捷键文件地址:%Workspace%/.metadata/.plugins/org.eclipse.core.runtime /.settings/org.eclipse.ui.wo ...
- Mysql基础3
一.客户管理系统CRUD二.大数据分页web页面1.MySQL:分页语句limitSELECT * FROM customer LIMIT m,n;m:代表开始记录的索引.从0开始n:一次取多少条 每 ...
- 【转】supervisor安装与配置
1.安装 宿主机环境:(Centos7) 宿主机环境 #yum install python-setuptools yum install python-setuptools#easy_install ...