Author |
Message |
Topic: Upgrading from MQ 5.1 to 5.3 |
Om
Replies: 5 Views: 3381
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Nov 20, 2004 11:52 pm Subject: Upgrading from MQ 5.1 to 5.3 |
We are upgrading MQ 5.1 to MQ 5.3 (on AIX). Will it impact existing code (in Java/C++/COBOL)??
Also, we are thinking about upgrading MQ for MQSI 2.1 from 5.1 to 5.3.
Is MQSI 2.1 compatible with MQ ... |
Topic: Lost messages |
Om
Replies: 4 Views: 2794
|
Forum: General IBM MQ Support Posted: Fri Nov 05, 2004 7:03 am Subject: Lost messages |
DLQ is empty and My remote queue is set to DEFPSIST(YES).
-Om |
Topic: Lost messages |
Om
Replies: 4 Views: 2794
|
Forum: General IBM MQ Support Posted: Fri Nov 05, 2004 6:23 am Subject: Lost messages |
Last night one of the server with QMGR2 went down. While another server (QMGR1) sent lots of data to QMGR2. Now that data is not visible on transmission queue of QMGR1. Can anyone tell me what possi ... |
Topic: 2058 while running MQPutFile on MQ Client |
Om
Replies: 2 Views: 3086
|
Forum: General Discussion Posted: Mon Jun 21, 2004 7:37 am Subject: 2058 while running MQPutFile on MQ Client |
Hi,
I have recently installed MQ Client on a Solaris box. I have never worked on MQ Clients before.
When I run MQPutFile on client it error out (2058) while MQPutFile runs
successfully on MQ Sev ... |
Topic: Connecting out terminal of MQInput node to 2 nodes |
Om
Replies: 3 Views: 2605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2003 9:22 am Subject: Connecting out terminal of MQInput node to 2 nodes |
Out terminal of MQInput node of my flow is connected to a Filter node.
I need to keep backup of all the messages I receive on MQInput node.
So I connected the out terminal(I can ignore failures) of ... |
Topic: MQOutput node problems with a particular queue |
Om
Replies: 1 Views: 1648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 25, 2003 1:29 pm Subject: MQOutput node problems with a particular queue |
Hi,
When I use this particular queue in MQOutput node, my messages have
missing lines when they reach at the ouput node.
If I use any other queue my messages come out correct.
I am wondering wh ... |
Topic: Local List |
Om
Replies: 1 Views: 1743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 10, 2003 12:31 pm Subject: Local List |
Hi,
I need to loop through a piece of code for a 11 departments.
I have these departments hard coded and the same code is repeating 11 times in the node to add 11 repeating values in the ouput mes ... |
Topic: checking a element for numeric and alphabets |
Om
Replies: 2 Views: 2223
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2003 10:11 am Subject: checking a element for numeric and alphabets |
Hi,
I need to check each charcater in couple of elements for numeric and alphabets. Currently I am using the following code:
IF ((UCASE(onePos) <> 'A') AND (UCASE(onePos) <> 'B') AND ... |
Topic: Changes to existing message causing errors |
Om
Replies: 2 Views: 1893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2003 9:22 am Subject: Changes to existing message causing errors |
The order of element in message flow was not correct.
It works after I corrected it.
You are good, Craig.
Thanks |
Topic: Whitespaces getting trimmed |
Om
Replies: 3 Views: 2565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2003 9:08 am Subject: Thanks Craig |
You are right, Craig.
It works after I changed the padding character to NUL. |
Topic: Changes to existing message causing errors |
Om
Replies: 2 Views: 1893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2003 8:49 am Subject: Changes to existing message causing errors |
Hi,
I have added a new element to existing a message. I followed the following steps:
Checked out message set and message and message type.
Created new element in message type and checked it in.
... |
Topic: Whitespaces getting trimmed |
Om
Replies: 3 Views: 2565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2003 7:25 am Subject: Whitespaces getting trimmed |
Hi,
I am loosing whitespaces in one of the fields in a MRM message, while another field with similar settings is keeping the whitespaces.
I need the whitespaces for both these fields.
Settings ... |