Ronald Weinger/Bsg/MetLife/US is out of the office.

2003-11-24 Thread Ronald Weinger
I will be out of the office starting 11/24/2003 and will not return until 12/01/2003. I will respond to your message when I return. The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or

Re: Message Sequencing in MQSeries

2003-11-24 Thread Robert Broderick
In other words, no. While the below is true we have mostly agreed in the past after MUCHO debate. don't count on it. From: "Potkay, Peter M (PLC, IT)" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Message Sequencing in MQSeries Date: Mon, 24 No

Re: PCF command to reset queue stats against remote queue

2003-11-24 Thread Robert Broderick
Is this the stats of a RQ on a local system OR resetting a QL on a remote system??? bb From: "Hashir, Mehedi" <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: PCF command to reset queue

Re: Message Sequencing in MQSeries

2003-11-24 Thread Potkay, Peter M (PLC, IT)
You must also do the following to insure the same order as long as what you already stated is still true:   Messages must not be put out of syncpoint in the middle of a UOW. For instance, don't put 2 messages with syncpoint, then one without syncpoint, then 2 with syncpoint., and then commit. Th

Message Sequencing in MQSeries

2003-11-24 Thread Juni Per
Hi All,   Is sequencing of persistent messages always assured in MQSeries when the messages moving from one queue manager to another ? The inter communcation is set up as follows.   -There is one sender receiver channel pair b/w the queue managers   - All the Messages are persistance - All the mess

Re: Error 2087

2003-11-24 Thread Randy J Clark
application B (MQ 5.1 on Sun Solaris). Application B gets the message but while attempting to replay back the following error occurs the sending application Qmgr MQ 5.1 needs xmit queue to send back to MQ 5.3 of course defined on MQ 5.1 or the alias as described in a previous note. The basic so

Re: Error 2087

2003-11-24 Thread Jim Ford
If you use the ReplyToQmgr, the remote queue isn't used. In effect, the application is supplying the routing information for the message. So according to the Intercommunication manual's chart on Queue name resolution, a transmit queue with the same name as the ReplyToQMgr will be opened. If tha

Re: Error 2087

2003-11-24 Thread Alex Korenfeld
Jim Let me understand if I got it right. Should I double check if in 5.3 qmgr configuration I have default transmit queue defined? Since I have two different sender channels using 2 different transmit q I Didn't defined any default transmit q in qmgr. But my remote queue in 5.3 qmgr does have

Re: Error 2087

2003-11-24 Thread Potkay, Peter M (PLC, IT)
A Queue Manager Alias by that name pointing to nay XMIT queue you want will also work. Or you can have the DEFXMIT queue property set on that QM. -Original Message- From: Jim Ford [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 5:34 PM To: [EMAIL PROTECTED] Subject: Re: Error 20

Re: PCF command to reset queue stats against remote queue

2003-11-24 Thread EXT-Makhija, Arun
I don't think that's a possible as RESET_QUEUE_STATS command looks for these attributes TIME_SINCE_RESET HIGH_Q_DEPTH MSG_ENQ_COUNT MSG_DEQ_COUNT and remote queues don't have depth count. I did run a test of reset queue stat on remote queue and it gave me a reason code 2085 Arun Makhija -

Re: Error 2087

2003-11-24 Thread Jim Ford
If you MQOPEN the ReplyToQ and ReplyToQMgr what actually happens is that an open is attempted for a transmit queue with the same name as the ReplyToQMgr. You should check that the 5.3 qmgr does in fact have the transmit queue defined.

Error 2087

2003-11-24 Thread Alex Korenfeld
Hi   Did anybody else have the problem below before?   Scenario 1 Application A (MQ 5.1 on HPUX) send message (replay to queue) to application B (MQ 5.1 on Sun Solaris). Application B gets message and replays back without any problem.   Scenario 2 Application A (MQ 5.3 on HPUX) sen

PCF command to reset queue stats against remote queue

2003-11-24 Thread Hashir, Mehedi
Can a PCF command to reset queue stats be run against a remote queue ? if so what are the options to be used.? Regards Mehedi Hashir CONFIDENTIALITY NOTICE: This E-Mail is intended only for the use of the individual or entity to which it is addressed and may contain information that is pri

Re: Security settings

2003-11-24 Thread Jonas Nyberg
Hi, Please comments in the text below. Jonas Nyberg Electrolux IT Solutions - Sweden -Original Message- From: "Kulbir S. Thind" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon, 24 Nov 2003 13:56:14 + Subject: Security settings Hi, I am reviewing/updating the Websphere MQSeries

Security settings

2003-11-24 Thread Kulbir S. Thind
Hi, I am reviewing/updating the Websphere MQSeries security settings on an AS400 machine. The MQSeries version is 5.2, OS400 version V5R1. The machine is connected via MQSeries to a number of other machines running OS/390, HP-UX, Solaris. All the machines are within a LAN, which is protected by a

Linux kernel settings

2003-11-24 Thread David C. Partridge
The linux quick beginnings book says that the following should be reviewed. /proc/sys/kernel/shmmax /proc/sys/kernel/shmmni /proc/sys/kernel/shmall /proc/sys/kernel/sem /proc/sys/fs/file-max It recommends a setting of 32768 for the last of these, but doesn't make any recommendations for the othe