Re: Fw: Why running rcdmqimg would free up linear log?

2004-06-29 Thread Beinert, William
I run rcdmqimg and a script to delete unneeded logs weekly. Bill Beinert Systems Programming Con Edison When they took the fourth amendment, I was quiet because I didn't deal drugs! When they took the sixth amendment, I was quiet because, I was innocent. When they took the second

Re: OS/390 GET WAIT Troubles

2004-06-22 Thread Beinert, William
have TIME=1440 on the EXEC card? Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Sproull, George Sent: Tuesday, June 22, 2004 11:16 AM To: [EMAIL PROTECTED] Subject: OS/390 GET WAIT Troubles Hi, We recently upgraded from WebSphere MQ 5.2 to 5.3.1

Re: z/os Channel Exits

2004-06-17 Thread Beinert, William
SCSQASMS(CSQ4BAX0) is a good sample to start with. Lots of stuff you don't need, but easily removed. I modified it to act as a security exit for client channels, and you are welcome to that if you would find it helpful. Bill Beinert Systems Programming Con Edison When they took the fourth

TCPAccess instead of IBM TCPIP

2004-05-24 Thread Beinert, William
This other subsidiary I am installing MQ on uses TCPAccess instead of IBM's TCPIP. I know I have to use CSQMVR2, but I can find no info on how to give it the configuration info I presume it needs. Using IBM's TCPIP, I have a //SYSTCPD DD card that points to SEZAINST(SYSDATA) I couldn't find a

Re: architecture consultation needed - thanks

2004-05-21 Thread Beinert, William
- From: Beinert, William Sent: Tuesday, May 11, 2004 2:37 PM To: '[EMAIL PROTECTED]' Cc: Dewey, Tammy; Melita, Leo Subject: architecture consultation needed We have an application running on HP. It has basically 4 components: - WebsphereMQ for messaging to and from

Re: Listeners

2004-05-19 Thread Beinert, William
When I first installed MQ on HPUX, I knew little about Unix admin. inetd seemed a black art. runmqlsr was easy, and under my control. I never saw a reason to change. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of David Awerbuch Sent: Wednesday, May 19,

Re: Character Code Page question

2004-05-14 Thread Beinert, William
TBL files (at least the single byte character sets) are just 256 byte translation tables. Where incoming byte x'00' is translated to TBL[0], incoming x'FF' translated to TBL[255]. If you need to see what they look like, see Appendix F of the Application Programming Reference(SC33-1673). URL

architecture consultation needed

2004-05-11 Thread Beinert, William
We have an application running on HP. It has basically 4 components: - WebsphereMQ for messaging to and from the mainframe - Oracle - Websphere AS - The Vendor App My company has 2 subsidiaries. Subsidiary B now wants to run this app on our HP server. B has different business practices, so they

Re: CSD 6

2004-05-07 Thread Beinert, William
Windows can be a real PITA in this regard. Here's my procedure for applying maintenance... Applying the CSD can be a problem. Installation may fail with message AMQ4757, indicating that some MQ processes were still running or MQ files were in use by other processes. Resolving this issue entails

Re: IMS Adapter

2004-04-30 Thread Beinert, William
Peter is right on about the bridge (a real PITA to track down errors in this environment, IMHO) but Dick says he has a problem with the Adapter - and these are Bridge problems. I can't imagine the Adapter generating these kinds of errors. Bill -Original Message- From: MQSeries List

Re: Can a MQ server act as MQClient?

2004-04-29 Thread Beinert, William
It's a different install on OS/390, but a typical install on Windows installs both the client stubs and the client support, at least in my experience. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Robert Broderick Sent: Thursday, April 29, 2004 9:28 AM

Need for a data conversion utility?

2004-04-29 Thread Beinert, William
In the course of investigating some strangeness in data conversion between OS/390 and Windows, I learned a lot (thanks to having saved threads from this group). I decided to make an actual conversion table for our developers, so they would know what to expect back from the IMS Bridge. And found

Re: Can a MQ server act as MQClient?

2004-04-28 Thread Beinert, William
Title: Can a MQ server act as MQClient? To be more precise about the answer, yes, you can run an MQ Client process on a machine that is also running a queue manager, and have that client access a different queue manager than the one running on the same box. Bill From:

