Re: JMS error

2004-11-04 Thread Jay H. Lang
Then I think that your lib variable does not have c:\Program Files\ibm\MQSeries\Java\lib in it.  Or has the wrong version. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651 406-2131 - USPS Office 303 277-1873 - Colorado Office

Re: JMS error

2004-11-03 Thread Jay H. Lang
I have your code running..since it is a NATIVE error, I think that you are missing something in your lib or libpath.  What platform are you on? Also, you never increment the counter so it shows messages sent:   0   even when one was sent. -- Jay H. Lang Chief Technologist Distributed

Re: Increase in WMQ Storage Utilization going to z/OS

2004-09-02 Thread Jay H. Lang
What version of MQ. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651 406-2131 - USPS Office 303 277-1873 - Colorado Office 303 807-9700 - Cell Phone "Aroneanu, Corina" wrote:   My shop has just upgraded the

Re: Trigger on depth question

2004-08-23 Thread Jay H. Lang
Yes!!!   The "Depth" trigger, is the only trigger that turns the trigger off and the application must turn it back on using MQSET. Thanks.--Jay H. LangChief TechnologistDistributed Computing Professionals Inc.IBM Certified Specialist - WebSphere MQ303 277-1873 - Colorado Office651 406-2131 -

Re: Trigger a Shell Script that starts a Java Program

2004-07-02 Thread Jay H. Lang
Is the TRIGGER TYPE FIRST or EVERY. Are you closing the queue after each message, or at anytime before the queue is empty? -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 303 277-1873 - Colorado Office 651 406-2131 - USPS Office

Re: WBI-MB COBOL to DDL creation

2004-05-21 Thread Jay H. Lang
Bobby, Normally the table is created first, and then you do a DCLGEN to create the COBOL table declaration and the copybook for the WORKING-STORAGE area. Don't know how in reverse. Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Speci

Re: Multiple transactions started despite trigger first in CICS

2004-03-03 Thread Jay H. Lang
Nothing that I can think of unless you have logging turned on in your security server, RACF or ACF2, and can see who did what, when. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651 406-2131 - USPS Office 303 277-1873 - Colorado

Re: Multiple transactions started despite trigger first in CICS

2004-03-03 Thread Jay H. Lang
If your application ever closes the queue before it is empty, another transaction will be triggered. Make sure the app gets to the bottom of the queue before doing the MQCLOSE. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651

Re: MQ Pub/Sub Requirements

2004-02-18 Thread Jay H. Lang
MA0C SupportPac will do the trick. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651 406-2131 - USPS Office 303 277-1873 - Colorado Office 303 807-9700 - Cell Phone Wesley Shaw wrote: > What is involved with an MQ pub/

MO02 Compression

2004-01-31 Thread Jay H. Lang
sages do go over the channels just fine. How can I tell if they are getting compressed. Has anyone else deployed this on z/OS, MQ V2.1 Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 303 277-1873 - Office 303 807-9700 -

Re: conversion Oracle 8i PLSQL to 9i Procedural Gateway

2004-01-06 Thread Jay H. Lang
What are the problems?? -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 651 406-2131 - USPS Office 303 277-1873 - Colorado Office 303 807-9700 - Cell Phone Robert Broderick wrote: > One on my clients is going through this at

Re: Message Length

2004-01-05 Thread Jay H. Lang
One way: ... Message myMessage = queueReceiver.receive(1000); String myMsgString = ((TextMessage)myMessage).getText(); System.out.println("Length: " +myMsgString.length()); ... -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSph

Re: OS/390 - MQSeries v5.2 - Unix System Services

2003-12-22 Thread Jay H. Lang
Jeff, The Queue Manager will still run on the OS/390 side. You do not need the client attach facility, but will need the MA88 SupportPac. You java programs will run in USS and access the queues on the OS/390 side. What version of MQ on the OS/390? -- Jay H. Lang Chief Technologist Distributed

Re: Question on MA0C (Pub/Sub)

2003-10-06 Thread Jay H. Lang
their respective queues where they will pick them up. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 303 277-1873 - Office 303 807-9700 - Cell "Wyatt, T. Rob" wrote:  Jay,We are running it with WebSphere Application Server

Re: Question on MA0C (Pub/Sub)

2003-10-06 Thread Jay H. Lang
I am using it just fine with JMS Pub/Sub on Solaris.  What are your problems?  I have multiple streams, multiple topics and multiple subscribers. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - WebSphere MQ 303 277-1873 - Office 303 807-9700

Pub/Sub JMS

2003-09-04 Thread Jay H. Lang
Subscribers? When they open their subscription queue, is it just an MQSeries agent delivering their data to them? Or does each call to TopicSubscriber.receive() go through the Broker? Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist

Re: 2035 Error

2003-08-29 Thread Jay H. Lang
Since you are connecting with a client, what ID do you have in the MCAUSER field of the SVRCONN channel? This is the ID MQ will use to check for authority. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807

moving /var/mqq

2003-08-22 Thread Jay H. Lang
Are there any know problems/hazards to setting up a separate /var/mqm file system after queue manager creation, and moving the files over to that new mount point. Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873

MQ Broker and multiple streams

2003-08-22 Thread Jay H. Lang
Solaris. Thanks for any info. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available

JMS Pub/Sub using Different Streams

2003-08-21 Thread Jay H. Lang
ks for any help. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.ls

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Jay H. Lang
S/B 30 seconds.  30 would be 5 minutes.  Value is in milliseconds, 3/1000 = 30 secs.  300,000/1000=300 seconds, 300/60=5 minutes. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell

Re: Timed out messages

2003-07-16 Thread Jay H. Lang
The next good MQGET will cause the messages to be deleted from the queue. The depth with show them, but they are not available. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Michelle

MQSI can't find MQ Java classes BIP1361S

2003-07-16 Thread Jay H. Lang
e BIP1361S error, "Unable to locate MQSeries Java classes" Anyone else hit this? -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mailing list subscription ar

Re: PubSub Broker

2003-06-06 Thread Jay H. Lang
I have 10 clients connecting, but each of them are going after a different subscription. So I would expect the IPPROCS to show a 1 for 1 relationship. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700

Re: MQMD

2003-06-05 Thread Jay H. Lang
Use setmqaut  with a param of +setall -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Jay Jayatissa wrote:   I have setmqaut for this user on the Queue with the param of +allmqi

PubSub Broker

2003-06-05 Thread Jay H. Lang
I have changed the default from 10 to 1 and I still see the same behavior. Can someone shed some light. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mail

Re: MQMD

2003-06-05 Thread Jay H. Lang
Hi Jay, I think you need to open the queue with MQOO_SET_IDENTITY_CONTEXT. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Jay Jayatissa wrote:   Hi all, does anyone know how I can set the

PL/SQL and MQ Pub/Sub

2003-03-25 Thread Jay H. Lang
pt failed.'); DBMS_OUTPUT.PUT_LINE(SQLERRM); [EMAIL PROTECTED](objectHandle, PGM_SUP.MQCO_NONE); END; / -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instruct

JMS and MQSeries

2003-02-06 Thread Jay H. Lang
ms to constrictive. Thanks for any help provided. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mailing list subscription are provided in the Listserv General Users

Client Attach FMID

2002-05-06 Thread Jay H. Lang
Anyone know the FMID ID for the Client Attach Facility for zos, MQ 2.1. Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Instructions for managing your mailing list subscription are