ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » CCDT decipher utility

Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next
 CCDT decipher utility « View previous topic :: View next topic » 
Author Message
bruce2359
PostPosted: Fri Apr 13, 2012 5:04 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

rcp_mq wrote:
Quote:
Setting the qmgr attribute SSLCRLNameList will not change anything in a CCDT because it is not a CLNTCONN channel attribute. The CCDT is merely a linked list of MQCD structures.


Infocenter says

If you define a namelist (In MQ) containing authentication information objects, and set the queue manager attribute SSLCRLNameList to the name of the namelist, the attributes of the authentication information objects are copied to the CCDT.

Please post the URL when you cite "the InfoCenter."

Did you create a namelist?
_________________
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
View user's profile Send private message
rcp_mq
PostPosted: Fri Apr 13, 2012 5:48 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzaf.doc/cs12230_.htm
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Apr 13, 2012 6:12 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

So, did you create a namelist?

Is you qmgr configured to use LDAP for CRLs? Or some other source? http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=%2Fcom.ibm.mq.csqzas.doc%2Fsy13000_.htm
_________________
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
View user's profile Send private message
rcp_mq
PostPosted: Fri Apr 13, 2012 6:56 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

This is a learning project. I'm using my private webserver so no LDAP.
I have MQ setup (qmgrs, chl,nl...)
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Apr 13, 2012 7:01 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

rcp_mq wrote:
This is a learning project. I'm using my private webserver so no LDAP.
I have MQ setup (qmgrs, chl,nl...)

What's in the namelist? What are you using the namelist for?
_________________
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
View user's profile Send private message
mqjeff
PostPosted: Fri Apr 13, 2012 7:26 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

bruce2359 wrote:
rcp_mq wrote:
This is a learning project. I'm using my private webserver so no LDAP.
I have MQ setup (qmgrs, chl,nl...)

What's in the namelist? What are you using the namelist for?


The namelist is used to hold information about Certificate Revocation Locations, which are created as AUTHINFO objects.

I'm not sure where you're going with this line of questioning, Bruce.
Back to top
View user's profile Send private message
rcp_mq
PostPosted: Fri Apr 13, 2012 7:55 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

Actually, Bruce has a point, 'cause this setup is useless without LDAP (AFAIK) the CRLs are of LDAP ...but i'm experimenting...
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Apr 13, 2012 8:13 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

mqjeff wrote:
bruce2359 wrote:
rcp_mq wrote:
This is a learning project. I'm using my private webserver so no LDAP.
I have MQ setup (qmgrs, chl,nl...)

What's in the namelist? What are you using the namelist for?


The namelist is used to hold information about Certificate Revocation Locations, which are created as AUTHINFO objects.

I'm not sure where you're going with this line of questioning, Bruce.

I was pondering if the namelist in this specific instance had anything useful and relevant in it - related to the post, not just a namelist containing grocery items.
_________________
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
View user's profile Send private message
rcp_mq
PostPosted: Fri Apr 13, 2012 8:41 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

not just a namelist containing grocery items.
that won't need a deciphiring utility...a credit card will do that for you!
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Sun Apr 15, 2012 4:38 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

rcp_mq wrote:
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzaf.doc/cs12230_.htm

"When you set the queue manager attribute, SSLCRLNameList, to the name of the namelist, the certificate revocation location is copied into the client channel definition table associated with the queue manager."

Wow, I never knew that. Must try it some time to see exactly what it puts in the CCDT. Does SupportPac MO72 handle it?
_________________
Glenn
Back to top
View user's profile Send private message
rcp_mq
PostPosted: Mon Apr 16, 2012 5:31 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

I don't think it does.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Apr 16, 2012 5:36 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9475
Location: US: west coast, almost. Otherwise, enroute.

rcp_mq wrote:
I don't think it does.

Is that a tentative "I don't think it does"? Have you tried it? Does it? Or doesn't it?
_________________
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
View user's profile Send private message
rcp_mq
PostPosted: Mon Apr 16, 2012 5:39 am    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

It doesn't. You cannot chane Queue mgr properties with MO72.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Mon Apr 16, 2012 4:36 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7723

You most certainly can change QM properties with MO72.

http://www-01.ibm.com/support/docview.wss?uid=swg24007769
Quote:
MO72 is a command line tool for issuing MQSC commands to a queue manager or client.

_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
rcp_mq
PostPosted: Tue Apr 17, 2012 1:36 pm    Post subject: Reply with quote

Centurion

Joined: 13 Dec 2011
Posts: 133

i shouldn't be sleeping at work. Thanks for the link.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next Page 2 of 3

MQSeries.net Forum Index » General IBM MQ Support » CCDT decipher utility
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.