当前位置:网站首页>Solution to amq4036 error in remote connection to IBM MQ
Solution to amq4036 error in remote connection to IBM MQ
2022-07-02 09:09:00 【Axi-ZYTao】
First , I was in linux Deployed on the server MQ, And create a new independent manager with instructions QM001, Then use the IBM MQ Client remote connection , Queue manager name ,IP, Ports are correct , happen AMQ4036 Report errors , Prompt that you do not have permission to access , In fact, when connecting remotely , There is a problem adding user ID , That's why AMQ4036 Report errors ;
In this case, the instruction of user ID is written incorrectly when creating a new server connection channel , Just update it ;
First use runmqsc Enter the corresponding queue manager , The instructions are as follows :
# runmqsc QM001
Modify the relevant properties of the server remote channel :
# alter chl('DC.SVRCONN') chltype(SVRCONN) mcauser('MQ')
among ,DC.SVRCONN Is the name of your server channel ,SVRCONN It's the channel type ,MQ Is the user id , Finally, when configuring the user ID of the remote connection , To configure MQ After entering, you can successfully connect .( Be careful : If you can't connect remotely after modification , Then stop the corresponding queue manager after configuration , Restart again to solve )
————————————————
Copyright notice : This paper is about CSDN Blogger 「Axi-ZYTao」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
边栏推荐
- [go practical basis] how to customize and use a middleware in gin
- Avoid breaking changes caused by modifying constructor input parameters
- gocv拆分颜色通道
- 汉诺塔问题的求解与分析
- Gocv boundary fill
- Hengyuan cloud_ Can aiphacode replace programmers?
- 西瓜书--第六章.支持向量机(SVM)
- C Gaode map obtains the address according to longitude and latitude
- C Baidu map, Gaode map, Google map (GPS) longitude and latitude conversion
- Linux binary installation Oracle database 19C
猜你喜欢

Solution and analysis of Hanoi Tower problem
![[go practical basis] how to customize and use a middleware in gin](/img/fb/c0a4453b5d3fda845c207c0cb928ae.png)
[go practical basis] how to customize and use a middleware in gin

十年開發經驗的程序員告訴你,你還缺少哪些核心競爭力?

Complete solution of servlet: inheritance relationship, life cycle, container, request forwarding and redirection, etc

ORA-12514问题解决方法

Multi version concurrency control mvcc of MySQL
![[go practical basis] how to verify request parameters in gin](/img/de/50db131d6993e5d955e3416c667c4c.png)
[go practical basis] how to verify request parameters in gin

Talk about the secret of high performance of message queue -- zero copy technology

机器学习之数据类型案例——基于朴素贝叶斯法,用数据辩男女

【Go实战基础】gin 如何自定义和使用一个中间件
随机推荐
Image transformation, transpose
Select sort and insert sort
Talk about the secret of high performance of message queue -- zero copy technology
Solution and analysis of Hanoi Tower problem
将一串数字顺序后移
Using recursive functions to solve the inverse problem of strings
Gocv boundary fill
Right click menu of QT
队列管理器running状态下无法查看通道
NPOI 导出Word 字号对应
选择排序和插入排序
libusb的使用
一篇详解带你再次重现《统计学习方法》——第二章、感知机模型
Installing Oracle database 19C for Linux
西瓜书--第五章.神经网络
小米电视不能访问电脑共享文件的解决方案
Webflux responsive programming
Matplotlib剑客行——容纳百川的艺术家教程
Qt——如何在QWidget中设置阴影效果
How to realize asynchronous programming in a synchronous way?