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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HrothgarV

    vbMQI.dll COM-based MQI calls

    Hi All, I've created a COM-based dll encapsulating the typical MQI calls (MQCONN, MQOPEN, MQCLOSE, MQPUT, MQGET, MQPUTANY, MQGETANY). This was written in VB and thus requires the vb runtime be installed. It has an accompanying doc on the exposed methods and properties. It is simpler to use...
  2. HrothgarV

    Getting error 2035 connecting to remote QM through VB

    aside from giving the necessary priveleges to the userid you define, you have to specify in your vb code that you are passing the extended attributes when you connect. this would be by populating the proper fields in the MQCD and MQCNO structures. i-have-created-a-com-based-mq-dll...
  3. HrothgarV

    MQSeries Listener

    i've already figured out the error. i don't need to run the mqseries listener as the the unix tcp/ip listener is already running (and thus using the port 1414). the error caused by the client is a user authentication error. the user logged on the client machine is not defined in the solaris...
  4. HrothgarV

    MQSeries Listener

    Hi, We have installed MQSeries 5.2 on a sun solaris box, created a default qmgr, and started it. We have successfully tested the connection between this queue manager and another qmgr from a different location. Next thing we did was to setup a client connection from an NT box to the solaris...

Part and Inventory Search

Back
Top