Re: Message under cursor

2004-08-03 Thread Roger Lacroix
Oops, scenario2.txt was missing the 'get message under cursor' option and scenario3.txt was the wrong code. I have corrected them (see attached). Regards, Roger Lacroix At 01:41 AM 8/3/2004, you wrote: T.Rob, Excellent. Very well said. I hope Bank of America pays you well. :)) For those that

Re: AMI

2004-08-03 Thread Govender Magendran
Title: RE: AMI Hi Heinz Thanks for the info, this helps alot. Magendran Govender -Original Message- From: Heinz Klein [mailto:[EMAIL PROTECTED]] Sent: 02 August 2004 06:45 To: [EMAIL PROTECTED] Subject: Re: AMI Hello. The text below can be found in the AMI support pack

MQSeries on AS/400

2004-08-03 Thread Vindya M. Narsian
Title: RE: AMI Hi, Has anyone worked on MQ Series on AS/400 ?? Iam working on a Java Application which converts the input into the PCML format and uses the JT400 library to call AS/400 program. Now the Client is planning to move away from this architecture and install MQSeries server

AIX 5.3 and MQ 5.3

2004-08-03 Thread Dijkerman, E (Erik)
Hi, Does anyone know what (CSD_)level off MQ is needed to run iton AIX 5.3. Regards,Rabofacet Erik DijkermanPIM/OS390Infra Services+31 30-2154878The miracle is this - the more we share, the more we have. -- Leonard Nimoy De informatie

Re: AIX 5.3 and MQ 5.3

2004-08-03 Thread Bill Anderson
The latest CSD is CSD07, It is not strictly speaking required for AIX5.3 but I installed it a bout a month after it came out, and have had no problems Bill Anderson SITA Atlanta, GA Standard Messaging Engineering WebSphere MQ Service Owner 770-303-3503 (office) 404-915-3190 (cell) [EMAIL

WBIMB (Solaris) and SQL Server 7 ODBC connectivity

2004-08-03 Thread Wright, Tim (AFM)
Title: Message Hi we're currently piloting WBIMB ( 5.0.1.3) on Solaris and one of the message flows needs to connect to a SQL Server 7.0 DB. the /var/mqsi/odbc/.odbc.ini has no example stanzas for configuring a SQL Server driver and /opt/wmqi/merant/lib has no obvious candidates for the driver

Re: Message under cursor

2004-08-03 Thread Wyatt, T.rob
Sid, Your processing loop should BROWSE_NEXT, examine the message and then if you want to delete the message you can GET with MSG_UNDER_CURSOR. Not sure which scenario that is because Roger was attempting something like delete last x number of messages which sounds different from what you are

MQSeries CSD07

2004-08-03 Thread Conklin, William
Hi All, I'm in the planning stage of installing CSD07 for MQ 5.3 on Linux, Solaris, and Windows. Have you guy's had any problems/issues with this CSD level? Thanks Bill C. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at

Re: MQSeries CSD07

2004-08-03 Thread Tony Boggis
Can someone give me a quick pointer to the URL for the summary of fixes in CSD07? Thanks. tonyB. Original Message Subject: MQSeries CSD07 From: Conklin, William [EMAIL PROTECTED] Date: Tue, August 03, 2004 6:01 am To: [EMAIL PROTECTED] Hi All, I'm in the planning stage

Re: Message under cursor

2004-08-03 Thread Pavel Tolkachev
Hello T.Rob: I still believe you are missing my point here: So after getting a message with MQGMO_MSG_UNDER_CURSOR, the cursor does not move nor does it point to a retrievable message. I have never argued that, I just said it was not documented. IMHO, that the MQGETting with

Re: Message under cursor

2004-08-03 Thread Pavel Tolkachev
Hello Sid, The way I use in a similar application that is working in many environments for many years and is supposed to meet the guaranteed messaging contract (potentially with duplicates though so it is not exactly transactional)) is to browse to the next message first, get msgId and then

Re: MQSeries CSD07

