I get an error when upgrading to IBM MQ 8.0 from 7.5 reasons -
MQ 8.0 introduces a new feature that requires MQ administrators to use remote access to provide a user ID and password. If the user ID and password are not specified or the password is incorrect
Error: 2035 Code: 2 The queue manager is configured to require a user ID and password, but none of them has been sent.
The problem is described better in this link . There are three scenarios that are talked about. My solution will fall into scenario A) MQ Samples: provide the user and password for the MQ client application
I am trying to read from MQ using a program. Is there a way to pass the username and password as part of the command line options, and not enter it when prompted. Since this exe is called by my program.
$ amqsputc qName qMgr
source share