Author |
Message |
Topic: Calling DB2 stored procedure issue |
lvraa
Replies: 1 Views: 4469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 4:58 am Subject: SOLVED |
The problem turned out to be quite simple. Trying to assign the result to an array (SET InsertResult=...) is not healthy if the procedure does not have an open cursor WITH RETURN when ending execution ... |
Topic: Calling DB2 stored procedure issue |
lvraa
Replies: 1 Views: 4469
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 4:16 am Subject: Calling DB2 stored procedure issue |
Hi
I have a WBIMB5.0 CSD2 flow with a few calls to DB2 stored procedures. They all work fine except for one of them.
The error I get is: [IBM][CLI Driver] CLI0115E Invalid cur ... |
Topic: Debugging message flow that access a databse |
lvraa
Replies: 5 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 04, 2004 8:53 am Subject: Debugging message flow that access a databse |
Hi JT
Thanks for your reply. Turning ODBC tracing on as you describe does not help. Debugging still freezes when executing ESQL that access a database. Did turning ODBC tracing on help your debuggi ... |
Topic: Debugging message flow that access a databse |
lvraa
Replies: 5 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 04, 2004 4:35 am Subject: Debugging message flow that access a databse |
My Broker is running on WIN2K. Does anyone now how to configure this on Windows and if its the reason why the debugger is halting? |
Topic: Debugging message flow that access a databse |
lvraa
Replies: 5 Views: 2614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 04, 2004 12:58 am Subject: Debugging message flow that access a databse |
I am trying to debug a message flow in WBIMB 5.0 that access a DB2 database (actually the Broker DB). For some reason the debugging is halting when the "SELECT ... FROM Database...." statement is exec ... |
Topic: Setting and Getting ApplIdentityData |
lvraa
Replies: 3 Views: 2307
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 03, 2004 4:03 am Subject: Setting and Getting ApplIdentityData |
How does one include ApplIdentityData in a message sent by a publish node. The "set identity" is not available in a publish node |
Topic: XML transformation XSLT |
lvraa
Replies: 2 Views: 2120
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 03, 2004 1:41 am Subject: XML transformation XSLT |
Parsing large XML structures is a time consuming task - this is not to change. And if you access elements throuhout the entire message it will be more or less fully parsed. I guess that parsing will n ... |
Topic: IDOC Parser in version 5? |
lvraa
Replies: 5 Views: 2989
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 03, 2004 12:57 am Subject: IDOC Parser in version 5? |
The build in Idoc parser and the Dublin parser cannot be compared directly. As far as I know the dublin parser require much less development. So I suppose migrating from 2.1 with the dublin parser to ... |
Topic: XML Message set |
lvraa
Replies: 5 Views: 2996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 19, 2004 4:31 am Subject: XML Message set |
Hi
Youre probably right that its a performance design decision. Very large XML messages could be tough to parse otherwise. It would be nice if it could be turned on and of though
The M ... |
Topic: XML Message set |
lvraa
Replies: 5 Views: 2996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 19, 2004 4:15 am Subject: Re: XML Message set |
Hi jefflowrey
Thanks for you answer. I reordered the code already but I expected the Message Set to force the defined structure - like when working with DTS. I'll just have to accept if thats the w ... |
Topic: XML Message set |
lvraa
Replies: 5 Views: 2996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 19, 2004 3:16 am Subject: XML Message set |
Hi!
I'm building a XML message from a SAP IDoc. The target Message Set has XML as wire format. The issue i'm faceing is that the elements in the output message is written in the sequence that they ... |
Topic: transformation fails at ":" |
lvraa
Replies: 3 Views: 2289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 18, 2004 10:01 am Subject: transformation fails at ":" |
Try removing Q1: from the value-of select. Or try adding Q1 to the template match on sap_z_rfc_reservationfindwindow.
______________
Kind regards
Lars Vraa |