IBM MQ explore with debug - ibm-mq

Is there a option to do SSL log debugging on the MQ explorer when we connect to Queue manager with SSL enabled?
I have tried with runwithtrace but it doesnt show ssl debugs

Related

mqjbnd64 not found in capitalware visual edit install

I've just installed the demo version of this but fail to connect to the default queue manager. The error in the logs shows me that configuration is not correct for the mq dlls
2022/09/29 17:12:49 MQCmdServer: isCmdServerRunning: Error: MQJE001: Completion Code '2', Reason '2495'.
2022/09/29 17:12:49 MQCmdServer: isCmdServerRunning: getCause()=com.ibm.mq.jmqi.JmqiException: CC=2;RC=2495;AMQ8568: The native JNI library 'mqjbnd64' was not found. For a client installation this is expected. [3=mqjbnd64]
I've tried everything I can to set the path and java.library.path correctly but it all fails. They appear in the visual edit logs as being set but it makes no difference to the outcome.
Visual edit log also tells me that it should have the mq jars in its install directory:
C:\Capitalware\MQVE3\com.ibm.mq.commonservices.jar;
but these are not there and are nowhere to be seen. So, I'm mystified as to what version of the client it's using and therefore what help I can give it. I'm wondering if it's using a different version of the client from the one I have installed and so the dll and mq java lib have a mismatch? Or, if it's using the client I have installed then how is it finding it - because it's not in the paths that I've got in the visual edit logs !
Any thoughts anyone? What can I do to investigate further?
thank you !
Background: There are 2 ways an MQ client application can connect to a queue manager:
(1) Bindings mode means that the MQ client application is connecting to a local (i.e. on the same server) queue manager
(2) Client mode means that the MQ client application will connect to a remote queue manager by specifying the hostname/IP address, port # and channel name
CC=2;RC=2495;AMQ8568: The native JNI library 'mqjbnd64' was not found. For a client installation this is expected. [3=mqjbnd64]
This error mean that you are trying to connect to a local queue manager (in bindings mode) but there is no local queue manager. MQ client library uses the 'mqjbnd64' DLL to handle the connection to the local queue manager. But clearly, the queue manager is remote to where MQ Visual Edit is running.
Go back to the Queue Manager Access Profile, click on the Remote icon, then fill in the channel name, hostname/IP address and port # of the remote queue manager, save the information then you should be able to the remote queue manager.

Websphere console is not opening

Websphere console is not opening where my application is deployed .I am using PEN VPN to connect to the URL.It is giving "ERR_SSL_VERSION_OR_CIPHER_MISMATCH".
URL: https://10.59.33.6:9043/ibm/console/logon.jsp
PFA screenshot.
Please, check the following document:
Access to Websphere admin console throws ERR_SSL_VERSION_OR_CIPHER_MISMATCH after updating to Chrome v98 or later when Websphere is configured for SSL_TLS protocol
https://www.ibm.com/support/pages/node/6561631

How to connect to IBM Websphere MQ present on server through UFT?

We have to connect to IBM WebSphere MQ present on remote server through UFT 14.02v which is present on desktop. Here we are using API Test under UFT to test WebSphere MQ.
While trying to connect following error message getting displayed: "To run tests with IBM’s MQ client, make sure to install the MQ client on all machines running these tests".
Do we need to install MQ client on desktop(where UFT is installed)? or lets know the better approach to connect WebSphere MQ through UFT(API test)

Setting SecurityExit property on Websphere MQ connection

In order to authenticate using security keys from a Java\Scala client, I understand that the following property must be set on the MQ connection:
Key:securityExit
Value: bctoolsj.wsmqtools.exits.BCPKIJCExit
I am using IBM Websphere MQ Explorer (version 7.5.0.2).
Where in this tool can one set the property?
Thanks
Value: bctoolsj.wsmqtools.exits.BCPKIJCExit
I presume your MQAdmin has setup the server-side security exit that matches this client-side security exit?
I am using IBM Websphere MQ Explorer (version 7.5.0.2). Where in this tool can one set the property?
Did you follow the instructions in the MQ Knowledge Center?
i.e. Right click on the queue manager, select Connection Details then Properties. Click on security exit and input the information.

IBM Worklight 6.1: How to implement HTTPS secure connection between mobile app with Worklight Server?

I have an requirement to implement HTTPS secure connection between Mobile application with IBM Worklight server.
Setup I have is,
Mobile App -> IHS -> IBM Worklight server.
Is there a standard way to implement secure connection between Mobile app with Worklight server?
Note:
IBM Worklight server is running on Liberty profile.
See this documentation topic: Typical topologies of an IBM Worklight instance
IMO in front of the Worklight Server you should have a "gateway" server, a load balancer or Apache, that receives HTTPS connections; you set up and point your application to it. This server then routes the requests to the Worklight Server.
Any IT department is likely to understand how to configure an appropriate secure setup...

Resources