ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 170 matches
Author Message
  Topic: Not authorised to runmqsc commands:Reset connauth
sachinramesh

Replies: 5
Views: 4468

PostForum: General IBM MQ Support   Posted: Tue Nov 12, 2024 4:06 am   Subject: Not authorised to runmqsc commands:Reset connauth
This is now fixed.

i have set the password for mqm user and connected to the qmgr to alter the authinfo parameters.
  Topic: Not authorised to runmqsc commands:Reset connauth
sachinramesh

Replies: 5
Views: 4468

PostForum: General IBM MQ Support   Posted: Mon Nov 11, 2024 10:49 pm   Subject: Re: Not authorised to runmqsc commands:Reset connauth
This is why I hate using the default. Copy the default as your own and change the AUTHENMD(PAM).
This will enable the authentication through the Unix PAM model, which you probably need.
And don't fo ...
  Topic: Not authorised to runmqsc commands:Reset connauth
sachinramesh

Replies: 5
Views: 4468

PostForum: General IBM MQ Support   Posted: Sun Nov 10, 2024 11:21 pm   Subject: Not authorised to runmqsc commands:Reset connauth
Can you log in to the Linux server as mqm user, or sudo to mqm, or as a user that is in mqm group ? You can then use runmqsc command at the shell prompt.

yes , i am able to login to the server and ...
  Topic: Not authorised to runmqsc commands:Reset connauth
sachinramesh

Replies: 5
Views: 4468

PostForum: General IBM MQ Support   Posted: Thu Nov 07, 2024 10:41 pm   Subject: Not authorised to runmqsc commands:Reset connauth
HI ,
I have tried to alter my qmgr connauth properties with authinfo 'SYSTEM.DEFAULT.AUTHINFO.IDPWOS' and chckclnt as 'REQDADM'

I tried to connect to the qmgr with uid and pwd and realized that t ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Sun Oct 20, 2024 10:01 pm   Subject: MQRC 2058 with MQCCRED configuration
The user you set in the MCAUser still has to exist and be authorized to access MQ...

I can see the id 'payapp' exists on the server,but the permissions are not there.
However my questi ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Fri Oct 18, 2024 10:55 pm   Subject: MQRC 2058 with MQCCRED configuration
Hi fjb_saper,
I have tried the below configurations.

Enabled the qmgr connauth with authype(IDPWLDAP) with chckclnt as optional.
created a chlauth entry for TOOLS.ADMIN channel with chkclnt as Re ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Fri Sep 27, 2024 9:21 pm   Subject: MQRC 2058 with MQCCRED configuration


I will say one thing though - how do you stop your admin tools using a different channel that is not required to use a password? Or perhaps the point is that they are only assigned the admin user ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Thu Sep 26, 2024 2:55 am   Subject: MQRC 2058 with MQCCRED configuration

I am unclear how the user ID and password is being supplied for the application in this scenario.


I am using MQ explorer to connect to the qmgr with uid/pwd


MQ Explorer is an application t ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Wed Sep 25, 2024 3:23 am   Subject: MQRC 2058 with MQCCRED configuration
Thanks Morag for the presentation.
After going through the presentation I have tested these 2 scenarios.
They both work similar.

1.
configured sec exit mqccred on the channel
Qmgr connauth ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Mon Sep 23, 2024 1:24 am   Subject: MQRC 2058 with MQCCRED configuration
Thanks fjb_saper and Hugson.
I had made some progress.. I am able to connect now using our mq service id. 2035 error is for the wrong password.

Now that i have tested in my test qmgr, it's fine. ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Sun Sep 22, 2024 12:38 am   Subject: MQRC 2058 with MQCCRED configuration

There is no mention of your queue manager side configuration in what you have done. Like I said, I suspect at least one of your issues is coming about because the queue manager is not yet set up to ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Thu Sep 05, 2024 7:51 am   Subject: MQRC 2058 with MQCCRED configuration


So you need to have a security exit running that has access to cyberark and can retrieve the password for user xyz on machine (mqserver).
I assume you are using user xyz to access MQ.

Note tha ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Wed Sep 04, 2024 1:52 am   Subject: MQRC 2058 with MQCCRED configuration

I suspect this is because you have not yet set up user ID and password authentication, and so the connection does not adopt the user id because it has not been password validated.

Can i know what ...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Tue Sep 03, 2024 3:07 am   Subject: MQRC 2058 with MQCCRED configuration
HI ,Sorry for the delayed response.

I have tried to browse the message on the TEST.Q ,the user is not the one specified in the .ini file.its taking the user with which the mq service is running.
...
  Topic: MQRC 2058 with MQCCRED configuration
sachinramesh

Replies: 28
Views: 12268

PostForum: General IBM MQ Support   Posted: Tue Aug 27, 2024 4:32 am   Subject: MQRC 2058 with MQCCRED configuration
HI ,
Thanks for the Reply.
i have modified my MQCHLTAB env variables and am able to connect now.

But when i do amqsputc it does not refer to mqccred.ini file.
amqsputc TEST.Q TEST

Sample A ...
Goto page 1, 2, 3 ... 10, 11, 12  Next Page 1 of 12

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.