AW: Wish list for Conference (multiple ckti)

2003-01-29 Thread Raabe, Stefan
afaik you still need a terminal to run the task that starts ckti. here is a way you could set up multiple ckti transaktions with automatic restart (only the default CKTI is restartet when CICS disconnects / reconnects from/to MQ). i wrote a xephon article for it which got published at the end of

Re: File System Operations Fail After MQI Calls

2003-01-29 Thread John Scott
If it was me, I'd log this as a problem with IBM support. I don't recall any of the MQI call documentation saying that the working dir changes after a call... I've never experienced this on AIX or NT, under 5.1 or 5.2. Can't say for 5.3 yet as we've not got that many installations. Regards John.

Compaq True64 Unix V5.1

2003-01-29 Thread mqm mqm
IBM MQSeries (sorry can't bring myself to call it WebsphereMQ) website says IBM MQSeries for Compaq Tru64 UNIX, Version 5 Release 1 requires Compaq Tru64 UNIX V4.0F or V5.0 operating system. Anyone know if it runs on V5.1 of True64. Also, anyone know if/when MQ5.2 or 5.3 will be supported on

Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-29 Thread Robert Broderick
Attached are the .BAT files that I have running on my system I am at WMQI 2.1 CSD03. Included in the zip is a PERL script that wraps the import/assign/deploy of a message flow/set. (Play time stuff) I was going to GUI-ize it but I was thinking. HEYthen I'd have a mini-Control Center. The next

Re: Compaq True64 Unix V5.1

2003-01-29 Thread Kamal, Ahmed (ITD)
MQSeries 5.1 for Compaq Tru64 v5.0 is also applicable for Compaq Tru64 v5.1 . few days back I ported my application to Compaq Tru64 v5.1 . For refernce see http://www-3.ibm.com/software/ts/mqseries/support/summary/dig.html, section MQSeries products on Compaq Tru64 UNIX . it mentions MQSeries

Mqseries for Red Hat 8.0

2003-01-29 Thread Long, Matthew Jr. (Inland)
Is there a version 5.3 of mqseries available for Red HAT 8.0? Thanks! Matt

Re: Compaq True64 Unix V5.1

2003-01-29 Thread Tibor
Hi mqm, For your first question, we are using the last MQ version (v5.1) on 3 Tru64 box. Queue managers is working fine and stable. $ uname -a OSF1 monaxp2 V5.1 732 alpha Second issue seems very hard, 'cause I heard a lot of rumor (it is/was the last release, maybe... but I'm waiting for

MQEnvironment.userID

2003-01-29 Thread Potkay, Peter M (PLC, IT)
I have C application that attempts to Client connect from my pc to QM1 on a remote server. (I set the MQSERVER variable). The app fails with a 2035 error as expected since the MCAUserIdentifier field on the SVRCONN channel is blank, and my pc's ID is not in the mqm group. If I set the

Re: MQEnvironment.userID

2003-01-29 Thread John Scott
Can you put a message onto the queue and see what user ID put the message? This would tell you the user ID used to connect. I've heard some horror stories regarding security and client connections, especially with Java. It seems that you can quite easility completely bypass the security without

Re: MQEnvironment.userID

2003-01-29 Thread Robert Broderick
What happens if you set the SVRCONN channel MCAUserID to something bogus and then try the blank and UserID test. Does it succeed when you place the userid in the JAVA Client and does it NOW fail when you set it to blank?? bb From: Potkay, Peter M (PLC,

Adding MQRFH2 to the message

2003-01-29 Thread Vivekananda Doraswamy
Dear all, I have a Java application which puts the msg as MQMD + Application data in to a Queue. Now, I want to add the MQRF2 header to the message so that from now onwards, if my application puts a message, the message should be MQMD + MQRFH2 + Application data. The application data will

Triggering anomaly?

2003-01-29 Thread Kevin Ferguson
Hi I am trying to trigger a clustered queue with a trigger type of FIRST (z/OS, MQ5.2). The queue is shared in a cluster with a WIN NT platform (MQ5.2). The queue is a WORKFLOW queue and all goes well on trigger type of FIRST providing workflow isn't running. With workflow running the trigger

Triggering anomaly update

2003-01-29 Thread Kevin Ferguson
Folks Looks like this is a known problem I have found a fix (UQ72551) (APAR PQ67053). Kevin Ferguson _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail Instructions for

Re: MQEnvironment.userID

2003-01-29 Thread David C. Partridge
If the userid on the SVRCONN channel is blank (the default), and the java application does not set MQEnvironment.userID, then the client proxy will run as MUSR_MQADMIN. If the variable is set, then the proxy runs as this userid (assuming it exists as far as the OAM at the server is concerned).

Re: Cannot clear a queue

2003-01-29 Thread Luc-Michel Demey
May be it's a XMITQ, and the associated channel is in doubt. HTH, Luc-Michel. Date sent: Wed, 29 Jan 2003 12:05:03 +0200 Send reply to: MQSeries List [EMAIL PROTECTED] From: van Zyl, Andre [EMAIL PROTECTED] Subject:Cannot clear a queue To:

Re: Triggering anomaly?

2003-01-29 Thread Morag Hughson
Kevin, When workflow is started does it open this queue? Note triggering condition number 4 (in APG) For triggering of type FIRST or DEPTH, no program has the application queue open for removing messages (that is, the OpenInputCount local queue attribute is zero). Cheers Morag Morag Hughson

Re: MQEnvironment.userID

2003-01-29 Thread Potkay, Peter M (PLC, IT)
(all this assumes no security exits) If the MCAUserID field is set to something bogus, then no matter what I set in my Java Client app for the UserId fails. No matter what ID I run any Client apps for that matter will fail. If the MCAUserID field is set to a valid user in the mqm group, then no

Re: MQEnvironment.userID

2003-01-29 Thread Jim Ford
The key phrase in the doc is For the Windows 95 and Windows 98 clients, if the MQ_USER_ID environment variable has not been set, the current Windows logged-on user ID provides user identification for the client. In other words, the Windows client *always* sets the ID, so the ID that started the

Windows XP - Version 5.3 - are we there yet?

2003-01-29 Thread Larry LaChanse
I've searched all the list servers and message boards, IBM platform page, etc and can't find a recent thread that discusses this. Does anyone know if I can install MQ V5.3 on Windows XP Pro or XP Home Edition? If not, does anyone know if/when IBM plans to make this a supported platform? TIA, Larry

Re: MQEnvironment.userID

2003-01-29 Thread Roger Lacroix
A valid ID set in the Java App UserID field works. True. A bogus ID set in the Java App UserID field fails. True. A blank ID set in the Java App UserID field works because in this case, the client proxy will run as MUSR_MQADMIN, which does have authority. True. A C application running on

Error 2035 on Windows when issuing a report message

2003-01-29 Thread Binyamin Dissen
Let me preface by stating that I am not that familiar with how to set up windows. I am sending a message to a queue on windows with the report options requesting COA, COD and expiration. The COA comes thru to the response queue. I can see the message on the XMIT Q before they get issued as well.

Re: MQEnvironment.userID

2003-01-29 Thread Robert Broderick
Sorry for the suggestion, After I entered it I realized the answer. At the time I was wondering if the JAVA app ran under other rules concerning the MCA USERID. But we wer doing this in Boston and there was no ill effect. bobbee From: Potkay, Peter M (PLC, IT) [EMAIL

Re: Windows XP - Version 5.3 - are we there yet?

2003-01-29 Thread Hal Rivera
It does Work -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED]] On Behalf Of Larry LaChanse Sent: Wednesday, January 29, 2003 11:00 AM To: [EMAIL PROTECTED] Subject: Windows XP - Version 5.3 - are we there yet? I've searched all the list servers and message boards, IBM

Re: Windows XP - Version 5.3 - are we there yet?

2003-01-29 Thread Doug Bryce
Larry..according to the 'Quick Beginnings' book dated October/2000, both client server can be installed on XP Pro. Doug Larry LaChanse Larry_LaChanseTo: [EMAIL PROTECTED] @MONY.COM cc:

Re: Error 2035 on Windows when issuing a report message

2003-01-29 Thread Stefan Sievert
Binyamin, the COA will be generated using the authority of the receiving MCA, which usually has the permissions to put to the replyToQueue. COD and Expiry reports will be generated using the originating userID, in your case, this will be the userID under which the application issueing the MQGET is

CORRECTION: Re: Error 2035 on Windows when issuing a report message

2003-01-29 Thread Stefan Sievert
Sorry for the glitch, but I made a little mistake in my explanation. It's not the userId of the getting application that is used to put the COD and Expiry reports, but the userId contained in the MQMD.UserIdentifier of the request message. So, the userId of your requesting application needs to be

Maximum Channels allowed

2003-01-29 Thread Siegman, Polly
Can anyone tell me that is the maximum number of channels allowed per qmanager in 5.3 running on Unix, O/S 390, and Windows 2000? The default set in qm.ini file is 100, what can this be increased to? Thanks, Polly Siegman Unix System Administrator PerotSystems @ OwensMinor Ph.

Re: Error 2035 on Windows when issuing a report message

2003-01-29 Thread Binyamin Dissen
On Wed, 29 Jan 2003 12:47:43 -0800 Stefan Sievert [EMAIL PROTECTED] wrote: :Sorry for the glitch, but I made a little mistake in my explanation. It's :not the userId of the getting application that is used to put the COD and :Expiry reports, but the userId contained in the MQMD.UserIdentifier of

WebLogic and MQ V5.2.1

2003-01-29 Thread Hornby, Derek
Title: Message . I have a user trying to connect to MQ V5.2.1 on Win2k from Weblogic but the connection looks like it is failing.. I think there is some fundamental simple thing we are overlooking, so if anyone could guess what that is, all suggestions will be gratefully received and

Re: Maximum Channels allowed

2003-01-29 Thread Tim Armstrong
From the Z/OS Concepts and Planning Guide. Private region storage usage Every channel uses approximately 170 KB of extended private region in the channel initiator address space. Storage is increased by message size if messages larger than 32 KB are transmitted. This increased storage is

Re: WebLogic and MQ V5.2.1

2003-01-29 Thread Tim Armstrong
As a client or server? If client then you may need to set some environment variables. Either MQSERVER or MQCHLLIB and MQCHLTAB not sure how Weblogic connects. Regards Tim A Hornby, Derek DHornby@EXCHANGETo: [EMAIL PROTECTED]

Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-29 Thread Emile Kearns
Hi Bobbee, Thanks, I am missing something in my class path, at least so I suspect because I get the following error: Exception in thread main java.lang.NoClassDefFoundError: com/ibm/broker/config/util/ExportMsgFlows -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED]]

hardware specs

2003-01-29 Thread Henk van de Water
Hello all, Does anybody have exact data on the amount of memory MQ server 5.2 requires (i.e. standard xKb per queuemanager, queue ... etc) I read somewhere 24 Mb ram is the minimum to run, but exact data so I can plan combining it with existing servers I can't seem to find. If there would be data