2004-08-03 Thread Wyatt, T.rob
Tony, Here's a few... AIX: http://www-306.ibm.com/software/integration/mqfamily/support/memos/aix/memo.txt HP : http://www-306.ibm.com/software/integration/mqfamily/support/memos/hp/memo.txt Sun: http://www-306.ibm.com/software/integration/mqfamily/support/memos/sun/memo.txt Win:

Domain users requiring access to WBI MB Config Manager

2004-08-03 Thread Kulbir S. Thind
Hi, We have a W2K Configuration Manager (v5, CSD 3) installed that we need to provide access to. This is normally a straight forward step which involves adding domain accounts to the local groups used by WMQ (mqm) and WBIMB (5 groups). However, the users we're trying to add do not belong to

Re: Domain users requiring access to WBI MB Config Manager

2004-08-03 Thread Potkay, Peter M (ISD, IT)
Hard code a value in the MCAUSER of the SVRCONN channel used by the Toolkit, and then use SSL to insure only the users you want can use it. Then you only have to give that 1 ID access. If you don't have that channel protected by SSL and its MCAUSER is blank, it is a wide open hole for anyone

Re: WBIMB (Solaris) and SQL Server 7 ODBC connectivity

2004-08-03 Thread Wright, Tim (AFM)
Title: Message One workaround we're considering is developing a plugin node and the using jdbc drivers - has anyone done anything similar? -Original Message-From: Wright, Tim (AFM) [mailto:[EMAIL PROTECTED] Sent: 03 August 2004 13:42To: [EMAIL PROTECTED]Subject: WBIMB

Re: Domain users requiring access to WBI MB Config Manager

2004-08-03 Thread Wright, Tim (AFM)
Title: Message I thought the WBIMB toolkit doesn't support SSL connections to the config manager ( security exits only ) -Original Message-From: Potkay, Peter M (ISD, IT) [mailto:[EMAIL PROTECTED] Sent: 03 August 2004 17:32To: [EMAIL PROTECTED]Subject: Re: Domain users

Re: Domain users requiring access to WBI MB Config Manager

