Re: Help on Candle Management Workstation

2004-11-30 Thread Rick Tsujimoto
It depends on where your CMS is located. If it's on the mainframe, it would be your TSO userid and password. If it's on a distributed platform, I would assume it would be the userid and password on that platforms. W Samuel [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED]

tis the season

2004-11-22 Thread Rick Tsujimoto
For those who are in the NYC area in December and would like to network/party with other geeks...check out http://nyphp.org/nytchp.php

Re: SYSTEM.CSQOREXX.* queue not found

2004-11-17 Thread Rick Tsujimoto
These queues are normally created to receive responses from a command issued via the MQM TSO panels. If you issue a command and it takes a long time, and the response wait time expires, the belated response might not find a tempq anymore. As a result, it lands in the DLQ. IBM provided a DLQH,

trigger question - condition 11 - never mind

2004-11-16 Thread Rick Tsujimoto
found what I was looking for in the MQ Programmer's Guide

off-topic question - exclusive file control

2004-11-16 Thread Rick Tsujimoto
Is there a way to obtain a file lock using fopen (vs. open)? I know that you can use lockf and fcntl, but I would like to use fopen.

Re: MQM Group Permissions on HP-UX

2004-11-15 Thread Rick Tsujimoto
Tom, You probably have to do a REFRESH SECURITY Driscoll Tom - Princeton [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 11/15/2004 11:46 AM Please respond to MQSeries List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject MQM Group Permissions on HP-UX

Re: Message Sequence Problem

2004-11-10 Thread Rick Tsujimoto
The DQM has a small list of requirements that pertain to sequential retrieval of messages. If you followed them, you should have no problems. I have an ftp-like application and never had an issue with message order. Of course, there are those who advocate using msgid/correlid, but that shouldn't

Re: Comparison of MQ monitoring tools

2004-11-05 Thread Rick Tsujimoto
Im currently working with Omegamon/XE, monitoring MQ on the MF, Windows, AIX and HP-UX. It does a pretty good job, but once in a blue moon we lose contact with an agent on a distributed box and have to manually restart it. It's fairly easy to write rules/scripts to monitor whatever event you deem

Re: Incorrect CURDEPTH displayed?

2004-11-04 Thread Rick Tsujimoto
A badly coded application may not have coded MQCMIT. It may require a closer look at the code and the options set. Markus Sonderegger [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 11/04/2004 07:21 AM Please respond to MQSeries List [EMAIL PROTECTED] To [EMAIL

Re: RECOVER BSDS COMMAND on z/OS

2004-11-04 Thread Rick Tsujimoto
If MQ is up when it detects that it has a damaged BSDS, it dynamically unallocates it and continues with the other one. At this point, you have to recreate the damaged one, then issue the recover command. MQ will dynamically allocate and do the recovery processing. If it happens during startup,

Re: Code page and cluster problems

2004-10-26 Thread Rick Tsujimoto
Jeff, In all likelihood, some maintenance was applied to HP-UX, causing you to lose some translate tables. You can run: reset_iconv_table to correct it. See IBMLink item RTA000168146 Jeff A Tressler [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 10/26/2004 09:34 AM

MQ AS/400 compile and link problem

2004-10-26 Thread Rick Tsujimoto
I can compile a C subroutine, creating an object module only on AIX, HP-UX, Windows and the AS/400. But, I can successfully link it on all platforms except the AS/400. When I try to compile and link my test program, the link of the subroutine fails. The linker complains about the references to

MQ AS/400 compile and link problem - update

2004-10-26 Thread Rick Tsujimoto
I can compile a C subroutine, creating an object module only on AIX, HP-UX, Windows and the AS/400. But, I can successfully link it on all platforms except the AS/400. When I try to compile and link my test program, the link of the subroutine fails. The linker complains about the references to

Re: need help finding MQCHT_SENDER

2004-10-15 Thread Rick Tsujimoto
Thanks to all who replied. I thought I looked at all the include files...hiding in plain sight.

Channel status obtained via MQAI

2004-10-15 Thread Rick Tsujimoto
I modified the sample program amqsailq.c to obtain the status of a channel. I'm able to get the correct status for all channel states, e.g. RUNNING, BINDING, etc., except for INACTIVE. When the channel is inactive, mqExecute returns the reason codes 3008 and 3065. The 3065 indicates Channel

Re: Channel status obtained via MQAI

2004-10-15 Thread Rick Tsujimoto
isn't really a channel status, it means, this channel hasn't a status. If you can't get a status, the channel is INACTIVE. Am Freitag, den 15.10.2004, 10:19 -0400 schrieb Rick Tsujimoto: I modified the sample program amqsailq.c to obtain the status of a channel. I'm able to get the correct status

Re: Channel status obtained via MQAI

2004-10-15 Thread Rick Tsujimoto
15.10.2004, 13:37 -0400 schrieb Rick Tsujimoto: Then what's the point of MQCHT_INACTIVE? It's 0 an you can use it. Maybe you inquire all channels you are interested in, put the status in your table to MQCHS_INACTIVE. Then you inquire the channel status with wildcard. If you update your table

need help finding MQCHT_SENDER

2004-10-14 Thread Rick Tsujimoto
I have the following include files in my C program, but the constant MQCHT_SENDER can't be found: cmqc.h cmqcfc.h cmsqbc.h Does anyone know where it is?

Re: Messages not appearing on SYSLOG

2004-10-13 Thread Rick Tsujimoto
to the message. Anyone heard anything more about this potential problem? George Shedlock Jr RDC - 972-471-8640 PDC - 212-855-8675 Rick Tsujimoto [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 10/12/2004 03:27 PM Please respond to MQSeries List To: [EMAIL PROTECTED] cc: (bcc

Re: Messages not appearing on SYSLOG

2004-10-12 Thread Rick Tsujimoto
Is it possible that you have some sort of message suppression activated on z/OS 1.5, such as a third-party product, or locally developed WTO exits? George J Shedlock [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 10/12/2004 03:45 PM Please respond to MQSeries List [EMAIL

Re: Messages not appearing on SYSLOG

2004-10-12 Thread Rick Tsujimoto
No MPF exits or MPF table suppression in place either before (z/OS 1.4) or after (z/OS 1.5). Also no new products that might suppress messages. George Shedlock Jr RDC - 972-471-8640 PDC - 212-855-8675 Rick Tsujimoto [EMAIL PROTECTED] Sent by: MQSeries List [EMAIL PROTECTED] 10/12/2004 03:06 PM

Fw: Change Timeout for MQCONN

2004-10-08 Thread Rick Tsujimoto
ooops. sent original reply to Ken instead of the list. - Forwarded by Richard Tsujimoto/Consultant-NewYork/CanonUSA on 10/08/2004 02:05 PM - Richard Tsujimoto/Consultant-NewYork/CanonUSA 10/08/2004 01:58 PM To [EMAIL PROTECTED] cc Subject Re: Change Timeout for MQCONNLink

Re: MQ SupportPack MO02 Compression Exit on Client Channels

2004-10-05 Thread Rick Tsujimoto
Alan, What sort of network problems are you experiencing? Compressing the data may not be a solution. Lovett, Alan J [EMAIL PROTECTED] COM To Sent by: MQSeries [EMAIL PROTECTED]

Re: MQ SupportPack MO02 Compression Exit on Client Channels

2004-10-05 Thread Rick Tsujimoto
investigated, but the compression exit scores high on 'can we try it and see today?' criteria. My hope is that my request about MO02 clients throws up any gotcha's others wish to share. Alan -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Rick Tsujimoto

Re: MQ Internet gateway

2004-10-01 Thread Rick Tsujimoto
Use VPN. It gives you the security and encrypts messages as well. Francois Van der Merwe1 [EMAIL PROTECTED] To BM.COM [EMAIL PROTECTED] Sent by: MQSeries

Re: System crash with large number of MQ processes.

2004-09-20 Thread Rick Tsujimoto
Tony, Were you using inetd or runmqlsr? Tony Boggis [EMAIL PROTECTED] TICSOFTWARE.COM To Sent by: MQSeries [EMAIL PROTECTED] List

Re: A backup/recovery solution for WebSphere MQ for z/OS using a volu me flash copy

2004-09-03 Thread Rick Tsujimoto
Look at the ARCHIVE LOG MODE(QUIESCE) command. It creates a system-wide point of consistency... Middleware Group Mailbox [EMAIL PROTECTED] To [EMAIL PROTECTED]

Re: Connecting to more than one queue managers on solaris, linux

2004-09-01 Thread Rick Tsujimoto
Most, if not all, monitoring products use a local agent that runs as a server-side MQ app, and that agent communicates out-of-band with a central server monitoring app. If you rely on MQ as the comm transport and MQ has problems, e.g. channel, outage, etc., then you can't relay any meaningful

CCCMQ question

2004-08-23 Thread Rick Tsujimoto
We currently run our CMS on the mainframe, and the CCCMQ agents are on the mainframe and other platforms, e.g. Windows, Unix, etc. We intend to put of m/f to bed in 3 years, and we may want to migrate the CMS to a distributed box before then. If anyone has any experiences, opinions running the

Re: FW: PMR 92013 B278 - first call in so no one is assigned yet

2004-08-10 Thread Rick Tsujimoto
Frank What was the probeid for this FDC? I've had a couple of SIGHUP exceptions. Bright, Frank [EMAIL PROTECTED] CO.COMTo Sent by: MQSeries [EMAIL PROTECTED] List

Re: DLQ Maintenance

2004-08-10 Thread Rick Tsujimoto
Art, We have a custom DLQH which was designed in the 1.1.4 days. It mimicks the DLQH that IBM provided for the distributed platforms, but it has some other features as well. When messages hit the DLQ and are eligible to be kept, they usually get rerouted to a user-specified backup/error queue.

Re: Continuous forwarding of priority queue to a non-priority queue

2004-08-06 Thread Rick Tsujimoto
Pavel, I'm not entirely sure I understand this priority vs. FIFO delivery dilemma, so I'll just skip to the questions. 1. If you choose to trigger the forwarding application, it certainly is a reasonable choice. 2. But, given the second question, the restriction of forwarding messages due to a

Re: DLQ message - RC2119 from UNIX MCA

2004-08-06 Thread Rick Tsujimoto
Any chance this unix box is HP-UX? If yes, was maintenance applied to the box recently? Ronald Weinger [EMAIL PROTECTED] .COM To Sent by: MQSeries [EMAIL PROTECTED]

Re: Message under cursor

2004-08-02 Thread Rick Tsujimoto
T.rob, If many ways a queue is similar to a random access file, where a message can be read sequentially, or via a key,deleted (destructive read) and written by one or more apps. Normally, when a file is being updated, exclusive control is established beforehand to ensure the integrity of the

Re: Message under cursor

2004-08-02 Thread Rick Tsujimoto
-Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Rick Tsujimoto Sent: Monday, August 02, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: Re: Message under cursor T.rob, If many ways a queue is similar to a random access file, where a message can be read sequentially

Re: How to trigger amqsput into the background

2004-07-22 Thread Rick Tsujimoto
Peter, Doesn't amqsput require two null inputs to terminate the application? If you run in background, how are you providing the double nulls? Potkay, Peter M (ISD, IT) [EMAIL PROTECTED] To

Re: Debugging Help on OS/390 Needed

2004-07-15 Thread Rick Tsujimoto
Jim, You should have the programmer give you explicit proof. For example, have them use a debugger, such as Intertest, and look at the message just prior to the put, and examine the reply to see where things break down. I realize that it may not be possible to use a debugger in production, but

Re: Trigger Monitors

2004-07-09 Thread Rick Tsujimoto
Gregory, There are others who do run the trigger monitor under a userid other than root. I have an old posting that discusses this (see below). As for your questions: 1. Ask IBM. It's their product and they would know what the original thought was behind using mqm. 2. See posting below (and

Re: MQ issues with dead letter queue

2004-07-02 Thread Rick Tsujimoto
Prasath, The export command has to be in the script that starts your trigger monitor, if I recall correctly. I had opened this PMR with IBM in 8/5/03 and IBM's solution fixed my problem. Also, I believe export MQ_SIGCHLD_SIGACTION=YES is incorrect. The other export command looks right.

Re: OS/390 GET WAIT Troubles

2004-06-22 Thread Rick Tsujimoto
Aside from the JWT parameter in SYS1.PARMLIB(SMFPRMxx), I believe you can have an SMF exit that gains control when jobs/users fail due to a wait timeout. It's possible that the exit in your shop doesn't recognize the STC names used for MQ 5.3.1. Or, you could simply code TIME=1440 as someone

Re: Windows 2000 Server and CSD07 problem

2004-06-22 Thread Rick Tsujimoto
Roger, I had a similar problem with Win/2000 SP3 and CSD5. I rebooted several times and it finally worked. I never did pin-down the cause of the problem, you might want to look at the install log (see Quick Beginnings). It should name the files it's choking on. Roger Lacroix

Re: CCSID 437 can't convert in HP-Unix

2004-06-10 Thread Rick Tsujimoto
Linda, Below is something I dug up from my archives: --- Don, THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU!

Off-topic AS/400 C question - resolved

2004-06-04 Thread Rick Tsujimoto
I did so more research and found a solution. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Re: Is there a way to do this?

2004-05-27 Thread Rick Tsujimoto
Why must the Cobol program logon and logoff of NATURAL for each transaction? But, if the COBOL program is the one issuing the MQ calls, why can't the Cobol program issue the NATURAL logoff after an extended period of time, e.g. after doing an MQGET with a wait time. BTW, I know nothing of

Re: Stop Queue Manager

2004-05-21 Thread Rick Tsujimoto
Henry, Check with your iSeries admin. There should be a powerdown command that runs a script. You should be able to add CL commands to that script to bring down MQ in an orderly manner. Leung, Henry H [EMAIL PROTECTED] To: [EMAIL

Re: Message Out of Order

2004-05-21 Thread Rick Tsujimoto
Use the sample programs to put and get the messages and see if the problem persists. Krishan Agarwal [EMAIL PROTECTED] To: [EMAIL PROTECTED] ARIS.CO.IN cc: Sent by:

Re: VB with ActiveX - Get-Wait is not working

2004-05-12 Thread Rick Tsujimoto
I found the manual that describes how to set the values. Doing the footwork for apps is not a pleasant task. Ruzi R [EMAIL PROTECTED] To: [EMAIL PROTECTED] .COMcc: Sent by:

Re: VB with ActiveX - Get-Wait is not working

2004-05-12 Thread Rick Tsujimoto
ps. replied to the wrong posting. sorry about that. Ruzi R [EMAIL PROTECTED] To: [EMAIL PROTECTED] .COMcc: Sent by: Subject: VB with ActiveX - Get-Wait

Re: Buffer pool storage

2004-05-12 Thread Rick Tsujimoto
List [mailto:[EMAIL PROTECTED] Behalf Of Rick Tsujimoto Sent: mardi 11 mai 2004 17:09 To: [EMAIL PROTECTED] Subject: Re: Buffer pool storage Denis, Out of curiosity, why are you using so much bufferpool space, and not letting most of the data flow to disk? Blondiaux

Re: Listeners

2004-05-12 Thread Rick Tsujimoto
Here's a snippet from an old discussion on this subject.: The MP61 support pack has a pdf WebSphere MQ for AIX - Performance Evaluations which has some explanation.It includes a number of comparisons of inetd and runmqlsr performance, and compares both methods between 5.2 and 5.3 as well.

Re: Buffer pool storage

2004-05-11 Thread Rick Tsujimoto
Denis, Out of curiosity, why are you using so much bufferpool space, and not letting most of the data flow to disk? Blondiaux Denis (DBB) To: [EMAIL PROTECTED] Denis.Blondiaux cc:

ASP - ActiveX question

2004-05-11 Thread Rick Tsujimoto
I have a programmer that is using ASP with ActiveX and is trying to set the Reply-to-QueueName and doesn't know how. Any ideas? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive:

Re: CSD 6

2004-05-07 Thread Rick Tsujimoto
You can try two things: 1. run one of those shareware programs that will report any sharing conflicts, e.g. I use a program called handleex 2. look at the install trace log and see what it's complaining about I had a similar problem, but with CSD5. I had to retry a couple of times before it

pmr# 72499,7td attn; Erica

2004-04-26 Thread Rick Tsujimoto
fyi, I just encountered a strange problem where a channel failure did not result in a channel event being generated. I didn't realize we had a problem until an application generated an email informing me of a connection problem. IBM says this is a known problem. - Forwarded by Richard

Re: problems with mq 5.2 on OS/390

2004-04-21 Thread Rick Tsujimoto
Take a look at PQ79420

Re: amqiclen question

2004-04-21 Thread Rick Tsujimoto
as well as the end of the shutdown scripts. If the server / QM crashes and the shutdown script never runs, there is a chance that there will be leftover shared memory and segments that may interfere with the QM coming back up. Or is this overkill? -Original Message- From: Rick Tsujimoto

Re: problems with mq 5.2 on OS/390

2004-04-21 Thread Rick Tsujimoto
about abend s222 TIA Didi - Original Message - From: Rick Tsujimoto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 3:38 PM Subject: Re: problems with mq 5.2 on OS/390 Take a look at PQ79420 mqteam [EMAIL

Re: Terminal Services and MQ Explorer

2004-04-21 Thread Rick Tsujimoto
I'm using MQ V5.3 CSD5 and can see all objects via MS Terminal Services. Williams, Dave (Systems To: [EMAIL PROTECTED] Management) cc: [EMAIL PROTECTED] Subject:

Re: MQ XA Oracle connect problem

2004-04-20 Thread Rick Tsujimoto
management?) at version 9. I don't know if there is a planned fix. The word we got was that the documentation would be updated to say that SqlNet is a mandatory param at 5.3. -Original Message- From: Rick Tsujimoto [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:28 AM To: [EMAIL

Re: MQ XA Oracle connect problem

2004-04-20 Thread Rick Tsujimoto
. As I recall, it had something to do with some changes Oracle made (to memory management?) at version 9. I don't know if there is a planned fix. The word we got was that the documentation would be updated to say that SqlNet is a mandatory param at 5.3. -Original Message- From: Rick

Re: amqiclen question

2004-04-15 Thread Rick Tsujimoto
to work fine. I have never heard of amqiclen, perhaps I should consider taking a look at it? Cheers Rick Tsujimoto [EMAIL PROTECTED]To: [EMAIL PROTECTED] .CANON.COMcc: Sent

Re: Microsoft MQ

2004-04-14 Thread Rick Tsujimoto
cynical, but true Adiraju, Rao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Z.CO.NZ cc: Sent by: Subject: Re: Microsoft MQ MQSeries List

amqiclen question - never mind

2004-04-14 Thread Rick Tsujimoto
Just realized I was looking at a V5.2 version, when I needed V5.3. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

amqiclen question

2004-04-14 Thread Rick Tsujimoto
I've used amqiclen for HP-UX, but on AIX there seems to be a different set of switches. What switches should be set to routinely get rid of any shared memory segments and semaphores when MQ is brought down? Instructions for managing your mailing list subscription are provided in the Listserv

Re: AS400 Queue Manager Recognition

2004-04-05 Thread Rick Tsujimoto
Chad, I have very little experience on the AS/400, but you might be able to see the defined queue managers by examining the IFS. Chad P. Little [EMAIL PROTECTED] To: [EMAIL PROTECTED] .COMcc:

Re: News: IBM buys Candle

2004-04-01 Thread Rick Tsujimoto
Looks for real. If you get a quote for IBM on MSN, the news events shows this story. Roger Lacroix [EMAIL PROTECTED] To: [EMAIL PROTECTED] ALWARE.BIZ cc: Sent by: MQSeries

Re: Use channel exits or not?

2004-03-23 Thread Rick Tsujimoto
If the timings are captured on different boxes, and the machine clocks are not synchronized, then you could have some interesting results. David C. Partridge To: [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: MQDISC error on VB application

2004-03-18 Thread Rick Tsujimoto
Dennis, Even if it runs on the server, if it uses the MQ client it's a client application (vs. one that connects directly to the queue manager). Dennis Bryngelson [EMAIL PROTECTED] To: [EMAIL PROTECTED] RDLIFE.COM

Re: MQDISC error on VB application

2004-03-18 Thread Rick Tsujimoto
bILL, Just to clarify what I said before, I installed MQ V5.3 and CSD5 to a Win2K server as well, not a workstation. The VB apps do not use the MQ client to connect to the queue manager and so far (fingers crossed) no complaints. Beinert, William

Re: Help - VB problem on Win2K after CSD05

2004-03-17 Thread Rick Tsujimoto
I installed MQ V5.3 and CSD5 on our test extranet server (Win/2K SP3) that uses VB and MQ for its application processing about 3 weeks ago. So far, no complaints from the programmers. I plan to make the same upgrade to one of the production extranet servers this weekend. I hope I don't run into

Re: Strange problem when compiling C on HP-UX - solved

2004-03-16 Thread Rick Tsujimoto
MQers, It turns out that the C compiler on the server I used for development was pointing to cc_bundled, which is a limited function C compiler. I found another server that had a full ansi C compiler on it and I was able to compile my program. With the limited gray matter left in my head, this

Re: Copying MQ binaries -- Solved - 1 more thing

2004-03-16 Thread Rick Tsujimoto
What /where is this script? Beinert, William To: [EMAIL PROTECTED] [EMAIL PROTECTED] cc: COM Subject: Re: Copying MQ binaries -- Solved - 1 more thing

Strange problem when compiling C on HP-UX

2004-03-15 Thread Rick Tsujimoto
MQers, I ran into a strange problem trying to compile amqsget.c on HP-UX 11.11. The first couple of messages would look like: (Bundled) cc: amqsget0.c, line 62: error 1000: Unexpected symbol: i. (Bundled) cc: amqsget0.c, line 62: error 1002: Unexpected character: 'u'. (Bundled) cc: amqsget0.c,

Re: A novice question--THE SAGA CONTINUES

2004-03-03 Thread Rick Tsujimoto
Raymond, FTP may not lose data, but it sure can return a false positive. For example, if your FTP password is wrong, FTP will still return a good return code even though the FTP operation never completed. This situation was the reason a client of mine had me develop an FTP-like facility under

Re: MQ Series Beginners Need help

2004-02-27 Thread Rick Tsujimoto
A simple test to pinpoint the culprit would be to dummy-out the call to the MQ program and see if you still hit SOS. Panayiotis Petrou [EMAIL PROTECTED] To: [EMAIL PROTECTED] CYPRUS.COM cc:

Re: Testing Backout for MQ 5.3.1

2004-02-27 Thread Rick Tsujimoto
Judy, My guess would be that V5.3.1 had one (or more) channel attributes that 2.1 doesn't have. Yeske, Judy [EMAIL PROTECTED] To: [EMAIL PROTECTED] MUTUAL.COM cc: Sent by:

Re: VB pgm getting 2059 after install of MQ V5.3 and CSD5 - resolved

2004-02-25 Thread Rick Tsujimoto
fyi, APAR IC38727 describes a problem that impacts MQ V5.3 for Windows, in particular Windows applications such as ASP pages (BTW, I also had CSD5 on). An application gets a 2059 and an FDC report is also produced. The APAR itself is a bit confusing and has some typos. I opened a PMR and had

VB pgm getting 2059 after install of MQ V5.3 and CSD5

2004-02-24 Thread Rick Tsujimoto
MQers, I have programmer who reran an existing VB program after I uninstalled MQ V5.2.1 and installed V5.3 (plus CSD5) who's getting a 2059. I can run amqsput/get without any problems. Anyone see anything like this? Instructions for managing your mailing list subscription are provided in the

Re: MQ 5.2.1 to 5.3 -- Removal of MA88

2004-02-19 Thread Rick Tsujimoto
Adiraju, 1. The MA88 doc does list the platforms it supports and it does list Windows. 2. No comment 3. MA88 can be removed using the standard mechanism for each given platform. In the case of Windows, you can go to StartSettingsControl PanelAdd/Remove Programs 4. See 3. above But, what is

Re: JMS MA0S WebSphere MQ -JMS API Exerciser Code Generator -Ve rsion 1.0

2004-02-18 Thread Rick Tsujimoto
A related question on this subject: are java messages (interpreter and run-time) documented anywhere? Or, is this working as designed? Bright, Frank [EMAIL PROTECTED] To: [EMAIL PROTECTED] HEALTH.COM

Re: Batch Trigger Monitor

2004-02-13 Thread Rick Tsujimoto
Denis, A lot gets lost or misconstrued in the written word. As a result, some folks get a little touchy and overreact. I wouldn't get too upset about it. Blondiaux Denis

Re: AMQSPUTW and AMQSPUT4C - sample programs with file input

2004-02-13 Thread Rick Tsujimoto
MA01. We use it here. Ruzi R [EMAIL PROTECTED] To: [EMAIL PROTECTED] OM cc: Sent by: Subject: Re: AMQSPUTW and AMQSPUT4C - sample programs with file input

Re: A novice question

2004-02-11 Thread Rick Tsujimoto
Raymond, We run a similar type of application, e.g. order system accessed by customers on the web, which in turn, sends the request to our m/f via MQ, and processes the order on CICS. We use IDMS for our DBMS. If the CICS application receives a large order, it can easily monopolize CICS because

Re: A novice question

2004-02-11 Thread Rick Tsujimoto
-MQ is invoked. Arrrgh!!! -Original Message- From: Rick Tsujimoto [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:32 AM To: [EMAIL PROTECTED] Subject: Re: A novice question Raymond, We run a similar type of application, e.g. order system accessed by customers

Re: A novice question

2004-02-11 Thread Rick Tsujimoto
that would process the new trigger message. In other words, we could have two instances of the same process running at the same time. Maybe we are abusing MQ. Maybe we simply do not understand. Thanks for all your help, by the way! ray -Original Message- From: Rick Tsujimoto [mailto:[EMAIL

Re: Stuck Messages

2004-02-07 Thread Rick Tsujimoto
Paul, The next time this happens, use amqsbcg to see if you can even browse the message. Paul Hinks [EMAIL PROTECTED] To: [EMAIL PROTECTED] TRAL.COMcc: Sent by:

Re: Just an informal survey slightly off topic

2004-02-05 Thread Rick Tsujimoto
2.10 goes out of service in September 2004, but it may be a better migration path to ZOS. Nick -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Rick Tsujimoto Sent: Wednesday, February 04, 2004 2:32 PM To: [EMAIL PROTECTED] Subject: Re: Just an informal survey

Re: Just an informal survey slightly off topic

2004-02-04 Thread Rick Tsujimoto
We're still runnning CICS/ESA V4.1 in production (and MQ 1.2, OS/390 2.6,...), but management finally agreed it was a good idea to go to a supported version (for everything). So, sometime in the next month or so, we're going to cutover to CICSTS 2.2 (and OS/390 2.10, MQ V5.3.1, and so forth).

Re: Triggering Problems with WMQ 5.3 CSD05 on HPUX 11.0

2004-02-03 Thread Rick Tsujimoto
Don, This sounds like the problem I had last year. IBM's stated that this problem was supposed to be fixed in CSD4, but wasn't and,from the sound of it, it isn't fixed in CSD5 either. The solution is to code the environment variable: AMQ_SIGCHLD_SIGACTION=YES I coded this in the shell

Re: T-Rex distributed systems

2004-01-29 Thread Rick Tsujimoto
Dave, What exactly are you referring to when you mention low level qualifier? Is (QMGR name) it the low level qualifier of a data set name? Could you give an example of the naming convention you're using? Dave Adam [EMAIL PROTECTED] To:

Re: T-Rex distributed systems

2004-01-29 Thread Rick Tsujimoto
-- Rick Tsujimoto [EMAIL PROTECTED] To: Sent by: MQSeries List [EMAIL PROTECTED] [EMAIL PROTECTED] cc: Subject:Re

Re: T-Rex distributed systems

2004-01-29 Thread Rick Tsujimoto
-- Rick Tsujimoto [EMAIL PROTECTED] To: Sent by: MQSeries List [EMAIL PROTECTED] [EMAIL PROTECTED] cc: Subject:Re

Re: T-Rex distributed systems

2004-01-29 Thread Rick Tsujimoto
-- Rick Tsujimoto [EMAIL PROTECTED] To: Sent by: MQSeries List [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Migration from MQ521 to MQ53 on WINDOWS

2004-01-28 Thread Rick Tsujimoto
The latest CSD should be applied and each CSD is cumulative, e.g. it contains all prior CSDs. From a personal standpoint, I would uninstall V521 and then install V53. I'm sure some would disagree. Adiraju, Rao [EMAIL PROTECTED] To:

Re: Enabling large queues

2004-01-27 Thread Rick Tsujimoto
Peter, Here's an old posting. You can change the value to 2GB: Please respond to MQSeries List [EMAIL PROTECTED] Sent by:MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:Re: Queue File Size Jay asked I just can't remember, but I know on Unix that there was a max

Re: AMQ9213 Bind failures on Solaris

2004-01-21 Thread Rick Tsujimoto
There's something broken along your comm path to the cluster, e.g. router, firewall, etc. Get your comm person to check it out. I typically get this sort of problem when my VPN tunnel between two queue managers goes south. Antony Boggis [EMAIL

Re: Queue Manager Autostart on Windows

2004-01-21 Thread Rick Tsujimoto
How are you accessing your machine, e.g. local login, MS Terminal Services, PC Anywhere, etc.? Web Sphere [EMAIL PROTECTED] To: [EMAIL PROTECTED] .CO.UK cc: Sent by:

Re: AMQ9213 Bind failures on Solaris

2004-01-21 Thread Rick Tsujimoto
List South? You mean North no doubt. :-) From: Rick Tsujimoto [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: AMQ9213 Bind failures on Solaris Date: Wed, 21 Jan 2004 09:28:52 -0500 There's something broken along your comm path to the cluster

Re: Sequence numbers out of sync.

2004-01-12 Thread Rick Tsujimoto
Curt, This sounds like an old problem where duplicate messages for the same channel exists in SYNCQ. IBM provided a batch utility to run, which would list duplicate entries for the same channel and, optionally, delete them. I don't know if this problem still pertains to MQ V5.3 on z/OS.

Re: Do go looking for FDCs when nothing is wrong?

2004-01-08 Thread Rick Tsujimoto
I run a scheduled job that looks for FDC's, then renames them and emails me. I record the incidents in an Excel spreadsheet and, if they start to repeat, then I do research for a solution. Potkay, Peter M (PLC, IT) To: [EMAIL

  1   2   3   4   >