No that did not work either, I had to sudo to the mq account to be able to create the queue. I have another issue when trying to connect to the new queue manager in MQ explorer, I created a listener and a server channel, however I placed my p_sminix account in the channel auth table:
display CHLAUTH(CHAN2)
17 : display CHLAUTH(CHAN2)
AMQ8878I: Display channel authentication record details.
CHLAUTH(CHAN2) TYPE(ADDRESSMAP)
DESCR( ) CUSTOM( )
ADDRESS(10.131.172.62) MCAUSER(p_sminix)
USERSRC(MAP) CHCKCLNT(ASQMGR)
ALTDATE(2022-01-05) ALTTIME(14.49.35)
Is there a way to remove or alter the chan definition and place the mq account in the table, I think it will allow me to make the connection?
Again new to this so learning as I go.
Thanks.