Author |
Message |
Topic: Can't get rid of execution group |
Savis
Replies: 3 Views: 3132
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 16, 2004 1:16 am Subject: Can't get rid of execution group |
Did you get anywhere with this? We have the same problem. It seems that a "ghost" of a previously removed execution group lives on.
In our environment it's only visible if we try to connect with th ... |
Topic: ODBC connection in WBIMB 5 |
Savis
Replies: 4 Views: 3485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 01, 2004 12:18 am Subject: ODBC connection in WBIMB 5 |
I've found some information regarding wmqi 2.1 saying that he user/password for the odbc connection has to be the same for all connections.
Is this still the case in 5.0 ? I can't find any properti ... |
Topic: Converting CCSID in WBIMB 5 |
Savis
Replies: 2 Views: 2334
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 19, 2003 1:55 am Subject: Converting CCSID in WBIMB 5 |
I've got a messageflow that works in the following way:
A blob is divided into smaller chunks, the chunks then individually passes through a reset content descriptor and finally through a compute n ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 21, 2003 7:13 am Subject: Problem with packed fields (SOLVED) |
Yay! It's solved.
When I propagate my messages to the RCD node I use this:
SET OutputRoot.Properties.Encoding = MQENC_DECIMAL_NORMAL;
And then it works as expected.
Thank you everyone who ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 21, 2003 6:21 am Subject: Problem with packed fields (SOLVED) |
Hey! Now we seem to be getting somewhere... I remade my input test file to read x'2c07' and the error disappeared.
What encoding should I use instead of the one you mentioned?
The input file wil ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 21, 2003 12:54 am Subject: Problem with packed fields (SOLVED) |
Unfortunately this is the first field and according to the log it parses the correct two bytes.
I'm expecting the result to be +072 and the log says it's x'072c'. According to my knowledge this is ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 20, 2003 10:12 pm Subject: Problem with packed fields (SOLVED) |
Regarding the handling it as a string.
The last time I had to work with packed fields resulted in that I finally gave up and resorted to just pass the message through and unpack and handle everythi ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 20, 2003 10:09 pm Subject: Problem with packed fields (SOLVED) |
The settings for the field:
Identifier - RECORD_TYPE_PACKED
Suspended from use - No
Type - DECIMAL
Repeat - No
Physical Type - Packed Decimal
Length count - 2
Length units - Bytes
Signed ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2003 10:13 pm Subject: Problem with packed fields (SOLVED) |
Unfortunately that is not the problem. The field is set to length 2.
The reason I receive it as a blob is that I get x number of records in one single message. So I have to split it up (based on le ... |
Topic: Problem with packed fields (SOLVED) |
Savis
Replies: 13 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2003 12:12 am Subject: Problem with packed fields (SOLVED) |
I have a message consisting of several packed fields. I receive this as a BLOB and then send it through a Reset Content Descriptor node where I parse it as my message set (which is MRM/CWF).
Direct ... |