Posted: Fri Feb 08, 2008 12:37 am Post subject: SupportPac MS0R - Avoiding popup on Windows
Novice
Joined: 08 Feb 2008 Posts: 15 Location: Vienna/Austria
Hello,
We have created a tool called MQSend using MQCONNX to connect to the MQServer and managed to pass user and password to the client exit DLL but the DLL is still requesting the confirmation of the user information in a popup window. Is there a possibility to switch off this popup as we do not want to change the password?
We also tried to use MODE=ENV (popup still comes) and MODE=FILE (no popup but not getting authorization) in the SCYDATA of the definition for the client connection using MQAdministrator.
Joined: 08 Feb 2008 Posts: 15 Location: Vienna/Austria
When omitting the clientexit in the client channel definition of MO71 I am getting the error:
Error connecting via client to 'MQM2' RC(2059) QMgr not available.
when trying to list the queues over this connection.
I think we now found a solution for it which is also in the client channel definition:
Security Exit: ClientExitIBM(SecurityExit)
Security User Data: MODE=SCYDATA;UID=<username>;PW=<password>;
With this setting I was able to open the queue list.
Is there anything wrong how we did this and why did it not work how you suggested?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum