Author |
Message |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 11:06 am Subject: REFERENCE to CHARACTER |
Don't put your own code in either of the default procedures. If something regenerates them it'll be lost.
I know, it isnt the best art of programming
Yet, it is simple flow, where no other ... |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 7:04 am Subject: REFERENCE to CHARACTER |
It does say CopyEntireMessage cus currently Im programming it in this, named from default, procedure... I'll update you with exceptionlist i get.
(
(0x01000000):ExceptionList = & ... |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 6:26 am Subject: REFERENCE to CHARACTER |
Input is from InputRoot. Can one past InputRoot for operations like ASBITSTREAM, CAST, MOVE, etc ? Or should it be something like
Set THISROOT = InputRoot, and work on THISROOT ?
And exception is ... |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2007 6:04 am Subject: REFERENCE to CHARACTER |
still dont work |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2007 10:30 pm Subject: REFERENCE to CHARACTER |
I've discovered that is converting issue.
(previous post updated) |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 08, 2007 10:15 pm Subject: REFERENCE to CHARACTER |
Ok Ive analised this:
Jeff,
Your last suggestion didn't work.
Since we can't modify Root structure in the database node I replaced the database node with a Compute node and inserted the same ESQL ( ... |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 05, 2007 1:21 am Subject: REFERENCE to CHARACTER |
so CCSID InputRoot.Properties.CodedCharSetId option should do the work.. i ll try though.. thx a lot.. i ll update |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 04, 2007 10:47 pm Subject: REFERENCE to CHARACTER |
do u have such a code on ur mind:
SET somevariable = CAST ( ASBITSTREAM(some_reference) AS CHARACTER)
??
should there be any specific options included with ASBITSTREAM ? |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 04, 2007 9:41 am Subject: REFERENCE to CHARACTER |
I dont know, somehow ASBITSTREAM and CAST gives me only BLOB  |
Topic: REFERENCE to CHARACTER |
pdrabik
Replies: 20 Views: 14764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 03, 2007 4:25 am Subject: REFERENCE to CHARACTER |
Hello, Im trying put whole InputRoot scope into one reference, so as string (character).
by this code:
SET OutputRoot.XML.Body.Log = '' ;
WHILE I < J DO
EVAL('SET tmp = FIELDNAME& ... |
Topic: inputroot to xml |
pdrabik
Replies: 1 Views: 1998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2007 8:01 am Subject: inputroot to xml |
Hello,
Is there any function available to convert inputroot or any other of MB variables set to XML ... something like trace node.. but to string ?
or.. one need to write such a function ? |
Topic: need assistance with publish/subscribe flow |
pdrabik
Replies: 17 Views: 10316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 6:19 am Subject: need assistance with publish/subscribe flow |
taking care about reason codes are far more easier than manging pub/sub flows in that wierdo WMBT, anyway, it is workin for now, at least registration...
Thanks to all of you who wanted to help me ... |
Topic: need assistance with publish/subscribe flow |
pdrabik
Replies: 17 Views: 10316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 6:04 am Subject: need assistance with publish/subscribe flow |
Man, you have right.
When I SET OutputRoot.MQMD.MsgType = MQMT_REQUEST; it gives me an error through pscr, at last.
Thanks a lot, now i need to determine what reason 3083 means.
Thanks agai ... |
Topic: need assistance with publish/subscribe flow |
pdrabik
Replies: 17 Views: 10316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 5:45 am Subject: need assistance with publish/subscribe flow |
How to set the MQMD to indicate that is the request ? |
Topic: need assistance with publish/subscribe flow |
pdrabik
Replies: 17 Views: 10316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 5:33 am Subject: need assistance with publish/subscribe flow |
Let me ask you thise way, instead of creation (only) sample flow for registering subscriber (one i have already seen on the forum, doesnt work for me) pls help me find the issue why my flow is bad.
... |