Shinichi 1 Takahashi/Japan/IBM is out of the office.

2003-02-07 Thread Shinichi 1 Takahashi
I will be out of the office starting February 8, 2003 and will not return until February 17, 2003. I will respond to your message when I return. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: htt

Re: How to get rid of MQRC_OBJECT_IN_USE

2003-01-20 Thread Shinichi 1 Takahashi
Hello, (B (BThe svrconn channel instance that was active prior to the network failure (Bmust (Bdetect the failure and be shutdown in order for you to open the queue (Bexclusively again. (BThis is usually done by setting KeepAlive interval option on QMGR. The (Bshorter the (Binterval is, the

Re: Retrying Channel Status?

2002-11-20 Thread Shinichi 1 Takahashi
I've run into the same situation before, and it turned out to be Message (BSequence Error. (BIf the channel starts fine and it stops when the first message is sent, it (Bis most probably (Bcaused by that error. (B (BYou can resolve the situation by stopping the channel manually and issuing (

Re: Java SSL client

2002-10-18 Thread Shinichi 1 Takahashi
Tom, (B (BThe Java for MQ manual doesn't say much about how you code a ssl client, so (BI refered to JSSE documents. (BIt says you specify "keystore", which contains certificates with secret (Bkeys that proves yourself ( in this case (BMQ client itself) and "truststore" , which contains certi

Re: URGENT : trigger messages at the Dead letter queue.

2002-10-10 Thread Shinichi 1 Takahashi
We've had a similar situation where we had many trigger messages generated with trigger type of FIRST. The cause was the trigger monitor application closed and opened the initiation queue each time it got a trigger message. One of the conditions to have a trigger message generated is for the initi

Re: A TCP Header?

2002-10-10 Thread Shinichi 1 Takahashi
Peter, The first four lines up to '00 00' just before 'TSH' in ASCII starts, is a TCP header. >From what I know, the MQ channel rotocol header begins with 'TSH'. Shinichi Takahashi - - - - - - - - - - - - - - - - Internet Systems, IBM Japan Systems Engineering (ISE) 1-1 Nakase, Mihama-ku, Chiba

Java SSL client

2002-10-09 Thread Shinichi 1 Takahashi
Has anyone written a Java MQ client program that implements SSL , and successfully communicates with WMQ for z/OS? The one I wrote works fine with all the other platforms, but when it tries to connect to z/OS, it fails in the process of SSL handshake. It seems SystemSSL doesn't recognize the certi

Re: coding Java plug-in input node for WMQI

2002-10-08 Thread Shinichi 1 Takahashi
-5973 Ex.1804-5973 "Christopher Frank" To: Shinichi 1 Takahashi/Japan/IBM@IBMJP <[EMAIL PROTECTED]cc: com> Subject: Re: coding Java plug-in

coding Java plug-in input node for WMQI

2002-10-08 Thread Shinichi 1 Takahashi
Hello everyone, This is my first time to send mail to this mailing list, so please allow me to introduce myself. My name is Shin. I mainly work with WMQ and WMQI . It's been just a year since I got started with these products, and I might not be much of help , but I'll try. I've run into a proble