简体   繁体   中英

when am running IBMMQ am getting this error?

AMQ6235E: Directory 'H:' missing.

Error:
  name: 'MQError',
  message:
   'CONNX: MQCC = MQCC_FAILED [2] MQRC = MQRC_CONNECTION_BROKEN [2009]',
  mqcc: 2,
  mqccstr: 'MQCC_FAILED',
  mqrc: 2009,
  mqrcstr: 'MQRC_CONNECTION_BROKEN',
  version: '0.9.10',
  verb: 'CONNX' 
}

am unable to find solution for this problem,it is connecting to queue its showing this error.I cant expose code which i have run,but I can explain what that node script will do that first try to connect queue manager,then try with the channel name,host name,port name ,here problem is arises when it need to establish connection instead of that am getting this above error

出现上述问题是因为系统的设备和驱动器中缺少该特定网络驱动器,为此我们需要通过单击我的计算机并选择映射网络驱动器来映射该特定网络驱动器,或者我们需要更改已设置的环境路径用于将 ibbmq postinstall.js 中的目录创建到我计算机中存在的其他驱动器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM