2017

2004-10-18 Thread Raghu Padmanabha
Hi, I am trying to send around 2200 xml messages from MQSeries for windows, i am getting an error 2017(No more handles available) when i try to send 250 messages no error is given. i think its because of MaxHandles attribute of queue manager which is given 256, can i increase this attribute so

Re: Queue Managers on zOS and duplexing of MQ datasets

2004-10-18 Thread Dijkerman, E (Erik)
Hi Donald, I shared your thougts and went, because of the DASD configuration here, back to a single configuration but run intoa problem that could be prevented byrunning 2 BSDS. Sowe are on duals bsds and single logs and archives. Regards,Rabofacet Erik DijkermanPIM/OS390Infra

Messages 4MB

2004-10-18 Thread Michael Fleck
Hi list members, as far as I understand, you can put or get messages up to a size of 4 MB if I use the MQSERVER Variable. If I work with a channel definition table for the clients this value can grow up to 100 MB if all definitions on the MQ-Server are ok. Which limitation exists, if the client

Re: MQ Series IMS Bridge EBCDIC to ASCII Conversion

2004-10-18 Thread Nath, Sachindra
Hi Richard, Thanks a lot. The issue was resolved after changing the Mainframe QMGR's CCSID to 037. I appreciate your guidance on this. :) regards Sachin -Original Message-From: Richard Jackson [mailto:[EMAIL PROTECTED]Sent: Thursday, October 14, 2004 11:10To: [EMAIL

Re: MQInput Node retry intervals

2004-10-18 Thread Nath, Sachindra
Hi Kabir, You can set the time interval MQ Get should wait for. gmo.waitInterval = 1000 * 50; //1000 = about 1 sec gmo.options = MQC.MQGMO_CONVERT + MQC.MQGMO_WAIT; If the message is not available on the queue, the listener will wait for the waitinterval, before it comes out. Not sure about

Re: 2017

2004-10-18 Thread Robert Broderick
It would seem you program has an issue with connections. Are you opening the queu for each message. Maybe you Queu Open code is inside your MQPUT loop. You need only to connect once to a queue to do multiple MQPUTS. That is unless you are trying to write to 2200 queues. In that case I would

Re: MQInput Node retry intervals

2004-10-18 Thread Robert Broderick
Rather Quick!!! From: Kulbir S. Thind [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: MQInput Node retry intervals Date: Mon, 18 Oct 2004 11:54:53 +0100 Just to clarify, this question is about how the MQInput node handles the retries. The MQInput

Re: MQInput Node retry intervals

2004-10-18 Thread Bharath Ram Srinivasan
Kulbir, When routing to the out terminal fails, the MQInput retries until the retry timeout expires which is defined by the 'Backout Threshold' attribute of the input queue and delivers it to the failure node. If this node is unconnected, the msg is delivered to the backout queue (DLQ). HTH

Re: 2017

2004-10-18 Thread Gunter Jeschaawitz
Why is the count of handles related to the amount of messages you are sending? Do you open the queue for each message or use MQPUT1? If you open the queue for each message, close the queue explicit after MQPUT. Gunter Am Montag, den 18.10.2004, 11:59 +0530 schrieb Raghu Padmanabha: Hi, I am

Re: MQInput Node retry intervals

2004-10-18 Thread Kulbir S. Thind
This doesn't help I'm afraid. I don't think WBIMB would try and use the out terminal as the MQGET will have failed. Any more thoughts anyone Bharath Ram Srinivasan [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 18-Oct-2004 12:41 Please respond to MQSeries List [EMAIL PROTECTED]

Re: MQInput Node retry intervals

2004-10-18 Thread Bharath Ram Srinivasan
Something spooky with Standard Bank...I never had any correspondence with them...:-) Anybody out there in the list from Standard Bank, please help - Forwarded by bharathram.s/Polaris on 10/18/2004 07:58 AM - [EMAIL PROTECTED]

Re: fix pack CSD04 for WBIMB

2004-10-18 Thread John Scott
You are not alone. If somebody thinks out-of-office was annoying how do they react to this? John. -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED] Sent: 18 October 2004 12:12 To: [EMAIL PROTECTED] Subject: FW: Re: fix pack CSD04 for WBIMB Anybody else getting these

Re: MQInput Node retry intervals

2004-10-18 Thread Shemran, Ahmed (AFM)
Title: Message I think the waitinterval on the MQInput node is between 0 and 1000 millisecond (0 and 1 second). If you change the Get messages attribute on a queue defined on an MQInput node to Inhibited, and then put messages on that queue, you will notice that as soon as you change the Get

Re: Response Time

2004-10-18 Thread Driscoll Tom - Princeton
Good questions . The bind to Oracle might be causing the problem. The process isn't failing. The MQCONN and MQOPEN are just taking a very long time to complete. Thanks -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Warneke Sent: Friday, October

Re: MQ Clustering Question

2004-10-18 Thread Lawrence Coombs
At the 'Application' level means the server in my scenario. What I am trying to achieve is this: If a back-end service running on a server is knocked out of the rotation (even though MQ might be OK), I want to: 1. Not send anymore messages to that instance (from the client) 2. Move the stuck

Re: MQ Clustering Question

2004-10-18 Thread Paul Clarke
If you set the cluster queue to PUT(INHIBIT) then that information is fed back to the originating systems and the default WLM will no longer choose you as a target (unless it has to if I recall). Cheers, P. Paul G Clarke WebSphere MQ Development IBM Hursley MQSeries List [EMAIL PROTECTED]

Re: Security Exit

2004-10-18 Thread philip . distefano
I apologize for sending this to you all. It was not my intention to do so. However, you now have a pretty good Security Exit that works on 3 platforms, and addresses SSL concerns as well. By the by, this IS a security exit, and it documented in a separate DESIGN document (I won't trouble you

Resolved - Re: WBIMB CVS

2004-10-18 Thread Robert Broderick
I initially installed on Windows version cvsnt-2.0.51d.exe. I then updated this to cvsnt-2.0.58a.exe. This had the same problem of not being able to import an entire Project with subordinate files but seemd to lose the directory structure of the repository. Now I am at cvsnt-2.0.14.exe and I seem

What do MQAdmins read?

2004-10-18 Thread Roger Lacroix
All, Ok, this is a strange question, but what magazines, journals, etc.. do MQ Admins read? I got asked that questions and I couldn't come up with a answer. (I tend to read developer / architect type magazines rather than admin stuff. i.e. JDJ, SD Times, etc...) i.e. If a company had a MQ

Re: Security Exit

2004-10-18 Thread Wyatt, T Rob
MQSeries.net? -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, October 18, 2004 11:43 AM To: [EMAIL PROTECTED] Subject: Re: Security Exit I apologize for sending this to you all. It was not my intention to do so. However, you now

Re: MQ Client SSL

2004-10-18 Thread Neil Casey
Hi Nigel, CSQX575E is not the message I would expect to see if you were having certificate or other SSL issues. Have you tried using the same channel definition but without the SSL parameters to verify that there are no other issues? The manual entry for this message says that it can be caused by

Re: What do MQAdmins read?

2004-10-18 Thread Christopher Fryett
Roger, The EAI Magazine/Journal sometimes covers topics with Websphere products, but ultimately there really isn't any good magazine. So, for you folks who have deep pockets or at least know someone this might be a good opportunity maybe? Journals, I personally have never seen one other than

Re: Security Exit

2004-10-18 Thread Sid . Young
Phill, I have no problem with source code being posted to the list (unless its' VB...yuk!) but most list member would disagree and prefer it to be hosted on a site somewhere... MQSeries.net might be worth a look. Sid -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: What do MQAdmins read?

2004-10-18 Thread Tim Armstrong
Methinks Roger may be considering some advertising :) -Original Message- From: Christopher Fryett [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 6:15 AM To: [EMAIL PROTECTED] Subject: Re: What do MQAdmins read? Roger, The EAI Magazine/Journal sometimes covers topics with

Re: What do MQAdmins read?

2004-10-18 Thread Pavel Tolkachev
Just a hypothesis: IBM's and contributed documentation and their Web site in general, mqseries.net and this mailing list leave too narrow niche for any potential enterpreneur who would think of starting such a publication :-). Also, the stability of the product features might matter.. (I do not

Andrew Barrett/Australia/IBM is out of the office.

2004-10-18 Thread Andrew Barrett
I will be out of the office starting 19/10/2004 and will not return until 21/10/2004. Please direct any MQ Project related enquiries to Lambert Feist on 9937-8066 ( Mobile 0413607253) Other enquiries should be directed to Chris Todd on 99378147 (Mobile 0412565417) Instructions for managing

Re: What do MQAdmins read?

2004-10-18 Thread Roger Lacroix
Hi, Actually, it's my new business partner, Cressida. They would like to advertise their ReQuest product. :)) My stuff tends to be more aimed at developers QA testers, etc... Mostly because that is my background. Regards, Roger Lacroix At 09:17 PM 10/18/2004, you wrote: Methinks Roger may be

Re: What do MQAdmins read?

2004-10-18 Thread Roger Lacroix
Hi, To my knowledge, Xephon has the only MQ publication but they don't take ads. Magazines that cover all WebSphere products, and we know have big that umbrella is getting :)) are as follows: - WebSphere Journal http://www.sys-con.com/websphere/ - WebSphere Power

Attention: standardbank.co.za Person(s)

2004-10-18 Thread Roger Lacroix
Attention standardbank.co.za employees, Someone from StandardBank recently join the MQ ListServer but did not use the correct reply-to email address in their original email (according to StandardBank). So, every time someone sends an email to the MQ ListServer, we get a bounce back from

Re: MQ Clustering Question

2004-10-18 Thread Potkay, Peter M (ISD, IT)
Yes, if it is inhibited, messages will not be routed there, unless they were specifically destined for that particular QM (the sending app specified the destination QM, or snuck in a Bind On Open MQOPEN before you inhibited it), or if it is the only Q in the cluster by that name. -Original