Microfocus and MQ connection

172 views Asked by At

Currently Microfocus server and IBM MQ are hosted in different servers and linked by MQSERVER environmental variable in Microfocus. What configuration need to be changed in Microfocus to connect to IBM MQ hosted on same server?

I tried changing the MQSERVER variable to new server details, but it failed due to 2538 unable to find mq host.

1

There are 1 answers

1
Morag Hughson On

Assuming that your code does not provide any of the connection details, which given you are using MQSERVER environment variable, suggests it does not; then you can switch from a client connection to a local bindings connection by:-

  • Removing the MQSERVER environment variable
  • (Optionally) setting the MQ_CONNECT_TYPE environment variable to LOCAL