zoukankan      html  css  js  c++  java
  • U9同步补丁显示CD错误的解决办法

    CD的补丁都是客开的,不同步也没有关系,可以在数据库把CD的记录删除掉:delete from system_InstalledAppModulePack where DomainCode='CD'

    打不上就不要打了,改配置吧

    解决:
    修改PortalSysManageServerin文件夹下的UFIDA.UBF.SystemManage.MainControl.xml文件的
    CheckPatchState="false" 
    重启U9相关服务

    数据库补丁
    select * from system_InstalledAppModulePack where Code='CD2.1.Cust.1001111300549302'
    select * from system_InstalledServicePack

    补丁配置:
    D:yonyouU9V60PortalSysManageServerPatchConfig

    PortalSysManageServerin目录下
    UFIDA.UBF.SystemManage.MainControl.xml
    CheckPatchState属性

    报表补丁
    D:Program FilesMicrosoft SQL ServerMSRS10_50.MSSQLSERVERReporting ServicesReportServerinPatchConfigUFIDA.UBF.SystemManage.ServerInstalledPatch.xml

    <domain code="CD">
    <sp version="0" code="6.0.CD.SP0" domain="CD" product-version="6.0" ori-md5="B88783B6-36E2-471c-B206-2882D1885166-CD" contain-db="false" is-client="false" client-type="" extend="">
    这里是客开的补丁可以删除掉
    </sp>
    </domain>

  • 相关阅读:
    selet 语句详解
    第三章 sql 的约束
    第二章 创建数据库并插入数据
    第一章
    微信小程序(九)
    微信小程序(七)
    微信小程序(八)
    微信小程序(六)
    bzoj4622 [NOI 2003] 智破连环阵
    bzoj3996 [TJOI2015]线性代数
  • 原文地址:https://www.cnblogs.com/jiangyunfeng/p/12404286.html
Copyright © 2011-2022 走看看