当前位置:网站首页>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 .
边栏推荐
- Tensorflow2 keras classification model
- 以字节跳动内部 Data Catalog 架构升级为例聊业务系统的性能优化
- [go practical basis] how to install and use gin
- 【Go实战基础】gin 高效神器,如何将参数绑定到结构体
- Cartoon rendering - average normal stroke
- Openshift container platform community okd 4.10.0 deployment
- oracle修改数据库字符集
- 2022/2/13 summary
- Dix ans d'expérience dans le développement de programmeurs vous disent quelles compétences de base vous manquez encore?
- Find the node with the smallest value range in the linked list and move it to the front of the linked list
猜你喜欢
Cloud computing in my eyes - PAAS (platform as a service)
How to realize asynchronous programming in a synchronous way?
概率还不会的快看过来《统计学习方法》——第四章、朴素贝叶斯法
Introduction to the basic concept of queue and typical application examples
[go practical basis] how to install and use gin
Win10 uses docker to pull the redis image and reports an error read only file system: unknown
ORA-12514问题解决方法
知识点很细(代码有注释)数构(C语言)——第三章、栈和队列
机器学习实战:《美人鱼》属于爱情片还是动作片?KNN揭晓答案
Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
随机推荐
Solution and analysis of Hanoi Tower problem
Qt的connect函数和disconnect函数
NPOI 导出Word 字号对应
将一串数字顺序后移
Using recursive functions to solve the inverse problem of strings
【Go实战基础】gin 如何获取 GET 和 POST 的请求参数
WSL installation, beautification, network agent and remote development
Introduction to the basic concept of queue and typical application examples
C# 将网页保存为图片(利用WebBrowser)
十年開發經驗的程序員告訴你,你還缺少哪些核心競爭力?
Qt——如何在QWidget中设置阴影效果
Linux binary installation Oracle database 19C
我服了,MySQL表500W行,居然有人不做分区?
[staff] time sign and note duration (full note | half note | quarter note | eighth note | sixteenth note | thirty second note)
Loadbalancer dynamically refreshes Nacos server
Complete solution of servlet: inheritance relationship, life cycle, container, request forwarding and redirection, etc
知识点很细(代码有注释)数构(C语言)——第三章、栈和队列
commands out of sync. did you run multiple statements at once
Gocv boundary fill
以字节跳动内部 Data Catalog 架构升级为例聊业务系统的性能优化