[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 @ ...
随机推荐
- 《Linux内核设计与实现》读书笔记 第十七章 设备与模块
一.设备类型 1. Unix系统 - 块设备 - 字符设备 - 网络设备 2. 块设备 通常缩写为blkdev,它是可寻址的,寻址以块为单位,块大小随设备不同而不同:块设备通常支持重定位操作,也就是对 ...
- sql 查询分组后的数据总条数
select count(0) from (select investor_uid from lzh_borrow_investor group by investor_uid) as temp
- 转 苹果的新编程语言 Swift 简介
苹果官方文档地址 https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Pro ...
- Spring----->projects----->概述
概述: Spring旗下有若干子项目,整个spring工程中其实包含了若干个子项目,这些子项目种类丰富,分别适用于不同的应用领域.开发者可以根据自己的project的功能特色选取spring中某些特定 ...
- Asp.net Session 保存到MySql中
一 网站项目引入"mysql.web.dll" 二 web.config配置中添加mysql数据库连接字符串 <connectionStrings> <remov ...
- URL验证
function isURL(str_url) { var strRegex = "^((https|http|ftp|rtsp|mms)?://)" + "?(([0- ...
- Azure DW
1. 安装环境a. 安装环境https://www.microsoft.com/web/downloads/platform.aspx b. InputImport-Module 'C:\Progra ...
- SeleniumIDE初级入门
Selenium IDE:它是使用Javascript 脚本语言与CS端的DOM对象进行交互,并且为修改测试用例提供了接口.录制功能是它最大的亮点,录制功能可以让测试人员对需要进行测试的功能流程进行 ...
- textarea 怎么固定大小,不让调整
1:彻底禁用拖动(推荐) resize: none; 2:只是固定大小,右下角的拖动图标仍在 width: 200px; height: 100px; max-width: 200px; max-he ...
- Android Studio 引入 Fresco
首选在build.gradle文件中配置 查看NDK路径 然后在gradle.properties文件中配置 ndk.path=C\:\\Users\\lixishuang\\AppData\\Loc ...