Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/357.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm mq 无法卸载websphere mq,出现错误1713_Ibm Mq - Fatal编程技术网

Ibm mq 无法卸载websphere mq,出现错误1713

Ibm mq 无法卸载websphere mq,出现错误1713,ibm-mq,Ibm Mq,我们有一个问题。根据我们的应用程序需求,我们将在windows环境上从mq v7.0.1.8迁移到v7.5.0.7 我们无法卸载MQ版本7.0.1.8,在尝试从控制面板或命令模式卸载时遇到错误 错误是 "1713 IBM websphere mq cannot install one of its required product, contact your technical support group." System error 1605" 我们已通过命

我们有一个问题。根据我们的应用程序需求,我们将在windows环境上从mq v7.0.1.8迁移到v7.5.0.7

  • 我们无法卸载MQ版本7.0.1.8,在尝试从控制面板或命令模式卸载时遇到错误

    错误是

     "1713 IBM websphere mq cannot install one of its required product, contact your technical support group." System error 1605"
    
  • 我们已通过命令模式从服务器发出unistalling websphere mq的命令

     Msiexec /i {product code} REMOVE= "ALL" installationname="installation0"
    
  • 我们已签入MSI错误日志: 缺少
    C:\windows\installer\68009a4d.msi

  • 我们能知道如何恢复这个丢失的MSI文件吗

  • 是否有其他方法从机器上卸载websphere mq

  • 我仅在下面的路径中找到此错误(C:\windows\installer\68009a4d.msi`缺失)
  • C:\Users\AppData\Local\Temp

    我们试图在服务器上安装Microsoft ORCA实用程序,但遇到了一些与JDK相关的错误。 是否有其他方法从服务器卸载此旧版本

    对不起,迟了答复

    此问题仍处于挂起状态。我们尚未收到用户对计算机上此安装的任何更新。

    这与

    错误描述

    卸载MQ客户端时,删除32位服务器时失败 系统错误为1605的运行时(iwiUninstall32bitComponentsVista) MSI日志显示以下内容:

    Action start 17:02:02: iwiUninstall32bitComponentsVista.
    MSI (s) (BC:B0) [17:02:02:793]: Warning: Local cached package
    'C:\Windows\Installer\62870feb.msi' is missing.
    MSI (s) (BC:CC) [17:02:02:793]: Note: 1: 1713 2: IBM WebSphere
    MQ 3:  1605
    MSI (s) (BC:CC) [17:05:25:512]: Product: IBM WebSphere MQ --
    Error 1713.IBM WebSphere MQ cannot install one of its required
    products. Contact your technical support group
    System Error: 1605.
    
    上面的APAR链接和部分
    4)问题下的IBM Technote“”:WebSphere MQ的卸载停止并出现错误1605,安装或卸载日志中报告了类似于以下示例的警告:
    警告:缺少本地缓存包“C:\Windows\Installer\468c9631.msi”。
    两者都提供了使用Microsoft实用程序的解决方法,如下所述

    请注意,APAR显示该问题的修复程序在7.0.1.8中,但技术说明解释说,如果原始安装是7.0.1.7或更早版本,则即使稍后升级到7.0.1.8或更高版本,您仍然会遇到问题

    本地修复

    使用Microsoft ORCA实用程序编辑缓存的MSI数据库文件,并将 针对我们执行的自定义操作,安装条件为0(即false) 不希望执行,在本例中为iwiUninstall32bitComponentsVista和 IWIUNINSTALL64位组件ISTA

    有关下载和设置ORCA实用程序的信息,请访问:

    步骤如下:

  • 使用Microsoft ORCA实用程序打开缓存的WebSphere MQ客户端MSI数据库文件(将位于C:\Windows\Installer) 可以使用Windows资源管理器打开C:\Windows\Installer并切换到 详细视图。然后在视图中添加“comments”列,并创建我们需要的文件 需要在ORCA GUI中打开时将显示“WebSphere MQ客户端MSI数据库” 或“WebSphere MQ MSI数据库”作为注释
  • 其中可能有三个。用ORCA打开最大的一个,并确认“查看”->“摘要信息…”对话框 显示“标题”或“IBM WebSphere MQ for Windows,7.0版”
  • 在ORCA的表格部分选择InstallExecuteSequence
  • 从“操作”列中选择iwiUninstall32bitComponentsVista
  • 条件中的默认值为:(REMOVE=“ALL”)并已安装和(VersionNT>=600)
  • 拆下上面的线并将其替换为零-“0”
  • 重复步骤4、5和6,但这一次是针对IWINUNSTALL64BitComponentSvista操作,在此设置条件 归零-“0”-也
  • 保存对WebSphere MQ客户端MSI数据库文件所做的更改
  • 尝试从系统中再次卸载MQ客户端
  • 这是我的对手

    错误描述

    卸载MQ客户端时,删除32位服务器时失败 系统错误为1605的运行时(iwiUninstall32bitComponentsVista) MSI日志显示以下内容:

    Action start 17:02:02: iwiUninstall32bitComponentsVista.
    MSI (s) (BC:B0) [17:02:02:793]: Warning: Local cached package
    'C:\Windows\Installer\62870feb.msi' is missing.
    MSI (s) (BC:CC) [17:02:02:793]: Note: 1: 1713 2: IBM WebSphere
    MQ 3:  1605
    MSI (s) (BC:CC) [17:05:25:512]: Product: IBM WebSphere MQ --
    Error 1713.IBM WebSphere MQ cannot install one of its required
    products. Contact your technical support group
    System Error: 1605.
    
    上面的APAR链接和部分
    4)问题下的IBM Technote“”:WebSphere MQ的卸载停止并出现错误1605,安装或卸载日志中报告了类似于以下示例的警告:
    警告:缺少本地缓存包“C:\Windows\Installer\468c9631.msi”。
    两者都提供了使用Microsoft实用程序的解决方法,如下所述

    请注意,APAR显示该问题的修复程序在7.0.1.8中,但技术说明解释说,如果原始安装是7.0.1.7或更早版本,则即使稍后升级到7.0.1.8或更高版本,您仍然会遇到问题

    本地修复

    使用Microsoft ORCA实用程序编辑缓存的MSI数据库文件,并将 针对我们执行的自定义操作,安装条件为0(即false) 不希望执行,在本例中为iwiUninstall32bitComponentsVista和 IWIUNINSTALL64位组件ISTA

    有关下载和设置ORCA实用程序的信息,请访问:

    步骤如下:

  • 使用Microsoft ORCA实用程序打开缓存的WebSphere MQ客户端MSI数据库文件(将位于C:\Windows\Installer) 可以使用Windows资源管理器打开C:\Windows\Installer并切换到 详细视图。然后在视图中添加“comments”列,并创建我们需要的文件 需要在ORCA GUI中打开时将显示“WebSphere MQ客户端MSI数据库” 或“WebSphere MQ MSI数据库”作为注释
  • 其中可能有三个。用ORCA打开最大的一个,并确认“查看”->“摘要信息…”对话框 显示“标题”或“IBM WebSphere MQ for Windows,7.0版”
  • 在ORCA的表格部分选择InstallExecuteSequence
  • 从“操作”列中选择iwiUninstall32bitComponentsVista
  • 条件中的默认值为:(REMOVE=“ALL”)并已安装和(VersionNT>=600)
  • 拆下上面的线并将其替换为零-“0”
  • 重复步骤4、5和6,但这一次是针对IWIUNInstall64BitComponentList