Re: Client conversion from Windows to OS/390

2002-12-05 Thread DiLauro, Nick
If the msg is string format, the channel should convert it. You do have to stop/start the channel if it is running when you change the conversion option. -Original Message- From: Dawson, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:41 AM To: [EMAIL PROTECTED]

Re: Triggering when CKTI comes up

2002-11-25 Thread DiLauro, Nick
One of the prerequisites for trigging is that a trigger monitor must have the initiation queue open for input. This is likely the reason. -Original Message- From: MCSHEFFREY, MICHELLE (AIT) [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 12:38 PM To: [EMAIL PROTECTED]

Re: Am I asking too much to MQ?!?! (PROTOm@il:200211221193 CENTRO SIM)

2002-11-22 Thread DiLauro, Nick
According to the description of the reason code, this can happen if your logs aren't large enough to support the unit of work. How large are you're logs? circular or linear? -Original Message- From: Alessandro Caffarra [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 7:06 AM

Re: MQGET with CORRELID on OS/390.

2002-11-18 Thread DiLauro, Nick
The default on OS390 is 3 which is the combination of 1 (match msg id) and 2 (match correlid), so adding 2 more gives 5 which is 4 (match group id) and 1 (match msg id), I think. Anyway, you're original code of moving MQMO-NONE (0) and then adding MQMO-MATCH-CORREL-ID (2) should have given you

Re: Waitinterval and response time of CICS transaction

2002-11-16 Thread DiLauro, Nick
Title: Waitinterval and response time of CICS transaction I think this may be because the default on OS390 (if not otherwise specified) is that puts are done in syncpoint. I've seen this problem before. The program issues a put not knowing that it is within syncpoint and then waits for a reply.

Re: MQJMS3013

2002-11-12 Thread DiLauro, Nick
If you want to see your posts you need to send the message SET MQSERIES REPRO to [EMAIL PROTECTED] -- not the mqseries listserver address. Your messages have been reaching the listserver. You may leave the list at any time by sending a SIGNOFF MQSERIES command to [EMAIL PROTECTED] You can

Re: NT/2k: trigger monitor stalls in batch window, need Enter key .

2002-11-04 Thread DiLauro, Nick
Title: RE: NT/2k: trigger monitor stalls in batch window, need Enter key. I run the trigger monitor using the MQ Explorer Services. I'm using it for the DLQ handler program and it's been working fine. Nick -Original Message-From: Benjamin Zhou [mailto:[EMAIL PROTECTED]]Sent: Monday,

Re: NT/2k: trigger monitor stalls in batch window, need Enter key .

2002-11-04 Thread DiLauro, Nick
Title: RE: NT/2k: trigger monitor stalls in batch window, need Enter key . Just curious. Is this somehow a better way to install a trigger monitor than by right clickingon the qmgr in the Services Explorer and selecting new/trigger monitor? -Original Message-From: DeFreitas, Nigel

Re: Dynamic Queue Names

2002-10-17 Thread DiLauro, Nick
Now that I look at it, no. It appears they are just unique strings (letters numbers). -Original Message-From: Tony Reddiough [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 17, 2002 12:36 AMTo: [EMAIL PROTECTED]Subject: Re: Dynamic Queue Names I don't think so,

Re: Dynamic Queue Names

2002-10-16 Thread DiLauro, Nick
I'm not sure if it has changed since I'm still using v5.2. But remember that if the DynamicQueueName of the MQOD is not terminated with an asterisk, then the unique portion of the name will not be generated. Could an application be doing this inadvertently? -Original Message-From:

Re: AMQCLCHL.TAB for OpenVMS

2002-09-17 Thread DiLauro, Nick
Are you using one amqclchl.tab for all your qmgrs, new and existing? If so, you should be able to update the connection name for these existing qmgrs and re-export the channel table. -Original Message- From: Joshi, A (Anant) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002

Re: Oldest media log not advancing with rcdmqimg

2002-08-30 Thread DiLauro, Nick
This is a known problem which is supposed to be fixed by CSD05. You can find the description in the summary of changes for the CSD. I think the real problem is that the error logs are not rolling over properly because of an authority issue. Check your error logs for the queue manager and see

Re: Lost MQ message (They are fast and nonpersistent)

2002-08-14 Thread DiLauro, Nick
The reply could also be lost anywhere along the route if the expiry time has been exhausted. Is this a possibility? -Original Message- From: Potkay, Peter M (PLC, IT) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Lost MQ message

CSD rollback procedures v5.2 on NT

2002-08-13 Thread DiLauro, Nick
I've never yet had to rollback a CSD, but I need to test the procedure to estimate the time. What is the procedure for rolling back to a previous CSD. The CSD creates a directory for this purpose, but using the deinst.exe in the temp install directory directs me to use the add/remove programs

Re: Truncated Failed Messages and the BackOutCount

2002-08-02 Thread DiLauro, Nick
The backout count only applies for messages that are backed out within a unit of work, explicitly or through an abend. So, in the case described, even if the MQBACK command were issued, it would be a NO OP since the get was done with No-syncpoint. Even if the get was done with syncpoint and then

Re: Intermittent failures MQIC32.dll

2002-07-22 Thread DiLauro, Nick
The default syncpoint option on OS390 is to use syncpoint. The default on distributed platforms is to not use syncpoint. If you are using the default, perhaps your put and get on OS390 are operating in the same syncpoint. Thus the reply never returns because the message is never put (i.e. you

Re: MQ5.2 install issue

2002-07-15 Thread DiLauro, Nick
Could it be missing one of the other required pieces such as MMC, or does it specifically indicate the server version? There is a directory on the disk which contains some of the prerequisites. Nick -Original Message- From: Bruce Baxter [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15,

Re: Queue depth in Cobol

2002-06-13 Thread DiLauro, Nick
You can put a message to the SYSTEM.COMMAND.INPUT queue (assuming your program has the authority). DISPLAY QUEUE(MYQUEUE)CURDEPTH is the command. You have to specify a reply to q and qmgr. Then you get the reply messages and check the depth. I believe three messages are returned and the

Re: AMQ6174 on WinNT V5.2.1 + CSD04

2002-06-12 Thread DiLauro, Nick
I encountered the same problem with our exitwhen I installed MQ 5.2 without uninstalling version 5.1. I was using CSD3 with an efix at the time. I uninstalled and uninstalled completely and reinstalled 5.2 and the problem disappeared. I opened a PMR with IBM but closed it when I resolved the

Re: COD delivery problem on AIX

2002-06-05 Thread DiLauro, Nick
Additionally, if you want to know the object for which the 2035 message was issued, look on the appropriate error log for the qmgr and there should be a corresponding 8077 message which specifies the object name. -Original Message-From: Alessandro Brezzi [mailto:[EMAIL

Re: Error with Reply to Queue in a remote queue manager on Solari s

2002-06-03 Thread DiLauro, Nick
Lakshmi, I think you're assuming that QM1 leaves the ReplyToQMgrName blank and that QM2 will see it is blank and default to QM2. This is not the way it works. According to the APR, QM1 looks to see if it has a remote queue named QM2.REMOTE.QUEUE and if so uses that qmgr name otherwise it uses

Re: Strange Channel Behavior

2002-06-03 Thread DiLauro, Nick
Are you sure the discint is 6000 (that's 100 minutes by the way)? Could some transaction be trigger the channel and then be backed out? This still doesn't explain why the channel didn't stay running, does it? -Original Message- From: Jeff A Tressler [mailto:[EMAIL PROTECTED]] Sent:

Re: MQTriggering at client-windows NT

2002-06-01 Thread DiLauro, Nick
How are you connecting to the qmgr -- via a amqclchl.tab or via the mqserver environment variable? It sounds like you have a problem connecting to the qmgr. Can you open a DOS window and do an amqsputc to a test queue? -Original Message- From: ashish baby [mailto:[EMAIL PROTECTED]]

Re: Remote Admin

2002-05-17 Thread DiLauro, Nick
You could also use support pac MO71. -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 5:29 AM To: [EMAIL PROTECTED] Subject: Re: Remote Admin A limitation on the OS390 platform is it does not accept PCF commands. Therefore there is a need