Re: How to trigger a Java application, and UnsupportedEncodingExcepti on: Cp437.

2002-07-24 Thread Graham Lekota
Your appicid should be the path and name of your application(i.e. c:\myapps\myjavaapp). myjavaapp being your executable. not the whole command you use to run the app from your command line. hope this helps. --- Graham Lekota(Liberty Group) IBM Certified Spe

messages pile up on a triggered queue

2002-07-24 Thread Graham Lekota
I have a triggered queue on a solaris 5.6 machine(MQ ver 5.1, c trigger monitor), the queue sometimes pile up with messages even though the trigger monitor is still running. I process the messages by switching the trigger on the queue off and then on. Does anyone know what could cause this. I hav

Re: MQCONN help

2002-07-24 Thread Emile Kearns
There was no need to copy all the DLL's from the server, all you needed to do was to compile the application on the server with the client MQSeries libraries(MQIC32.LIB). Then take the application to the client box, set up a connection to your server QMGR(MQSERVER system variable or channel table)

Re: Rollback in C/C++ API

2002-07-24 Thread jayaprakash reddy
Hi Matt,   You can use the ImqQueueManager object to do the transaction stuff. The following queuManager functions are used begin transaction, rollback transaction, commit transaction. ImqBoolean begin ( ); //begin transaction ImqBoolean backout ( ); //rollback

basic question - how to connect to MQSeries server

2002-07-24 Thread Pisharath Krishnan
I am writing an MQSeries app that will run C++ on NT (VC++) and need to connect to QueueManager on a UNIX box. The questions I have are: 1. Is it absolutely necessary for me to load MQSeries client on the NT boxes (and then create channels etc), or is there a direct way of specifying the hostname t

Re: MQCONN help

2002-07-24 Thread Lee Mang
Thank you Bob. amqscnxc.exe is working fine at my client station but my own program returns error code 2059. What causes this error? I did the same setting using MQCONNX as the sample. Lee "Fruncillo, Bob" wrote: > Lee, > > Take a look at amqscnxc found in /tools/c/samples which demons

MQ 5.2 on Solaris 2.8

2002-07-24 Thread Chan, John X
hey folks, I am having FDC files generated as a result of amqcrsta bombed out. I remembered there was a patch on MQ 5.1 on HPUX and Solaris. But I am running MQ 5.2 w/CSD 04 on Solaris 2.8. By the way, do I need any patches on Solaris 2.8 ? Anyone out there seen this problem ? TIA JohnC

Administration

2002-07-24 Thread Warren
Anyone have any good suggestions for administering MQSeries for AS/400 from a Windows workstation? Any good programs out there? Will MQ Explorer work? -Warren Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft

Re: WMQI decimal field import from COBOL

2002-07-24 Thread Robert Broderick
But the but number he is defining is 18 bytes. bb >From: Gary Weik <[EMAIL PROTECTED]> >Reply-To: MQSeries List <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: WMQI decimal field import from COBOL >Date: Wed, 24 Jul 2002 16:55:53 -0400 > >Isn't the maxim

How to trigger a Java application, and UnsupportedEncodingExcepti on: Cp437.

