当前位置:网站首页>远程连接IBM MQ报错AMQ4036解决方法
远程连接IBM MQ报错AMQ4036解决方法
2022-07-02 06:32:00 【Axi-ZYTao】
首先,我是在linux服务器上部署的MQ,以及使用指令新建的独立管理器QM001,然后使用本机的IBM MQ客户端远程连接,队列管理器名称,IP,端口均正确,发生AMQ4036报错,提示没有权限访问,其实就是远程连接时,添加用户标识这里有问题,所以产生了AMQ4036报错;
这种情况基本都是新建服务器连接通道时用户标识的指令写错了,更新一下就可以了;
先使用runmqsc进入对应队列管理器中,指令如下:
# runmqsc QM001
修改服务器远程通道相关属性:
# alter chl('DC.SVRCONN') chltype(SVRCONN) mcauser('MQ')
其中,DC.SVRCONN是你的服务器通道的名称,SVRCONN是通道类型,MQ是用户标识,最后在配置远程连接的用户标识的时候,配置MQ进去就可以成功连接上了。(注意:如果修改完还是远程连接不了,则在配置后停止对应队列管理器,再重启可解决)
————————————————
版权声明:本文为CSDN博主「Axi-ZYTao」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
边栏推荐
- Openshift deployment application
- Solid principle: explanation and examples
- HackTheBox-Gunship
- C language replaces spaces in strings with%20
- [blackmail virus data recovery] suffix Hydra blackmail virus
- gocv边界填充
- 整理秒杀系统的面试必备!!!
- Synchronize files using unison
- Multi version concurrency control mvcc of MySQL
- Minecraft群組服開服
猜你喜欢
Kubesphere virtualization KSV installation experience
KubeSphere 虚拟化 KSV 安装体验
zipkin 简单使用
Nacos 下载启动、配置 MySQL 数据库
OpenFeign 簡單使用
Function ‘ngram‘ is not defined
队列的基本概念介绍以及典型应用示例
OpenShift 容器平台社区版 OKD 4.10.0部署
C nail development: obtain all employee address books and send work notices
Solid principle: explanation and examples
随机推荐
Hengyuan cloud_ Can aiphacode replace programmers?
kubeadm部署kubernetes v1.23.5集群
Image transformation, transpose
Analysis and solution of a classical Joseph problem
Detailed explanation of NIN network
HackTheBox-Gunship
Minecraft air Island service
Use the numbers 5, 5, 5, 1 to perform four operations. Each number should be used only once, and the operation result value is required to be 24
Leetcode sword finger offer brush questions - day 22
Judge whether it is Sudoku
Webflux responsive programming
Viewing JS array through V8
Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)
First week of JS study
Kubernetes deploys Loki logging system
NPOI 导出Word 字号对应
C# 高德地图 根据经纬度获取地址
Minecraft群組服開服
Realization of basic function of sequence table
Introduction to the basic concept of queue and typical application examples