[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 @ ...
随机推荐
- 关于64位windows2003 未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0” 的问题
我了个去啊! 在自己机器上测试通过的excel导入功能在客户服务器上死活都不好用,查了半天后来发现客户服务器是64位的win2003!! try catch捕捉问题为:未在本地计算机上注册“Micro ...
- VC++ 将IP字符串转为 DWORD值
CString strIP="192.168.1.184"; DWORD dwAddress= ntohl( inet_addr(strIP)); m_IPAddr.SetAddr ...
- 何修改WAMP中mysql默认空密码--转
何修改WAMP中mysql默认空密码 http://www.cnblogs.com/hooray/archive/2011/07/23/2114792.html WAMP安装好后,mysql密码是为 ...
- 绕过/*,web.xml直接访问jsp
web.xml中如果配置了/* 全匹配,那么不能用servet去响应页面返回了,因为全都被会/*拦截. <servlet> <servlet-name>validateAuth ...
- Selenium2+python自动化9-CSS定位语法
前言 大部分人在使用selenium定位元素时,用的是xpath定位,因为xpath基本能解决定位的需求.css定位往往被忽略掉了,其实css定位也有它的价值,css定位更快,语法更简洁.这一篇css ...
- DUILIB CDialogBuilder 使用问题
频繁调用CDialogBuilder的create接口创建同一个配置文件,会报异常: 正常的处理方式如下: if (!m_dlgBuilder.GetMarkup()->IsValid()) { ...
- jetty 最后版本类库树, 基本上大多数应用都够了
d:\jetty-distribution-8.1.17.v20150415\lib\annotations\javax.annotation-1.1.0.v201108011116.jarjavax ...
- 浏览器css bug及bug解决方法
Bugs及解决方案列表(以下实例默认运行环境都为Standard mode): 如何在IE6及更早浏览器中定义小高度的容器? 方法: #test{overflow:hidden;height:1px; ...
- three.js 源码注释(四十四)Light/DirectionalLight.js
/** * * DirectionalLight方法 根据设置灯光的颜属性color, 强度属性intensity创建平行光光源. * DirectionalLight 对象的功能函数采用定义构造的函 ...
- javascript学习第二课
主要内容: 1.不可变的原始值和可变的对象引用 javascript中的原始值(undefined.null.布尔值.数字和字符串)与对象(包括数组和函数)有着根本的区别.原始值是不可更改的;任何方法 ...