2004-08-03 Thread Potkay, Peter M (ISD, IT)
Title: Message The class I took said it did. Its just a JAVA client connecting to a Queue Manager. Is it documented somewhere that it does not allow this? -Original Message-From: Wright, Tim (AFM) [mailto:[EMAIL PROTECTED]Sent: Tuesday, August 03, 2004 12:49 PMTo: [EMAIL

Re: Domain users requiring access to WBI MB Config Manager

2004-08-03 Thread Wyatt, T.rob
Kulbir, I second Peter's suggestion but wanted to comment directly on your query about adding their accounts to your groups. The only way to do this is through a trust relationship between the domains. (This may be called something else in Active directory but in NT it was domain trusts.) This

WBIMB SQLCODE

2004-08-03 Thread Robert Broderick
I have a flow that look to a DB for a row by KEY. The database is empty. The SQLCODE from the DB call is ZERO. I was expecting -100 or SOMETHING! The flow then goes on to do it's work updating that same row which does not exist and the SQL code coming back from that is ZERO also. Anybody got

Re: WBIMB SQLCODE

2004-08-03 Thread Jas Singh
If you are on version 2.1 and recently applied CSD 7 you will see this change Here is IBM interpretation why this change was initiated in version 2.1. This records a change in behaviour between V2.1 and V5. The V5 product is now correct and V2.1 was in error. Therefore an APAR has been raised

Re: WBIMB SQLCODE

2004-08-03 Thread Raul Acevedo
I found that when doing a SELECT, the SQLCODE is always 0 even if there are no rows. INSERT and UPDATE does set the SQLCODE correctly. Raul L. Acevedo Senior IT Architect EAI Application Innovation Services IBM Global Services 818 230 5859 Office 818-599-6626 Mobile [EMAIL PROTECTED]

Qmgr Discovery

2004-08-03 Thread Isabella Shen
Hi All, Is there a way to get notified when a queue manager is created for all the platforms? Thanks. __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail Instructions for managing your mailing list

Re: WBIMB SQLCODE

2004-08-03 Thread Robert Broderick
5.0 CSD03 From: Jas Singh [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: WBIMB SQLCODE Date: Tue, 3 Aug 2004 15:14:21 -0500 If you are on version 2.1 and recently applied CSD 7 you will see this change Here is IBM interpretation why this change was

Re: Message under cursor

2004-08-03 Thread Neil Casey
Hi Syd, I am not sure that I understand your objective here. Why would you not just use syncpointing. It is simpler to implement, should be faster, and can give you at least the same level of confidence. If you are able to implement coordinated syncpointing between MQ and your database (full

Re: Message under cursor

2004-08-03 Thread Michael Dag
This is the last message I got from the list, anyone else experiencing a 'silent' listserver or is it just me? Michael -Oorspronkelijk bericht- Van: MQSeries List [mailto:[EMAIL PROTECTED] Roger Lacroix Verzonden: Sunday, August 01, 2004 4:18 AM Aan: [EMAIL PROTECTED] Onderwerp: Re:

Re: Message under cursor

2004-08-03 Thread Sid . Young
No database :) -Original Message- From: Neil Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 August 2004 7:54 AM To: [EMAIL PROTECTED] Subject: Re: Message under cursor Hi Syd, I am not sure that I understand your objective here. Why would you not just use syncpointing. It is

Re: Message under cursor

2004-08-03 Thread Pavel Tolkachev
Hello Michael, I feel I am missing a lot of messages as well although not as many as you. As for the syncpoint solution, my application needs to browse and remove from different threads. Syncpoints do not work well between thread because they are local to single-threaded MQHCONN handle -- but

Re: WBIMB SQLCODE

2004-08-03 Thread Raul Acevedo
Yes Raul L. Acevedo Senior IT Architect EAI Application Innovation Services IBM Global Services 818 230 5859 Office 818-599-6626 Mobile [EMAIL PROTECTED] Robert Broderick [EMAIL PROTECTED] Robert Broderick [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 08/03/2004 02:36 PM

Re: Message under cursor

2004-08-03 Thread Neil Casey
Ok, with no database, you just need to synpoint the MQ pieces. Presumably you are using some sort of file system for updates, or else you are sending responses out via MQSeries. If you are updating OS type files, you need to close them (or at least flush their buffers) before you commit the MQ

Channels terminated...

2004-08-03 Thread Tony Boggis
I am getting a bunch of errors in the global log file (/var/mqm/errors/AMQERR01.LOG) like the following: Code: - amqxfdcx.c : 707 08/03/04 17:54:43 AMQ9604: Channel 'TO.PP.AR1' terminated unexpectedly EXPLANATION: The process or

Re: Message under cursor

2004-08-03 Thread Wyatt, T.rob
Michael, The list server sent subscription probes recently. If you did not see one it is possible that your address was suspended or unsubscribed. If this is the case, you'll need to resubscribe. -- T.Rob -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of

Re: 2009 Error Code

2004-08-03 Thread Anand_Sanjeevi
Is it Java client or JMS Client?? Ihope you will get the exceptions on receivingserver side. Check the network timeout parameter between the client and server boxes. Can I get the OSand version??? -Original Message-From: MQSeries List [mailto:[EMAIL PROTECTED]On Behalf Of Usha

problem while reading MQ messages

2004-08-03 Thread Srinivas Amarnadh
Hi I am trying to do two thing #1 One thread is reading a Queue continuously. I am checking whether the messages are available in the queue or not by using a method currentDepth(). If messages are available reading the messages else do nothing. Here is the code used to open queue and

Re: problem while reading MQ messages

2004-08-03 Thread Anand_Sanjeevi
Hi, Required below info: 1.Can I get the OS and MQCSD Versions details?? 2.Post theput and get message part application code?? This could be APAR IY31882 issues ...which is fixed in MQ 5.2 CSD6. Regards AS -Original Message-From: MQSeries List [mailto:[EMAIL PROTECTED]On