validating incoming XML MSG against Schema..

2004-03-04 Thread Indira Muppanna
Hi all, If out incoming message is XML it has to be validated against XML Schema... how to go abt.. it.. Thnaks Regards catchkrec Do you Yahoo!? Yahoo! Search - Find what you re looking for faster.

Re: validating incoming XML MSG against Schema..

2004-03-04 Thread ChandraSekhar Puranapanda
Simple.!! Import an XML Schema into the Message Set. There is a Support pac called IO01 for XML Schema Import. Check it out. Be careful during Importing the Schemayou will end up crashing your Control Center. Regards,

Re: MQ Message statistics

2004-03-04 Thread van Zyl, Andre
Title: MQ Message statistics Thanks for all theideas. I think that the best would be to purchase some lightweight WMQ monitoring tool, else if 100% accuracy is not an issue, one can simply look at channel / queue stats figures at regular intervals to compile the required information as

Re: MQ Triggering in CICS

2004-03-04 Thread Chase, John
CORRECTION: -Original Message- From: Chase, John Sent: Wednesday, March 03, 2004 10:50 AM [ snip ] If you run CICS with surrogate user security checking active (i.e., SIT parm XUSER=YES), the user ID of the task issuing the START command must have READ or higher permission to a

Re: MQ Message statistics

2004-03-04 Thread Marty Fraiser
Hello Andre, Do the messages you're counting always traverse a channel? If any are put locally then you'll miss them with the channel status technique. You'll likely miss some anyway, especially if you have clients, depending how often you check and how long the channels live. Plus you need to

Re: MQ Triggering in CICS

2004-03-04 Thread Ruzi R
Hi JXrgen, Your point is well taken. However, I have seen this design a long time ago and I don't remember the details now. The program had been running in production for over 4 years without any problems. But there is always a chance...but don't you agree that since the MQCLOSE and EXEC CICS DEC

MO71 alarm via email possible?

2004-03-04 Thread Paul Celari
Hi, can the alarm in MO71 be configured to send out email when there is a problem with a listed qmgr? I think it has the capability since no one will sit there the whole day looking at the green light. Has anyone done this? thanks, Paul

Shared queues and batch jobs on zOS

2004-03-04 Thread Blanding, Walter
Title: Shared queues and batch jobs on zOS I have an application group that wants to be able to run their batch jobs on any processor in our SYSPLEX system. With Shared Queues we can get to a queue from any of the processors but we still think we need to put the QMGR id into the connection

default data conversion on iSeries

2004-03-04 Thread Ferenc Door
Hi, I'm looking for an exact documentation about MQSeries data conversion on iSeries (OS/400) My problem descriotion is the following: My MQmessage contains some headers in chain like MQDLH, MQRFH2s, with different CCSID for examle MQMD.ccsid=37 QDLH.ccsid=912, MQRFH2.ccsid=852. In this case

Re: MQ Triggering in CICS

2004-03-04 Thread Jxrgen Pedersen
Hi Ruzi, I agree with you. Anyway when there are a posibillty, there are no gurantee for other statements between DEQ and MQCLOSE... and maybe another EXEC CICS.. I would prefer that the EXEC CICS DEQ was done before the MQCLOSE to make it fool proof, because the new trigger first can occur after

Re: Shared queues and batch jobs on zOS [Deutsche Boerse Systems :Virus checked] [Deutsche Boerse Systems: Virus checked]

