Author |
Message |
Topic: Concatenation of an integer and a blob |
pattela
Replies: 2 Views: 2623
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 29, 2003 5:37 am Subject: Concatenation of an integer and a blob |
Hi U can cast it
Set OutputRoot."BLOB"."BLOB"=CAST(IntRepeatCount as BLOB) || InputRoot."BLOB"."BLOB"; |
Topic: xml to blob |
pattela
Replies: 8 Views: 4665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 25, 2003 11:44 am Subject: xml to blob |
I routed message to my local queue, and i browsed using JCL. I see xml chunk in it, I wonder how come ejb unable to pick up the message.. MY guess is there is some error in ejb notthing to do with th ... |
Topic: xml to blob |
pattela
Replies: 8 Views: 4665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 25, 2003 6:10 am Subject: xml to blob |
My concern is , I'm putting an xml message from ejb to the queues in os\390.. that message i'm converting into mrm, appending iih header sending it to IMS, gettting reply from ims . That reply messag ... |
Topic: xml to blob |
pattela
Replies: 8 Views: 4665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 24, 2003 12:35 pm Subject: xml to blob |
Hi All,
According to my understanding blob is noting but a Text message.. i want to convert a xml to Text message. FOr that
i have a xml message, all i did was i just put a reset content descriptor ... |
Topic: IIH Header |
pattela
Replies: 0 Views: 1806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2003 1:32 pm Subject: IIH Header |
I have xml message as input which is being put through some vb application, i'm appending IIH header to that message and converting into mrm to send to IMS, i'm using default MQIIH message set to appe ... |
Topic: question about variable sized table definitions in a msg set |
pattela
Replies: 4 Views: 2654
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2003 10:17 am Subject: zero is also a value |
The value of that particular field is Zero, Basically it is a value of zero not null. null is different from Zero. |
Topic: bip2133e |
pattela
Replies: 0 Views: 1877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2003 7:50 am Subject: bip2133e |
I'm getting error when trying to send a xml message from ejb , trying to convert that message into mrm by adding iih header, infact i'm not assigining any value to the output, i'm getting the followin ... |