Re: problems with mq 5.2 on OS/390

2004-04-22 Thread Beinert, William
You must have SCSQLINK in linklist. You should see subsystem initialization messages from MQ when you IPL. (5.3.1 reports the level of early code, but 2.1 does not). Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Mauro, Samuel Sent: Thursday, April 22,

Re: Listener dying on HPUX

2004-04-19 Thread Beinert, William
To: [EMAIL PROTECTED] Subject: Re: Listener dying on HPUX Are you using runmqlsr or inetd? Don Thomas EDS - PASC * Phone: +01-412-893-1659 Fax: 412-893-1844 * mailto:[EMAIL PROTECTED] -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Beinert, William Sent: Thursday

Listener dying on HPUX

2004-04-15 Thread Beinert, William
Three times today the listener just up and vanished on me. No error messages, no FDC files, no nothing. Just silence, followed by a barrage of phone calls and e-mails as monitors and users notice the problem. I am tempted to run a little shell script that checks to see if the thing is running

Re: Microsoft MQ

2004-04-13 Thread Beinert, William
I believe neither IBM nor MS actually support the MSMQ-WMQ bridge. I think MS just distributes it like a Support Pack. When some of my developers suggested using MSMQ, I said they could, but that I could not support it. That I take responsibility when a message gets put on an WMQ queue,

Re: Linear Logging

2004-04-07 Thread Beinert, William
The scripts I've seen scream for help when it gets close to wraparound time. Automating that transition is too much of a PITA, so doing it manually is the way to go. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Wyatt, T. Rob Sent: Wednesday, April 07,

Re: Linear Logging

2004-04-06 Thread Beinert, William
I use linear logging in all my systems (Win HP). I probably don't need it, not having any long units of work in my applications, but I'm super conservative about such things. I take a media image weekly, and clean up unneeded logs weekly. There are scripts for Win Unix to do these things as

Re: Linear Logging

2004-04-06 Thread Beinert, William
for the response. I have just downloaded and tested MS0L actually. What do you use for clean-up -- MS62? Ruzi --- Beinert, William [EMAIL PROTECTED] wrote: I use linear logging in all my systems (Win HP). I probably don't need it, not having any long units of work in my applications, but I'm super

Re: MQ Error : MQSTR and MQHRF dll not found