2004-03-04 Thread Stefan Raabe
Walter, yes, you can use the GROUP name when connecting from batch. AFAIK, it does not work from CICS (but thats some time ago, maybe it has changed). Regards, Stefan Blanding, Walter [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 04.03.2004 16:11 Please respond to MQSeries

Re: MQ Triggering in CICS

2004-03-04 Thread Miller, Dennis
Title: Message Wait...there's a very important distinction between those two approaches that is being overlooked. CKTI processes the INITQ while ABCD processes the triggered queue. Therefore, unless you radically alter the CKTI design, CKTI can only change the userid on a per-queue basis,

Re: MQ Triggering in CICS

2004-03-04 Thread Adiraju, Rao
Title: Message Yes agreed - if the logic is based on Message (message-id or user-id) what you are saying is perfectly correct. But from my experience the whole saga of setting a user-id is a "can of worms" and frankly speaking I don't know what it achieves. Don't take me wrong I did this in

[no subject]

2004-03-04 Thread Hashim Khan
Hi There, Is it possible to have an 30 days evalation copy of Seebeyond software so that I can try test it with MQ Thanx in advance __ Do you Yahoo!? Yahoo! Search - Find what you re looking for faster http://search.yahoo.com Instructions for managing your

Receiving SPAM

2004-03-04 Thread Christopher Fryett
Has anyone else received what I call unwanted email from CCSS USA Ltd? If not I will resolve the problem myself, otherwise I figured I would do one of my ranting and raving emails since they probably are listening on this list ;-) Chris Instructions for managing your mailing list subscription

[no subject]

2004-03-04 Thread Randy J Clark
Wow is this ever a shot gun approach. Blindfold in place? Check. Then ready, aim, fire! Hashim Khan [EMAIL PROTECTED]To: [EMAIL PROTECTED] COM cc: Sent by: MQSeries

Re: Receiving SPAM

2004-03-04 Thread Potkay, Peter M (PLC, IT)
I haven't gotten anything from them. -Original Message- From: Christopher Fryett [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 5:02 PM To: [EMAIL PROTECTED] Subject: Receiving SPAM Has anyone else received what I call unwanted email from CCSS USA Ltd? If not I will resolve

Re: MQIPT

2004-03-04 Thread Hashim Khan
Hi There, I'm trying to understand the sender channel setup going from my qmgr to IPT. Q Mgr and IPT both are on the same server. Thanx in advance for your precious time and suggestions --- Darren Douch [EMAIL PROTECTED] wrote: Trying to save myself some digging around any views on the

Re: Shared queues and batch jobs on zOS

2004-03-04 Thread Christopher Frank
Walter, I have an application group that wants to be able to run their batch jobs on anyprocessor in our SYSPLEX system.With Shared Queues we can get to a queue from any of the processors but we still think we need to put the QMGR id into the connection in the batch job. Does anyone know if we

Re: MQIPT

2004-03-04 Thread Potkay, Peter M (PLC, IT)
QM1 and MQIPT are both running on ServerA QM1 is listening on port 1414, perhaps for channels coming from QM2 on ServerB. The MQIPT service is listening on (pick a number) port 1418. The MQIPT config file says that any MQ traffic that comes in on this port gets forwarded over to some other

What happens if I put-disable a cluster queue?

2004-03-04 Thread Potkay, Peter M (PLC, IT)
QM1, QM2 and QM3 are in CLUSTER1. QM1 hosts a local queue called MyQueue. MyQueue is clustered to CLUSTER1. MyQueue exists only on QM1. It is MQOO_BIND_NOT_FIXED. QM4 has regular SNDR/RCVR channels to and from QM3. QM3 is the gateway. QM4 has a remote queue def to MyQueue, specifying the Remote

Re: MQ Triggering in CICS

2004-03-04 Thread Miller, Dennis
Title: Message 1). The design I've found most effective is for ABCD to browse the queue and START the transaction with the desired userid. The transaction thenreads the message, callsa program toservice the messageand commits the whole sha-bang aftersending the reply. 3). Primarily it's

Re: MQ Triggering in CICS

2004-03-04 Thread Adiraju, Rao
Title: Message Dennis Sorry to be pedantic BUT 1) if the first transaction "browse" the message and decide the user-id, start the second transaction - how do you make sure that the second transaction is reading the "exact" message that first transaction has in mind for that user-id.In ME we