Closed ashfaq-shaik closed 4 years ago
There does not seem to be anything obviously wrong with the application code.
So likely reasons are around the queue manager configuration. I'd suspect that that the in-effect AUTHINFO definition has either been set to ignore authentication credentials with CHKCLNT(NONE) or it has not set ADOPTCTX to true.
no recent update - closing
Environment : Redhat Linux mq-mqi-nodejs Version : 0.9.14
I am trying to connect to a queue manager on a remote server. This QMGR has authentication enabled and i have credentials for it. Say UserID :
quser
. My Redhat OS user name isopsuser
.When I try to connect with below mqcsp block, I get a a 2035
On the server logs I can see that it is submitting my connection request as
opsuser
, is there some config that I am missing? Just to test I created a redhat user name quser and tried again, this time it went through.How can i stop the process from connecting as my os/service user?
Code