Author |
Message |
Topic: AS/400 damaged objects |
solberj
Replies: 2 Views: 2962
|
Forum: General IBM MQ Support Posted: Thu Jun 13, 2002 6:22 am Subject: AS/400 damaged objects |
Jonathan,
Thanks for the reply. I think we're up to date on PTFs, so it looks like I may have to persue with IBM...I'll try to recreate on a test box first.
Thanks again. |
Topic: AIX C/C++ Compiler problem (urgent) |
solberj
Replies: 3 Views: 7674
|
Forum: General IBM MQ Support Posted: Wed Jun 12, 2002 12:39 pm Subject: AIX C/C++ Compiler problem (urgent) |
Wildtiger:
This was cut and pasted from the MQSeries Application Programming Guide (chapter 19). Your post indicated that this is a sample program...did you mean one of the samples provided by IBM ... |
Topic: AS/400 damaged objects |
solberj
Replies: 2 Views: 2962
|
Forum: General IBM MQ Support Posted: Mon Jun 10, 2002 1:52 pm Subject: AS/400 damaged objects |
Hi, all...
We have been experiencing a large number of damaged AS/400 objects since moving to MQ5.2. It appears that the objects get damaged between the time the queue manager is quiesed and the ... |
Topic: Automating AS/400 journal management |
solberj
Replies: 1 Views: 2578
|
Forum: General IBM MQ Support Posted: Thu Jun 06, 2002 5:48 am Subject: Automating AS/400 journal management |
To all:
Here is a solution (from IBM Redbook "Using MQSeries on the AS/400):
Journal receivers will grow until all disk space is used up, if you don't
manage them.
A practical way to handle ... |
Topic: Automating AS/400 journal management |
solberj
Replies: 1 Views: 2578
|
Forum: General IBM MQ Support Posted: Tue Jun 04, 2002 10:32 am Subject: Automating AS/400 journal management |
Hi...
I am wondering if anybody has ever programatically automated AS/400 journal management. By that, I mean is there an easy way to determine which journal receivers are not needed anymore and d ... |
Topic: How can I ensure receiver has all messages before triggering |
solberj
Replies: 6 Views: 4786
|
Forum: General IBM MQ Support Posted: Tue May 14, 2002 12:25 pm Subject: How can I ensure receiver has all messages before triggering |
Peter:
Read/researched your post. I think that this will probably work just fine, plus it satisfies my requirement for keeping the adapter relatively simple!
If we find a different/better solut ... |
Topic: How can I ensure receiver has all messages before triggering |
solberj
Replies: 6 Views: 4786
|
Forum: General IBM MQ Support Posted: Tue May 14, 2002 10:08 am Subject: How can I ensure receiver has all messages before triggering |
Peter,
I am checking with the people that understand the details...but I am pretty sure that the order does NOT matter...
Regards, Jim. |
Topic: How can I ensure receiver has all messages before triggering |
solberj
Replies: 6 Views: 4786
|
Forum: General IBM MQ Support Posted: Tue May 14, 2002 6:09 am Subject: How can I ensure receiver has all messages before triggering |
Brandon,
Thanks for the input...my receiving application is an off-the-shelf EAI application that has an 'MQSeries connector'. One of the main 'features' of this connector is that you don't have ... |
Topic: How can I ensure receiver has all messages before triggering |
solberj
Replies: 6 Views: 4786
|
Forum: General IBM MQ Support Posted: Mon May 13, 2002 1:35 pm Subject: How can I ensure receiver has all messages before triggering |
To all:
I seem to remember a discussion thread a month or two ago that talked about simulating message grouping, and I wonder if my recollection is valid. What I am trying to accomplish is this: I ... |
Topic: strmqm fails with AMQ6109 |
solberj
Replies: 7 Views: 33235
|
Forum: General IBM MQ Support Posted: Thu Apr 18, 2002 6:32 am Subject: strmqm fails with AMQ6109 |
Jeff,
No, we did NOT...can I use ipcrm to do this, or do I have to boot the box???
Thanks,
|
Topic: strmqm fails with AMQ6109 |
solberj
Replies: 7 Views: 33235
|
Forum: General IBM MQ Support Posted: Tue Apr 16, 2002 12:35 pm Subject: strmqm fails with AMQ6109 |
Thanks for the reply, Jeff...
I passed the info on to our admin guys; here's what they told me in response:
They used the HP SAM (like SMITTY) tool to make the change. The process it went thro ... |
Topic: strmqm fails with AMQ6109 |
solberj
Replies: 7 Views: 33235
|
Forum: General IBM MQ Support Posted: Tue Apr 16, 2002 12:12 pm Subject: strmqm fails with AMQ6109 |
Sorry about the format of the FDC log...
Could it be that MQ stores UID-based authorities internally??? Would those UID-based authorities be the ones that setmqaut/dspmqaut work on???
We changed ... |
Topic: strmqm fails with AMQ6109 |
solberj
Replies: 7 Views: 33235
|
Forum: General IBM MQ Support Posted: Tue Apr 16, 2002 11:26 am Subject: strmqm fails with AMQ6109 |
Sorry about the format of the FDC log...
Could it be that MQ stores UID-based authorities internally??? Would those UID-based authorities be the ones that setmqaut/dspmqaut work on???
We changed ... |
Topic: strmqm fails with AMQ6109 |
solberj
Replies: 7 Views: 33235
|
Forum: General IBM MQ Support Posted: Tue Apr 16, 2002 10:35 am Subject: strmqm fails with AMQ6109 |
Hi, all...
Our Unix (HP-UX) admins just got done changing the mqm UID, and now we can't get the queue manager started (V5.2)...
The strmqm fails with: AMQ6109: An internal MQSeries error has occ ... |
Topic: AMQ7153 on MQSeries 5.2 for HP-UX install |
solberj
Replies: 4 Views: 4834
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Mar 25, 2002 9:26 am Subject: AMQ7153 on MQSeries 5.2 for HP-UX install |
Thanks, Jeff...
You got me pointed in the right direction. The solution was:
cd /var/mqm/qmgrname
mkdir qmgrs
chmod 775 qmgrs
mkdir log
chmod 775 log
cd qmgrs
mkdir @SYSTEM
chmod 775 @S ... |