Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dtoyer

  1. dtoyer

    Getting error 2035 connecting to remote QM through VB

    Hi everyone, I am trying to connect to a remote queue manager through visual basic. If the remote server or client are not part of the same domain, I am getting an auth denied error (2035). :-( I believe this is due to how VB clients send the currently logged on user as the MCA User ID. I can...
  2. dtoyer

    Connect to remote MQ Server with VB

    Thanks for everyones comments. I was finally able to get it to work by using the MQCONNX structure. My complete method is as follows: Private Function OpenListenQueue(ByVal sQueue As String, _ ByVal sQueueManager As String, _...
  3. dtoyer

    Connect to remote MQ Server with VB

    Hi, I am trying to listen for messages on a queue on a remote server through VB. In java, I would set the HostName of the connection factory. Example: com.ibm.mq.jms.MQQueueConnectionFactory qcf = new com.ibm.mq.jms.MQQueueConnectionFactory(); qcf.setHostName(ip address); I can't figure out...

Part and Inventory Search

Back
Top