Author |
Message
|
garyprmr |
Posted: Wed Oct 14, 2009 3:19 pm Post subject: MQ Client SSL |
|
|
Acolyte
Joined: 03 Sep 2005 Posts: 74
|
set MQCHLTAB=AMQCLCHL.TAB
set MQCHLLIB=/var/mqm/ssl
The error while connection is 2059 ,not able to find Queue manager which is right as the log say
AMQ9518: File '/var/mqm/AMQCLCHL.TAB' not found.
EXPLANATION:
The program requires that the file '/var/mqm/AMQCLCHL.TAB' is present and
available.
ACTION:
This may be caused by invalid values for the optional environment variables
MQCHLLIB, MQCHLTAB or MQDATA.
Not sure why it is looking for the file there when Path is specified in the MQ
MQCHLLIB and file is present under SSL. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Oct 14, 2009 4:06 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
set MQCHLLIB=/var/mqm/ssl |
Is this where you installed the client channel table?
Go down the path and verify that the table is, in fact, in /var/mqm/ssl/ _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
garyprmr |
Posted: Wed Oct 14, 2009 4:17 pm Post subject: |
|
|
Acolyte
Joined: 03 Sep 2005 Posts: 74
|
|
Back to top |
|
 |
zpat |
Posted: Wed Oct 14, 2009 10:18 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Try exporting the variables, or move the table to where it is trying to find it. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Oct 15, 2009 5:11 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
set MQCHLTAB=AMQCLCHL.TAB
set MQCHLLIB=/var/mqm/ssl |
After you have issued these commands, issue a SET command without any operands; then look for both of these variables to see if they were set as you entered them.
Copy/paste the entire interaction (what you type, what is displayed) here: _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
exerk |
Posted: Thu Oct 15, 2009 6:17 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
And check whether those variables are global (set at system level) or private (set at user level) as it's possible that whatever is trying to use them is having them overridden. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Oct 15, 2009 4:09 pm Post subject: Re: MQ Client SSL |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
garyprmr wrote: |
set MQCHLTAB=AMQCLCHL.TAB
set MQCHLLIB=/var/mqm/ssl
The error while connection is 2059 ,not able to find Queue manager which is right as the log say
AMQ9518: File '/var/mqm/AMQCLCHL.TAB' not found.
Not sure why it is looking for the file there when Path is specified in the MQ
MQCHLLIB and file is present under SSL. |
Try using 'export' rather than 'set'.
/var/mqm/ssl is not a good or standard location for CCDT files. Put them directly under /var/mqm or create a special directory for them. _________________ Glenn |
|
Back to top |
|
 |
|