Author |
Message |
Topic: Issues with REFERENCE TO |
EddieA
Replies: 1 Views: 3724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2009 11:43 am Subject: Issues with REFERENCE TO |
Don't bother. I've worked out why.
It's the way the repeats have been defined in the COBOL copy book.
Duhhhhh
Cheers,
Eddie |
Topic: Issues with REFERENCE TO |
EddieA
Replies: 1 Views: 3724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2009 11:35 am Subject: Issues with REFERENCE TO |
I'm running the following code on a 6.0.0.7 Windows box.
MOVE ReplyData NEXTSIBLING;
DECLARE VinFlagTable REFERENCE TO ReplyData;
DECLARE VinFlag REFERENCE TO VinFlagTable;
WHILE LASTM ... |
Topic: Converting epoch time to actual time in wmb |
EddieA
Replies: 1 Views: 5411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 24, 2008 2:00 pm Subject: Converting epoch time to actual time in wmb |
1209671197/3600/24/1000 = 14 (and a bit).
So, 1970-01-01 + 14 days = 1970-01-15.
Cheers, |
Topic: MQ using C |
EddieA
Replies: 24 Views: 27371
|
Forum: General IBM MQ Support Posted: Thu Apr 24, 2008 10:23 am Subject: MQ using C |
run. Why are you replying to a year old post that asked about a 2 year old problem.
Cheers. |
Topic: How to determine fix pack version on toolkit? |
EddieA
Replies: 5 Views: 6563
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 22, 2008 12:22 pm Subject: How to determine fix pack version on toolkit? |
Not the About box, but maybe you can see this in the PlugIn/Features lists.
**Update** Yep, you can see version 6.0.2.xxx where xxx looks like the iFix numbers.
Cheers, |
Topic: Deploy Bar File |
EddieA
Replies: 5 Views: 6677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 22, 2008 10:06 am Subject: Deploy Bar File |
You can't deploy a new Flow in a stopped state, but a re-deploy of a currently stopped Flow will stay stopped.
Cheers. |
Topic: MQSICHANGEBROKER and DB2 userid |
EddieA
Replies: 4 Views: 5894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 22, 2008 9:59 am Subject: MQSICHANGEBROKER and DB2 userid |
The DB2 userID cannot be changed once a Broker has been created.
If you need to change it, then your only option is to delete and re-create the Broker.
Cheers, |
Topic: Performance benefits of MQIBindType=FASTPATH and MAXMSGL |
EddieA
Replies: 9 Views: 14015
|
Forum: General Discussion Posted: Thu Apr 17, 2008 9:14 am Subject: Re: Performance benefits of MQIBindType=FASTPATH and MAXMSGL |
Same is the case for MAXMSGL I read that for performance benefits the MAXMSGL = 2 to 3 times of the message size you are going to send and receive... but here too the test didn't show any results men ... |
Topic: MQ Explorer error opening Navigator or content panel |
EddieA
Replies: 13 Views: 18461
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 17, 2008 8:50 am Subject: MQ Explorer error opening Navigator or content panel |
Just because I have a low post count, doesn't mean I don't know what I'm talking about
I never look at the post count, just the question/comment posted.
I'm very happy to be corrected her ... |
Topic: Deleted/renamed execution groups still appear on solaris |
EddieA
Replies: 4 Views: 6290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 17, 2008 8:44 am Subject: Re: Deleted/renamed execution groups still appear on solaris |
Yes, i did get the results to confirm taht the process successful worked.
In which case, try a quick bounce of the Broker.
Cheers, |
Topic: WebSphere MQ for ClearPath MCP |
EddieA
Replies: 1 Views: 6266
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 16, 2008 12:10 pm Subject: WebSphere MQ for ClearPath MCP |
Did you try looking on their web site to see what platforms they support.
Cheers, |
Topic: MQ Explorer error opening Navigator or content panel |
EddieA
Replies: 13 Views: 18461
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 16, 2008 12:04 pm Subject: MQ Explorer error opening Navigator or content panel |
If the explorer fails, it might have written an FDC file to the errors directory. Are there and FDC's and does one of them from the Explorer have a full java strack trace?
MQSeries throws FDCs, not E ... |
Topic: Deleted/renamed execution groups still appear on solaris |
EddieA
Replies: 4 Views: 6290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 16, 2008 12:03 pm Subject: Deleted/renamed execution groups still appear on solaris |
Did you get the results of the changes in the ToolKit Event Log to say they worked.
Cheers, |
Topic: SendMailPlugin Node(IA07 Support Pac) |
EddieA
Replies: 3 Views: 4478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2008 9:08 am Subject: SendMailPlugin Node(IA07 Support Pac) |
Just i copied from IA07/V6/aix/smtp/SendMailPlugIn.lil to /opt/IBM/mqsi/6.0/lil/SendMailPlugIn.lil and bounced the broker.
Did you read the link that Jeff gave you. You should never put user lils in ... |
Topic: Getting the message size without retrieving the message |
EddieA
Replies: 5 Views: 7699
|
Forum: General IBM MQ Support Posted: Tue Apr 15, 2008 9:05 am Subject: Getting the message size without retrieving the message |
you can get those through MQMD Properties.
The message length isn't part of any header.
Cheers, |