|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
amqsputc.exe and SSL |
« View previous topic :: View next topic » |
Author |
Message
|
lrds4n |
Posted: Thu May 31, 2007 3:34 pm Post subject: |
|
|
Newbie
Joined: 31 May 2007 Posts: 5
|
By the way, how amqsputc know where is my server since I don't use MQSERVER variable ? Is there a reference or IP adress somewhere in the tab file ?
Thanks. |
|
Back to top |
|
 |
tleichen |
Posted: Thu May 31, 2007 4:24 pm Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
lrds4n wrote: |
...Could you confirm me that the only way to set mqchllib and mqchltab is to upload tab file from server ? I cannot understand how a binary file generate by a risk machine can be read by another one x686.
Is it enough to paste tab file to MQCHLLIB or is there any other thing to do I missed ?
.... |
It's been too long since I did this, but I believe there is a process for downloading the TAB file from the queue manager host. I think the process specifies the target platform. Thus, the file is produced properly for the taget machine. Check the Clients manual.  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu May 31, 2007 5:22 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Using channel tables and getting a 2058? This drove me crazy a while back.
If you build the CLNTCONN channel with the QM name in the QM name field, you the HAVE to specify the QM name in the MQCONN call, if you use the channel table that was produced by that CLNTCONN channel.
If you build the CLNTCONN channel with no QM name in the QM name field, you the CANNOT specify the QM name in the MQCONN call, even the correct one!!!! It has to be blank as well, if you use the channel table that was produced by that CLNTCONN channel.
Code: |
/********************************************************************/
/* */
/* AMQSPUT0 has the following parameters */
/* required: */
/* (1) The name of the target queue */
/* optional: */
/* (2) Queue manager name */
/* (3) The open options */
/* (4) The close options */
/* (5) The name of the target queue manager */
/* (6) The name of the dynamic queue */
/* */
/********************************************************************/
|
So yes, the 2nd parm to supply after amqsputc is the name of the QM you want to connect to, or leave it blank if that's how you built the CLNTCONN. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|