2004-03-29 Thread Beinert, William
Exits? Have you inadvertantly put MQSTR and MQHRF as exit names in object definitions? Bill -Original Message-From: MQSeries List [mailto:[EMAIL PROTECTED]On Behalf Of Edward WongSent: Monday, March 29, 2004 4:03 AMTo: [EMAIL PROTECTED]Subject: MQ Error : MQSTR and MQHRF

Re: MQDISC error on VB application

2004-03-18 Thread Beinert, William
I just started getting this when I applied CSD05 to one Win2K server. The app runs on the server. But when I applied CSD05 to a workstation, it had no trouble with the MQDISC. On the server, we are getting a DrWatson in the MQDISC. bILL -Original Message- From: MQSeries List

Re: MQDISC error on VB application - VB Installer is EVIL?

2004-03-18 Thread Beinert, William
I just discovered that when my developer built his VB app, he built an installer. Which copies several MQ dlls (and several other system dlls) into his application directory. Which means he was executing with CSD00 levels of mqm.dll mqic32.dll, and CSD05 levels of everthing else. Recipe for

Help - VB problem on Win2K after CSD05

2004-03-17 Thread Beinert, William
I just put CSD05 on a production Win2K server (MQ 5.3), and the main app began to get DrWatson errors while doing an MQDISC. Never returned from the MQDISC. We moved the process to a backup server for the time being, but Anybody seen anything like this? My test C programs have no

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

2004-03-16 Thread Beinert, William
On HPUX, the MQ install modifies /usr/lib/nls/iconv/config.iconv If this is not modified, SVRCONN channels won't start. As was pointed out to me, there is a script to update this after HPUX maintenance. There may be other little gotchas. Bill -Original Message- From: MQSeries List

Re: Auto start queue manager

2004-03-11 Thread Beinert, William
When you run it manually, are you mqm or root? How is it started during restart? I have had some confusing moments ofer this sort of thing... Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Leung, Henry H Sent: Wednesday, March 10, 2004 5:40 PM To: [EMAIL

Re: How do I continue an old thread?

2004-03-10 Thread Beinert, William
I believe there is actually a Thread-ID tag in the SMTP headers somewhere. I have noticed that when I have replied to a message, and changed the Subject, Outlook still organises the message and replies under the old thread. Bill -Original Message- From: MQSeries List [mailto:[EMAIL

Re: Locking down MQ files/registry on Windows

2004-03-10 Thread Beinert, William
9 mm is a little light for this kind or work. I recommend .45 cal or higher... Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Gary Ward Sent: Wednesday, March 10, 2004 9:13 AM To: [EMAIL PROTECTED] Subject: Locking down MQ files/registry on Windows

Re: AMQ4757

2004-03-02 Thread Beinert, William
Lots of hidden hassles in Windows. I had the same problem myself a few months ago, and with the help of folks on this list I developed the following checklist. Let me know if it works for you, and if there is anything that should be added to it. Bill Preventive Maintenance Fixes are

Re: test tool allowing us to specify a msg id

2004-03-01 Thread Beinert, William
You have always been able to specify your own MessageID, just make sure it is unique in your world. I do not believe IBM supplies and FTP over MQ, but other vendors do. I'm sure they will contact you... Bill -Original Message-From: MQSeries List [mailto:[EMAIL PROTECTED]On

Re: MQ Series Beginners Need help

2004-02-27 Thread Beinert, William
Your problem is in CICS, not MQ. EXCI can be a performance hog, I would look there first. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Panayiotis Petrou Sent: Friday, February 27, 2004 4:46 AM To: [EMAIL PROTECTED] Subject: MQ Series Beginners Need

Re: VB client program preparation? - thanks

2004-02-27 Thread Beinert, William
My man has it working now. Thanks to all who pointed us in the right direction. Bill Beinert Systems Programming Con Edison When they took the fourth amendment, I was quiet because I didn't deal drugs! When they took the sixth amendment, I was quiet because, I was innocent. When they took

VB client program preparation?

2004-02-26 Thread Beinert, William
I have a developer writing the first VB app to be run as a client. I don't know VB at all, so I handed him the App. Prog. Guide and the Client Guide. So this is what he tells me... Should he have an MQM.DLL? What are we missing? Thanks Bill Hi, I'm now testing my program code. I copied

Re: MQ 5.2 problem on HPUX 11 -Thank YOU

2004-02-13 Thread Beinert, William
- PASC * Phone: +01-412-893-1659 Fax: 412-893-1844 * mailto:[EMAIL PROTECTED] -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Beinert, William Sent: Thursday, February 12, 2004 10:24 AM To: [EMAIL PROTECTED] Subject: Re: MQ 5.2 problem on HPUX 11 I have

Re: messages jumps from localq to dlq

2004-02-13 Thread Beinert, William
Right on. Applications should use a poison message queue. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Richard Brunette Sent: Friday, February 13, 2004 11:45 AM To: [EMAIL PROTECTED] Subject: Re: messages jumps from localq to dlq Marc This is where I

Re: MQ 5.2 problem on HPUX 11

2004-02-12 Thread Beinert, William
(strmqcsv) for the specified queue manager -tom Beinert, William [EMAIL PROTECTED]@AKH-WIEN.AC.AT on 02/11/2004 03:45:46 PM Please respond to MQSeries List [EMAIL PROTECTED] Sent by:MQSeries List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: MQ 5.2 problem on HPUX 11

Re: Batch Trigger Monitor

2004-02-11 Thread Beinert, William
support pac MA12 -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Bruce Baxter Sent: Wednesday, February 11, 2004 2:21 PM To: [EMAIL PROTECTED] Subject: Batch Trigger Monitor I remember reading somehwhere (I think) that there was a sample or some sort of paper

Re: MQ 5.2 problem on HPUX 11

2004-02-11 Thread Beinert, William
] Subject: Re: MQ 5.2 problem on HPUX 11 Sounds like you need to start your listener. -tom Beinert, William [EMAIL PROTECTED]@AKH-WIEN.AC.AT on 02/11/2004 02:17:47 PM Please respond to MQSeries List [EMAIL PROTECTED] Sent by:MQSeries List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc

Re: MQ 5.2 problem on HPUX 11

2004-02-11 Thread Beinert, William
like you need to start your listener. -tom Beinert, William [EMAIL PROTECTED]@AKH-WIEN.AC.AT on 02/11/2004 02:17:47 PM Please respond to MQSeries List [EMAIL PROTECTED] Sent by:MQSeries List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:MQ 5.2 problem on HPUX 11 My Unix

Re: Stored Procedures and WMQ

2004-02-04 Thread Beinert, William
Yes, but there are problems with two-phase commit. I have a PMR open which IBM has been sitting on since last july. Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Waldenburger, Barbara Sent: Wednesday, February 04, 2004 12:29 PM To: [EMAIL PROTECTED]

Re: WMQ on z/OS platform

2004-02-02 Thread Beinert, William
Title: WMQ on z/OS platform Same here. Mainframe queue managers are typically up for months at a time. Only reason to take them down is for maintenance or IPL. Bill -Original Message-From: MQSeries List [mailto:[EMAIL PROTECTED]On Behalf Of Bullock, Rebecca (CSC)Sent:

Re: AW: Queue Manager Autostart on Windows

2004-01-22 Thread Beinert, William
. Only it doesnt start up on reboot .. Any ideas ? --- Beinert, William [EMAIL PROTECTED] wrote: Do you have all of the services configured to start automatically? I have the queue emanager, channel initiator, listener and command server... Have you looked in both MQ/Errors and MQ/QMGR

Re: Queue Manager Autostart on Windows

2004-01-21 Thread Beinert, William
Do you have all of the services configured to start automatically? I have the queue emanager, channel initiator, listener and command server... Have you looked in both MQ/Errors and MQ/QMGR/errors? Bill -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] Behalf Of Web

Re: MQ IMS Bridge question

2004-01-05 Thread Beinert, William
Title: Message MQFMT_IMS_VAR_STRworked for me. Did you get the sample code I sent last week? Bill Beinert Systems Programming Con Edison (212) 460-4853 When they took the fourth amendment, I was quiet because I didn't deal drugs! When they took the sixth amendment, I was quiet

Re: Windows Log Rotation

2003-12-01 Thread Beinert, William
I hacked MS62 to just delete unneeded logs on NT. (I do a record image first) You are welcome to it, if you want it. You have to install Active State Perl to use it. Bill Beinert Systems Programming Con Edison When they took the fourth amendment, I was quiet because I didn't deal drugs!

Re: MQSeries 5.3 for NT with Win2K

2003-11-12 Thread Beinert, William
No special version for Win2K. You need to be aware of the Windows Security Server configuration - you will be prompted for a yes/no about whether clients can query the security setting or something like that. In several of my installs, the installer could not fiond a valid Java runtime, even

Re: Disaster Recovery scenario for Unix box?

2003-09-26 Thread Beinert, William
SaveQMgr is a good idea thanks -Original Message- From: Bullock, Rebecca (CSC) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 8:21 PM To: [EMAIL PROTECTED] Subject: Re: Disaster Recovery scenario for Unix box? Bill, if the only reason you're dong the backups nightly

Disaster Recovery scenario for Unix box?

2003-09-25 Thread Beinert, William
Our initial scenario for DR is the loss of the HP box that hosts both the queue manager and the application. We have another server that provides test and training systems. One approach would be to copy /var/mqm/qmgrs/ProdQM on the active server over to /var/mqm/qmgrs/ProdQM on the standby

Re: Disaster Recovery scenario for Unix box?

2003-09-25 Thread Beinert, William
address in your sdr channel. Beinert, William To: [EMAIL PROTECTED] [EMAIL PROTECTED] cc: COM Subject: Disaster Recovery scenario for Unix box

Re: Disaster Recovery scenario for Unix box?

2003-09-25 Thread Beinert, William
Rick - so you don't see any problem with the 2 QMs having the same name? I am aware that there is an internal QM ID that would be unique, even though the name is the same. That is certainly the easy way to go. Just shut down the main servers, start up the backup, change the default QM on the

Re: Trigger On First not a good idea for Batch?

2003-09-15 Thread Beinert, William
Seems to me that an app designed to be triggered should never get a failure on it's first GET. So it should either abend or notify someone if this occurs... Bill Beinert Systems Programming Con Edison When they took the fourth amendment, I was quiet because I didn't deal drugs! When they

Re: Queue full question

2003-09-11 Thread Beinert, William
The message will either back up on the channel or go to the dead letter queue on the destination system. Persistence has nothing to do with it (persistence means nothing more or less than whether a message surivives a queue manager restart). "Old" messages (which can only mean ones which

Re: MQSeries on OS/390 performance tuning

2003-09-11 Thread Beinert, William
Title: Message It's support pack MP16 -Original Message-From: Bullock, Rebecca (CSC) [mailto:[EMAIL PROTECTED]Sent: Thursday, September 11, 2003 9:31 AMTo: [EMAIL PROTECTED]Subject: Re: MQSeries on OS/390 performance tuning Peter, look in the SupportPacs. There's

Re: Outsourcing - my observations after my trip to India

2003-09-03 Thread Beinert, William
Title: Message Well said indeed. -Original Message-From: Darren Douch [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 02, 2003 5:18 PMTo: [EMAIL PROTECTED]Subject: Re: Outsourcing - my observations after my trip to India I'm not a historian but this has been happening

Full BackOutQueue causes GET to fail?

2003-08-26 Thread Beinert, William
A developer is telling me that his MQGET call returns nothing when the backout queue associated with his input queue is full. (His application is misusing the backout queue, and filling it up.) I find this hard to believe. There is no RC for a full backout queue, and the Admin doc says that MQ

Re: MQ monitoring questions

2003-08-06 Thread Beinert, William
Count me in the roll-your-own column. I can't justify any $$ for a real monitor yet, so mine just sends messages from the hub to all the spokes and waits for COA replies. If it doesn't get one, it e-mails people. I've got a list of enhancements I'd like to make Bill -Original

Re: Questionable MQ infrastructure design

2003-07-15 Thread Beinert, William
I like the business object naming for queues. So why not put the sending/receiving applicaton names in the Description? Bill -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:09 AM To: [EMAIL PROTECTED] Subject: Re: Questionable MQ

Re: Remote management of MQ on OS/390?

2003-07-10 Thread Beinert, William
- From: Beinert, William [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:27 AM To: [EMAIL PROTECTED] Subject: Remote management of MQ on OS/390? I have MQ Explorer on my Win2K workstation, and I have no problems connecting to QMs on HP and Windows (versions 5.2 5.3 respectively). I still

Re: Remote management of MQ on OS/390?

2003-07-10 Thread Beinert, William
connect to the OS/390 QMGR, MO71 will not connect either. -Original Message- From: Beinert, William [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 1:35 PM To: [EMAIL PROTECTED] Subject: Re: Remote management of MQ on OS/390? No. and don't plan to... Bill -Original Message

Re: Remote management of MQ on OS/390?

2003-07-10 Thread Beinert, William
Thanks, that works on the spare server sandbox I keep in my office. Bill -Original Message- From: Nick Dilauro [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:50 PM To: [EMAIL PROTECTED] Subject: Re: Remote management of MQ on OS/390? Bill, Assuming you already have a

Re: md.ReplyTo.. processing - why?

2003-07-07 Thread Beinert, William
Thanks, Neil. that does make more sense. I only have a handful of queue managers, and can see how the administration problem might look different with many more spokes. Bill -Original Message- From: Neil Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 6:00 PM To: [EMAIL

md.ReplyTo.. processing - why?

2003-07-03 Thread Beinert, William
I was testing my IMS Bridge code on another platform and discovered that my understanding of how MQ processes the md.ReplyToQMgr and ReplyToQ fields was deficient. I naively assumed that if I left the ReplyToQMgr field blank, and specified the ReplyToQ, the target queue manager would resolve the

Re: md.ReplyTo.. processing - why?

2003-07-03 Thread Beinert, William
of the request message. Ugh. It cause messes like this. Always init your MQMD before any MQGET or MQPUT. Does this answer your question, or I am missing something? -Original Message- From: Beinert, William [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 2:05 PM To: [EMAIL PROTECTED

Re: IMS Bridge from Win problems...CSQ2005I FEEDBACK=294

2003-06-27 Thread Beinert, William
FEEDBACK=294 Take a look at the message in the OS/390 DLQ, it will be written there when you get the 294. This will show you the actual length of the message you are writing and you can see perhaps why you have the buffer overflow. Beinert, William

IMS Bridge from Win problems...CSQ2005I FEEDBACK=294

2003-06-26 Thread Beinert, William
I'm testing out the bridge in preparation for an application that plans to use it. Wrote a Cobol app on OS/390 that put a message on the bridge queue, executing the IMS transaction, and sending the reply message down to a Windows QM. So far, so good. But the proposed app is going to be on

Re: Spiraling downhill (OT)

2003-06-17 Thread Beinert, William
LMAO at this rant from a Honda employee... He may have quoted this word for word from the auto workers unnions in the 60s when US cars were garbage because they didn't have any competition from manufacturers who did care about quality. I remember being told Japanese cars were cheap becuase the

Re: MQ software evolution - fill in the gaps?

2003-06-13 Thread Beinert, William
Then you are condemned to repeat it... -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:22 AM To: [EMAIL PROTECTED] Subject: Re: MQ software evolution - fill in the gaps? OH Well, I guess I am getting a F in History this semester!

Re: CLUSTERed MQM's in MVS Distributed Platforms in a DRP

2003-06-06 Thread Beinert, William
If you have TCP connectivity between your DR and Production sites, your network people will have done a lot of work changing IP addresses of every host at DR. You will need to do the same - change the CONNAME address of every SENDER channel, clustered and non-clustered. Clustering is not really

Re: MQExplorer - AMQ4036 when opening a remote qmgr (unix)

2003-05-27 Thread Beinert, William
I think adding a user mqadmin (a member of group mqm) to the Unix box will solve the problem. I'm waiting for my Unix admin to do something similar for me. Bill -Original Message- From: Goode, Jesse [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 11:20 AM To: [EMAIL PROTECTED]

Deleting old logs on Win2K

2003-03-27 Thread Beinert, William
On my Unix systems, I have a script that uses grep, cat, tail and all those other Unix goodies to determine which is the oldest log I need to keep, and deletes the superfluous ones. It's just a variation on the script that has been passed around on this list several times. Now I have queue

Re: AW: S/390 MQS V2.1 to V5.3

2003-02-24 Thread Beinert, William
I assume there is fallback maintenance to be applied to 2.1? I am planning to bring 2.1 up to the latest maintenance level before migrating to 5.3. Bill Beinert Systems Programming Con Edison (212) 460-4853 When they took the fourth amendment, I was quiet because I didn't deal drugs! When

Re: Starting MQSeries for OS/390

2003-02-13 Thread Beinert, William
Easily done. Our Netview clist executes the command: 'MVS MQTA START QMGR' The MQTAMSTR proc includes DD card: //CSQINP2 DD DSN=MQ.MQTA.CSQPROC(MQTASTRT),DISP=SHR which contains: START CHINIT START LISTENER PORT(3038) START CHANNEL(MQTA.TO.MQTD)

VB samples - descriptions?

2003-01-31 Thread Beinert, William
I have a new (to MQ) developer who wants to write a server app in VB. I pointed him to the samples on the CD, and he asked if there were discriptions of the samples. All the other samples are described in the App Programming Guide, but no mention is made of the VB samples, and a Web search

Re: CHIN address space

2003-01-21 Thread Beinert, William
adding TIME=1440 to the EXEC card will avoid the problem (did for me...) Bill -Original Message- From: Jan van Kemenade [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:52 AM To: [EMAIL PROTECTED] Subject: CHIN address space Hi, Does anyone have any experience with running

Re: GETTING 2035 ON MQOPEN IN NT

2003-01-14 Thread Beinert, William
I spent yesterday afternoon trying to get around this same issue, unsuccesfully, even though I setmqaut myself and my group with every conceivable authority. I beat the problem by removing the + MQOO_ALTERNATE_USER_AUTHORITY from the MQOPEN and adding MQPMO_SET_IDENTITY_CONTEXT to the MQPUT

MQ 5.3 install on Win2K - security problem

2003-01-09 Thread Beinert, William
I just did my first install of MQ 5.3 on a Win 2K Server. Befor installing, I had my Admin create a domain ID mqm, and I added this ID to the Administrators group on the server. The I logged on as mqm to do the install. The install went smoothly, until I tried to create the default QM, and I got

Re: MQ 5.3 install on Win2K - security problem

2003-01-09 Thread Beinert, William
received some privilege, it was through the user id MUSR_MQADMIN. From: Beinert, William [EMAIL PROTECTED] on 01/09/2003 10:10 AM Please respond to MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: MQ 5.3 install on Win2K - security problem I just did my first install

Re: MQ 5.3 install on Win2K - security problem

2003-01-09 Thread Beinert, William
the mqm ID is giving you problems. Try creating another ID. We use a total different ID for the MS platforms besides 'mqm' bobbee From: Beinert, William [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: MQ 5.3 install on Win2K - security problem

Re: Error when trying to create new QM

2003-01-08 Thread Beinert, William
A shot in the dark: Do you have a resource shortage on the machine? Bill -Original Message- From: Tryggve Johannesson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:29 AM To: [EMAIL PROTECTED] Subject: Error when trying to create new QM Hi! I have a problem on

Re: IMS bridge OTMA security - resolved

2003-01-03 Thread Beinert, William
Thanks to all who offered assistance. I had it right - but had not recycled the QM to pick up the RACF changes... Bill Beinert Systems Programming Con Edison (212) 460-4853 When they took the fourth amendment, I was quiet because I didn't deal drugs! When they took the sixth amendment, I

Re: IMS bridge OTMA security - resolved

2003-01-03 Thread Beinert, William
-Original Message- From: Ronald Weinger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 9:04 AM To: [EMAIL PROTECTED] Subject: Re: IMS bridge OTMA security - resolved Bill, Could you sumarize the setup? This is my test environment... CSQ4ZPRM -

Re: Newbie questions

2003-01-03 Thread Beinert, William
Not quite a FAQ, but a good starting point: MQSeries Primer http://www.redbooks.ibm.com/redpapers/pdfs/redp0021.pdf -Original Message- From: Gonzalo Diethelm [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 10:44 AM To: [EMAIL PROTECTED] Subject: Re: Newbie questions So far

Re: Newbie questions

2003-01-03 Thread Beinert, William
A Google search on linux message queue got some hits that might lead one to think that some sort of message queuing is available on Linux already... Bill Beinert Systems Programming Con Edison (212) 460-4853 When they took the fourth amendment, I was quiet because I didn't deal drugs! When

Re: Get rid of one repository ?

2003-01-03 Thread Beinert, William
Why would you NOT want to have a backup repository? Bill -Original Message- From: Deiter Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: Get rid of one repository ? We use an mq cluster to funnel web orders from multiple windows

IMS bridge OTMA security - still have RACF problems...

2003-01-02 Thread Beinert, William
I am about at the end of my rope on this... We do not use RACF in IMS... I have OTMA security set to NONE... No matter what I do, I get rejected for an invalid password and my message goes to the DLQ. Can anyone see anything wrong with these definitions? D XCF,GROUP,IMSGAA68,ALL,L=Z

Re: IMS bridge OTMA security - still have RACF problems...

2003-01-02 Thread Beinert, William
around, recalling this off the top of my head after a long VC. Look along these lines. It maybe what you are looking for. If you have any more questions please let me know and I'll look it up and be sure. KKempel EDS Beinert, William wrote: I am about at the end of my rope on this... We do

Re: ebcdic to ascii conversion in MQseries

2002-12-31 Thread Beinert, William
There is no built-in facility to convert message on PUT. MQ will do it for you either: When the receiving application GETs the message (if MQGMO_CONVERT is specified on the GET) or In the channel (which can be wasteful if the message hops through several queue managers on the way to it's

Re: IMS bridge OTMA security?

2002-12-17 Thread Beinert, William
Kevin Ferguson From: Beinert, William [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: IMS bridge OTMA security? Date: Fri, 13 Dec 2002 15:35:52 -0500 I'm prototyping an IMS Bridge app We have OTMA up and running, and my bridge storage class defined

Re: MQGET a particular record

2002-12-17 Thread Beinert, William
Try MQOO_BROWSE on your MQOPEN Bill -Original Message- From: Sudhanshu Shrivastava [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: Re: MQGET a particular record Hi , I have used following options for getting message ( One of them at a

Re: out of office message

2002-12-13 Thread Beinert, William
I think the Exchange admins set the system globally to prevent out of office messages from going outside the domain... Bill -Original Message- From: Bullock, Rebecca (CSC) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 3:22 PM To: [EMAIL PROTECTED] Subject: Re: out of office

Re: Sec Channel Exit code

2002-12-03 Thread Beinert, William
Chris, part 1 looks pretty useful at mainframe week. If part 2 is going to be a while, I would also appreciate the full article via mail or post. Thanks Bill -Original Message- From: Yu, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 10:51 AM To: [EMAIL PROTECTED]

Re: Shutting down long running GETters on OS/390 - thanks

2002-11-19 Thread Beinert, William
the console...I'll see if I can adapt that...it's part of a timer module right now. thanks again to all Bill From: Beinert, William [EMAIL PROTECTED] on 11/14/2002 02:16 PM Subject: Shutting down long running GETters on OS/390 We are just beginning to implement some long running production jobs

Re: Browsing a queue: how to get the last msg. ( PROTOm@il:200211182342 CENTROSIM)

2002-11-18 Thread Beinert, William
Why not send a message to a 2nd queue after you have committed the PUTs to the 'FTP' queue? The 2nd queue would tell the app it is OK to process the other queue. Bill -Original Message- From: Alessandro Caffarra [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 6:41 AM To:

Shutting down long running GETters on OS/390

2002-11-14 Thread Beinert, William
We are just beginning to implement some long running production jobs which wait on a queue. I need a way for our operators to shut down these jobs gracefully. Sending a QUIT REPORT message seems to be the best way, but the issue is operator usability. The operator just knows that job P1234567 is

Re: MQClient and Security

2002-10-22 Thread Beinert, William
I for one would love to see a security exit that would allow me to have my OS/390 QMs refuse connections from unknown QMs. I found the doc and sample code (at least at MQ 2.1) woefully inadequate to get me up and running. Bill Beinert Systems Programming Con Edison (212) 460-4853 When they took

Re: MSMQ and MQSeries

2002-10-07 Thread Beinert, William
I believe there is some sort of bridge you can download from MS. I can't find the URL... and have no experience with it (and will fight like a madman to avoid having any experience with it...) Bill -Original Message- From: Larry LaChanse [mailto:[EMAIL PROTECTED]] Sent: Monday, October

Re: Question on MQ/IMS

2002-09-23 Thread Beinert, William
I believe the problem is arising from the fact that the IMS GU against the IO PCB implicitly issues a checkpoint for both MQ and DL1 (and DB2 if you are using it). If you do your GU first, then the MQCONN, you might be OK. Bill -Original Message- From: P Karthikeyan [mailto:[EMAIL

Re: Differences in Releases

2002-07-25 Thread Beinert, William
If you are on OS/390 2.10, choose MQ 5.3. MQ 2.1 was still supported for those folks not yet at OS/390 2.5(IIRC) Bill -Original Message- From: Miokovic, Nick [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: Differences in Releases Hey

Re: MQSeries Client Security

2002-07-12 Thread Beinert, William
Wrote your own? My hat is off to you. I found the doc so obscure that I had to put it aside till I had plenty of time. I would dearly love to see a copy of yours...no substitute for sample code... Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: How about a separate list for MQSI/WMQI?

2002-06-25 Thread Beinert, William
Echoing this list to Usenet would result in major amounts of SPAM being directed to posters. IBM-MAIN suffers from this, and takes much administration to ameliorate. Keeping MQSI, Workflow and MQ together makes a lot of sense to me, since the underlying technology is MQ. Many mail clients, even

  1   2   >