Author |
Message |
Topic: Tagged Delimited |
Nyusser
Replies: 4 Views: 2923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2004 2:07 am Subject: Tagged Delimited |
You could add the delimiter to the last field with ESQL. |
Topic: Cluster workload balancing (MQ5.2) |
Nyusser
Replies: 5 Views: 5567
|
Forum: Clustering Posted: Wed Jun 11, 2003 10:47 pm Subject: Cluster workload balancing (MQ5.2) |
Hi,
I have a cluster with 4 queue managers (QM1, QM2, QM3 and QM4). QM1 and QM4 are repository qms. QM2 and QM3 have the same queue definitions (DEFBIND=NOTFIXED).
When I write messages (with am ... |
Topic: mqsicreatebroker error WMQI 2.1 CSD4 |
Nyusser
Replies: 2 Views: 2803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 22, 2003 2:12 am Subject: mqsicreatebroker error WMQI 2.1 CSD4 |
Thanks. A new symbolic link to the Oracle 9's client library did the trick.
- Nyusser |
Topic: mqsicreatebroker error WMQI 2.1 CSD4 |
Nyusser
Replies: 2 Views: 2803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 20, 2003 3:23 am Subject: mqsicreatebroker error WMQI 2.1 CSD4 |
Hi,
Command mqsi_setupdatabase oracle9 $ORACLE_HOME was used to setup the links and they seem to be fine.
However, following error occurred with mqsicreatebroker:
/usr/lib/dld.sl: Can't find ... |
Topic: Repeat value of with TDS? WMQI 2.1 CSD 4 |
Nyusser
Replies: 9 Views: 6586
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 26, 2003 11:24 pm Subject: Repeat value of with TDS? WMQI 2.1 CSD 4 |
The issue about repeating elements is explained at IBM's support site. The amount of repeating elements in TDS messages has to be redefined in (Min and) Max Occurs fields and the Repeating Element Del ... |
Topic: Repeat value of with TDS? WMQI 2.1 CSD 4 |
Nyusser
Replies: 9 Views: 6586
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2003 12:46 am Subject: Repeat value of with TDS? WMQI 2.1 CSD 4 |
Are there some specific setting for the compound type / element created from the compound type to activate the REPEAT COUNT OF, because I am unable to find it anywhere within my TDS message types/elem ... |
Topic: Repeat value of with TDS? WMQI 2.1 CSD 4 |
Nyusser
Replies: 9 Views: 6586
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 21, 2003 4:17 am Subject: Repeat value of with TDS? WMQI 2.1 CSD 4 |
I was unable to resolve the issue and handled the parsing with ESQL code.
- Nyusser |
Topic: mqsicreatebroker on AIX ODBC error |
Nyusser
Replies: 3 Views: 3486
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 11, 2003 2:44 am Subject: mqsicreatebroker on AIX ODBC error |
Hi,
not sure if this helps, but DB2 v7.2 is only supported by CSD 4 update of WMQI 2.1. Have you installed the CSD4 update?
- Nyusser |
Topic: Writing Messages to Remote Queue Managers |
Nyusser
Replies: 5 Views: 5790
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 19, 2003 12:00 am Subject: Writing Messages to Remote Queue Managers |
Thanks very much for your quick replies. We changed and tested the implementation and now it works.
- Nyusser |
Topic: Writing Messages to Remote Queue Managers |
Nyusser
Replies: 5 Views: 5790
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 18, 2003 5:38 am Subject: Writing Messages to Remote Queue Managers |
Hi,
We need to write messages to queues on remote queue managers without using remote queue or queue manager cluster definitions. I've seen software doing this (WMQI for example).
Example:
Queu ... |
Topic: Very simple - but not |
Nyusser
Replies: 3 Views: 2862
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 16, 2003 10:49 pm Subject: Very simple - but not |
No, not a normal behaviour. There has to be some component in the message flow (or in the message definitions) that adds the null at the start...
- Nyusser |
Topic: Very simple - but not |
Nyusser
Replies: 3 Views: 2862
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2003 3:26 am Subject: Very simple - but not |
Good old End of Bitstream (in CWF formatted element's Length Units).
- Nyusser |
Topic: WMQI 2.1 on Solaris 8 - Segmentation Fault |
Nyusser
Replies: 2 Views: 2926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2003 3:16 am Subject: WMQI 2.1 on Solaris 8 - Segmentation Fault |
Make sure you have loaded both db2 and wmqi profiles for your user id when operating with wmqi objects. We had similar problems when db2 profile was not loaded.
- Nyusser |
Topic: Problems deploying to AIX broker (WMQI version 2.1) |
Nyusser
Replies: 7 Views: 4720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2003 3:06 am Subject: Problems deploying to AIX broker (WMQI version 2.1) |
Hi,
you'd better check out the max message length of channels and queues between broker and control center. We had similar behavior, when some of the wmqi messages where too big for the queues/chan ... |
Topic: Repeat value of with TDS? WMQI 2.1 CSD 4 |
Nyusser
Replies: 9 Views: 6586
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 05, 2003 2:13 am Subject: Repeat value of with TDS? WMQI 2.1 CSD 4 |
I probably didn't explain my problem accurately. I need the MRM parser to parse an incoming message with repeating fields. A simplified example message:
2,Item A,1,20030201,ItemB,2,20030201,2003020 ... |