Author |
Message |
Topic: 2393-MQRC _SSL_INITIALIZATION_ERROR |
krish_blore
Replies: 12 Views: 22419
|
Forum: IBM MQ Security Posted: Wed Jan 19, 2011 11:43 pm Subject: 2393-MQRC _SSL_INITIALIZATION_ERROR |
oops...i have not defined MQCD_VERSION..
It worked..
Thanks for your time,
Kris |
Topic: 2393-MQRC _SSL_INITIALIZATION_ERROR |
krish_blore
Replies: 12 Views: 22419
|
Forum: IBM MQ Security Posted: Wed Jan 19, 2011 11:09 pm Subject: 2393-MQRC _SSL_INITIALIZATION_ERROR |
Thanks for your reply.
As per my requirement I have to use MQSCO structure.
I have taken sample ssl/tls program(amqsslc) and tried to execute, it is establishing the connection,
http://publi ... |
Topic: 2393-MQRC _SSL_INITIALIZATION_ERROR |
krish_blore
Replies: 12 Views: 22419
|
Forum: IBM MQ Security Posted: Wed Jan 19, 2011 9:28 am Subject: 2393-MQRC _SSL_INITIALIZATION_ERROR |
I had followed the below step to create queue manager key and client key..
Creating a key repository for the queue manager(QM2):
------------------------------------------------
gsk7cmd -keydb ... |
Topic: 2393-MQRC _SSL_INITIALIZATION_ERROR |
krish_blore
Replies: 12 Views: 22419
|
Forum: IBM MQ Security Posted: Wed Jan 19, 2011 9:05 am Subject: 2393-MQRC _SSL_INITIALIZATION_ERROR |
AMQ8414: Display Channel details.
CHANNEL(CHANNEL2) CHLTYPE(SVRCONN)
ALTDATE(2011-01-19) ALTTIME(21.00.01)
COMPHDR(NONE) ... |
Topic: MQCONN ended with reason code 2538 |
krish_blore
Replies: 5 Views: 27853
|
Forum: General IBM MQ Support Posted: Fri Dec 31, 2010 3:36 am Subject: MQCONN ended with reason code 2538 |
If i give amqputc and queuemanageer ..i will get same error...it is expecting both queue name and queue manager name...
MQSERVER=QM1SVRCONN/TCP/'10.135.128.180(9010)' |
Topic: MQCONN ended with reason code 2538 |
krish_blore
Replies: 5 Views: 27853
|
Forum: General IBM MQ Support Posted: Fri Dec 31, 2010 3:31 am Subject: MQCONN ended with reason code 2538 |
oops i resolved it..
when use amqsputc ..i had given only queue name..i havent give QUEUE MANAGER name...
$ ./amqsputc QM2 QM2
Sample AMQSPUT0 start
target queue is QM2
hello
Sample AMQSP ... |
Topic: MQCONN ended with reason code 2538 |
krish_blore
Replies: 5 Views: 27853
|
Forum: General IBM MQ Support Posted: Fri Dec 31, 2010 1:52 am Subject: MQCONN ended with reason code 2538 |
I am using client connection channel definition,
export MQCHLLIB=/var/mqm/qmgrs/QM2/@ipcc
export MQCHLTAB=AMQCLCHL.TAB
when i try to commnicate the queue manager i am getting MQRC_HOST_NOT_AVA ... |
Topic: how to implement SSL on MQ |
krish_blore
Replies: 15 Views: 26403
|
Forum: IBM MQ Security Posted: Mon Dec 27, 2010 9:39 am Subject: how to implement SSL on MQ |
Thnks guys.i got this book from redbooks and going through this..to setup..
thanks for your time,
krish |
Topic: how to implement SSL on MQ |
krish_blore
Replies: 15 Views: 26403
|
Forum: IBM MQ Security Posted: Tue Dec 21, 2010 12:48 pm Subject: how to implement SSL on MQ |
I am following the Running the SSL/TLS sample program from IBM Info center,
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.csqzal.doc/fg17940_.htm
i have created ... |
Topic: MQCONNX ended with reason code 2538 |
krish_blore
Replies: 15 Views: 26898
|
Forum: General IBM MQ Support Posted: Tue Dec 21, 2010 3:05 am Subject: MQCONNX ended with reason code 2538 |
Thnks...this also works
./amqscnxc -x 10.135.128.184"("9003")" -c CHANNEL2 QM_ORANGE |
Topic: MQCONNX ended with reason code 2538 |
krish_blore
Replies: 15 Views: 26898
|
Forum: General IBM MQ Support Posted: Tue Dec 21, 2010 3:03 am Subject: MQCONNX ended with reason code 2538 |
Thanks Jeff it worked....
$ ./amqscnxc -x '10.135.128.184(9003)' -c CHANNEL2 QM_
ORANGE
Sample AMQSCNXC start
Connecting to queue manager QM_ORANGE
using the server connection channel CHANNEL2
... |
Topic: MQCONNX ended with reason code 2538 |
krish_blore
Replies: 15 Views: 26898
|
Forum: General IBM MQ Support Posted: Tue Dec 21, 2010 12:32 am Subject: MQCONNX ended with reason code 2538 |
s..even i tried with () also it is giving syntax error..thats y i didnt post
$ ./amqscnxc -x 10.135.128.184(9003) -c CHANNEL2 QM_ORANGE
ksh: 0403-057 Syntax error: `(' is not expected.
Thanks,
... |
Topic: MQCONNX ended with reason code 2538 |
krish_blore
Replies: 15 Views: 26898
|
Forum: General IBM MQ Support Posted: Tue Dec 21, 2010 12:16 am Subject: MQCONNX ended with reason code 2538 |
I have followed the steps in the below link also,
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.csqzal.doc/fg17940_.htm
step1 :
export MQSERVER=CHANNEL2/TCP/ ... |
Topic: MQCONNX ended with reason code 2538 |
krish_blore
Replies: 15 Views: 26898
|
Forum: General IBM MQ Support Posted: Mon Dec 20, 2010 11:57 pm Subject: MQCONNX ended with reason code 2538 |
Thanks for your information..
I am using AIX as a client and LINUX is server ,
unset MQSERVER and then tried the same with port number, below is the output,
$ ./amqscnxc -x 10.135.128.184[900 ... |
Topic: how to implement SSL on MQ |
krish_blore
Replies: 15 Views: 26403
|
Forum: IBM MQ Security Posted: Mon Dec 20, 2010 11:36 am Subject: how to implement SSL on MQ |
I apologize for double posting vitor...FYI ..my boss requirement is entirely different such that.. i have to write API and link with the libraries for framework...I would be more satisfied if you wo ... |