2002-07-24 Thread Larson Joe
Part 1: This ought to be simple, but I can't seem to get it to work. I'm using MA88, the MQJava classes, and am trying to trigger a Java application which will read a queue and mail out the contents. The trigger never seems to go off. The queue and process are defined like this: DEFINE QLOCAL(

Rollback in C/C++ API

2002-07-24 Thread Long, Matthew Jr. (Inland)
Is there a rollback function available in the C or C++ API of MqSeries 5.2? I noticed there is one in the perl mqseries api.     Thanks!   Matt  

Re: WMQI decimal field import from COBOL

2002-07-24 Thread Gary Weik
Isn't the maximum length of a COBOL PIC 18 anyway? Gary -Original Message- From: Robert Broderick To: [EMAIL PROTECTED] Sent: 7/24/02 11:27 AM Subject: Re: WMQI decimal field import from COBOL But the question is why is WMQI getting constipated when it sees it? I mean let face it it is a

Re: Windows Terminal Services with MQ

2002-07-24 Thread Rick Tsujimoto
Alessandro, I think that's the work-around Bruce was looking for. Alessandro Brezzi To: [EMAIL PROTECTED] Subject: Re: Windows Terminal Services with MQ Sent by:

Re: how to backup AS/400 MQ objects?

2002-07-24 Thread Rick Tsujimoto
Thanks Bob. I just assumed it wasn't. For some reason I got the impression the AS/400 was one of those systems that got excluded from a lot of the goodies. "Fruncillo, Bob" cc: Sent by: Subj

Please help - Problems with Message Selector - JMS

2002-07-24 Thread Thomas Lane
Hi, I am trying to use JMS from a client process to send a request to a server which is not JMS compliant(CICS:MQI). I am trying to select the response based on a certain correlation id and it is not working. I am using the Message Selector within my JMS call to correlate the response. My client

Re: Windows Terminal Services with MQ

2002-07-24 Thread Alessandro Brezzi
Dick, sorry but this is not true: I installed MQ on a couple of W2K Server box, remotely located, and I operate all the QMGR via Terminal Server, It seem to me there is a bug in the TS software giving to the application running (MQ-Explorer) some bas TCP/IP info. Explorer run as usual as long as I

Re: how to backup AS/400 MQ objects?

2002-07-24 Thread Fruncillo, Bob
Rick, I believe MS03 is compatible with AS/400. I use it on sun,hp-ux and NT. It is written in C. Bob D&B -Original Message- From: Rick Tsujimoto [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:01 PM To: [EMAIL PROTECTED] Subject: how to backup AS/400 MQ objects? Is t

how to backup AS/400 MQ objects?

2002-07-24 Thread Rick Tsujimoto
Is there a way to create a backup of AS/400 MQ objects, similar to MS03? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Re: Any compatibility issues with MQSI v1.? - 2.01 running with MQSeries v5.2

2002-07-24 Thread Paul Dix
BDY.RTF Description: RTF file

Any compatibility issues with MQSI v1.? - 2.01 running with MQSeries v5.2

2002-07-24 Thread Daniel G. Jones
We are upgrading our distributed MQSeries environment from MQSeries v5.1 to v5.2. We are currently using MQSI v1.? and MQSI v2.01. I have looked for compatility issues doc but have been unsuccessful. Can anyone provide an insight as to whether the old MQSI versions will have an issue with MQSeri

Re: SSL

2002-07-24 Thread Jerzy Pierscinski
You're not the only one : - ( We have SSL channels working with demo certificates from DST (http://www.digsigtrust.com/home.html) Self-signed makecert I gave-up after few days ( NT platform ), now we're playing with java keytool and having problem with DST certificates as well as self-signed

Re: MQCONN help

2002-07-24 Thread Fruncillo, Bob
Lee, Take a look at amqscnxc found in /tools/c/samples which demonstrates mqconnx call. Bob D&B -Original Message- From: Lee Mang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 11:40 AM To: [EMAIL PROTECTED] Subject: Re: MQCONN help Hi Emile, Thank you for your messa

Re: Windows Terminal Services with MQ

2002-07-24 Thread Rick Tsujimoto
Bruce, I don't recall any white paper, or URL, but I did post a response by IBM on this topic a while ago: Richard, Here is the item that we discussed. Dick Hamilton 153.PRB Abstract Microsoft Terminal Server/Services does NOT work with MQSeries. MQSeries and Windows Terminal Server should c

Re: SSL

2002-07-24 Thread Pavel Tolkachev
Tony: I am sorry: I did not follow the discussion, so you might have already tried that, but just in case: Have you tried the keytool utility from JDK? They claim they create certificate in X.509 compatible format and also you can print/import it in/from RFC 1421 format (ASCII)? Hope this wi

Re: MQCONN help

2002-07-24 Thread Lee Mang
Hi Emile, Thank you for your message. I have installed MQ Client on my workstation but I found mqm.dll is not included in my client library. So I copied all required dll from server station to compile my program. What client library should I use which is similar to MQCONN? The samples came wi

Re: WMQI decimal field import from COBOL

2002-07-24 Thread Robert Broderick
But the question is why is WMQI getting constipated when it sees it? I mean let face it it is an IBM standard and for EBCIDIC and their own code cannot handle it. I don't have WMQI in frony of me but is there an additional config you need to click on in the MRM elemant to say there is a sign on t

SSL

2002-07-24 Thread Tony Reddiough
Ok, I now have a channel up and running with a demo certificate from http://www.globalsign.com  However I still can't get this to work with a self signed certificate.   Can someone give me an example of the makecert they've used to successfully create a certificate ? Maybe I'm using the wron

Re: WMQI decimal field import from COBOL

2002-07-24 Thread Joseph Gellis
The definition of the field S 999 forces a positive sign on the numeric field to C0 which is a positive number (zero) . "Bock, Christian" <[EMAIL PROTECTED]>@AKH-Wien.AC.AT> on 07/24/2002 05:50:20 AM Please respond to MQSeries List <[EMAIL PROTECTED]> Sent by: MQSeries List <[EMAIL PR

Windows Terminal Services with MQ

2002-07-24 Thread Bruce Baxter
Some time back I recall someone posting a white paper or a link to a white paper about why MQ Series can't be installed and/or operated via Microsoft Windows Terminal services. I had experienced this problem first-hand during the installation of MQ V5.2 on a W2K system and wanted to understand wh

AW: Is it possible to "timout" an "MQPUT"???

2002-07-24 Thread Raabe, Stefan
Roque, it is most likely that only ibm can tell you what the "timeout" value in the pmo is used for. i try to answer your questions... 1. until control is returned from mqseries or connection is broken 2. no, there is no mqseries - put - timeout value 3. if persistent, mq has to make sure

WMQI decimal field import from COBOL

2002-07-24 Thread Bock, Christian
Hello everyone ! A COBOL copy is imported to WMQI as a message in a message set. This copy includes the following field definition in COBOL: 05 E103000. 10 E103100PIC S9(15)V999. In the WMQI message the field is represented by the following element definition

MQ on HP-UX 11.2

2002-07-24 Thread Enrico Strydom
Does MQSeries run on HP-UX 11.2 ? I understand that this version of HP-UX is meant for the Intel Itanium 2 processor. If so - which MQ version/release ? Regards Enrico Strydom Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at h

Re: MQCONN help

2002-07-24 Thread Emile Kearns
What Portion of MQSeries do you have at your client station? If it is the MQSeries Client, Compile your application with the MQSeries Client libriaries. Also make the MQSeries Client can connect to MQSeries Server Emile Kearns SOFTWARE FUTURES the business advantage Proud member of MGX www.soft