Author |
Message |
Topic: SOLVED: ResultSet returned by invoked stored procedures |
Prithvi
Replies: 2 Views: 13524
|
Forum: WebSphere DataPower Posted: Thu Jan 22, 2009 9:33 am Subject: SOLVED: ResultSet returned by invoked stored procedures |
The problem was not with the style sheet. This <dp:sql-execute> element does not support result sets in 3.6.1 version of datapower. Once we upgraded to 3.7.2 the result sets were returned just f ... |
Topic: SOLVED: ResultSet returned by invoked stored procedures |
Prithvi
Replies: 2 Views: 13524
|
Forum: WebSphere DataPower Posted: Mon Jan 19, 2009 3:22 pm Subject: SOLVED: ResultSet returned by invoked stored procedures |
Hello,
I have been trying to invoke a stored procedure using a xslt file in Datapower. This stored proc returns multiple result sets and i have not been able to configure it to be able to access ... |
Topic: migration from WTX to WMBv6.1 |
Prithvi
Replies: 2 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 19, 2008 2:43 pm Subject: migration from WTX to WMBv6.1 |
Hi,
I have a client who would like to migrate their Websphere Transformation Extender flows to WMBv6.1 .
I know that using the WTX for WMB pluging node you can execute the WTX map(.mmc ... |
Topic: seperating the HTTPListener process from the broker service |
Prithvi
Replies: 1 Views: 2800
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2007 7:11 am Subject: seperating the HTTPListener process from the broker service |
Hi,
I have a question regarding the httplistener process running under the broker service. I had recently read somewhere that to achieve HA one could separate the HTTPListener from the broker and ... |
Topic: WMB V6 Adapter Compatibility |
Prithvi
Replies: 9 Views: 7975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2007 11:52 am Subject: WMB V6 Adapter Compatibility |
i managed to find this technote which does shed some light:
http://www-1.ibm.com/support/docview.wss?rs=695&context=SSMKUK&q1=WBI+adapter+framework&uid=swg21228223&loc=en_US&cs=ut ... |
Topic: WMB V6 Adapter Compatibility |
Prithvi
Replies: 9 Views: 7975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2007 10:28 am Subject: WMB V6 Adapter Compatibility |
I recently implemented a project where we used the WBI JDBC adapter v2.6, with WMB v6 , and it was supported by IBM.
The reason i asked the above question was that, i was am not able to find any doc ... |
Topic: WMB V6 Adapter Compatibility |
Prithvi
Replies: 9 Views: 7975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 29, 2007 9:29 am Subject: WMB V6 Adapter Compatibility |
Hello,
I have a question about the adapter support for Websphere Message Broker v6. Are the WBI adapters v2.6 and beyond still supported for WMB v6??
http://www-1.ibm.com/support/docview.wss?rs ... |
Topic: Count number of rows deleted |
Prithvi
Replies: 12 Views: 9710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 20, 2005 1:08 am Subject: Count number of rows deleted |
1. Use a SELECT statement and place the records you are interested in into an temp variable(environment variables perhaps).
2. Then use the CARDINALITY to check the number of records returned....t ... |
Topic: Accessing database data from a message flow |
Prithvi
Replies: 8 Views: 7853
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 18, 2005 9:36 am Subject: Accessing database data from a message flow |
Sebastian,
you cannot change the message body in the database node, though you can decide whether or not to propagate the message further.
You might consider using something along the lines of:
... |
Topic: Broker assigning default namespace |
Prithvi
Replies: 7 Views: 8162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 2:30 am Subject: Broker assigning default namespace |
thanks for the tongue in cheek reply
But the fact is that being a lowly developer, i donot have any real say in the design issues. The powers that be have decided to use a single java applicatio ... |
Topic: Broker assigning default namespace |
Prithvi
Replies: 7 Views: 8162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 1:25 am Subject: Broker assigning default namespace |
Hi Elvis,
I am sorry i neglected to clarify this earlier, but i am not using a message set for the output. We are using a java program to perform all the validations on the output messages.
I am c ... |
Topic: Broker assigning default namespace |
Prithvi
Replies: 7 Views: 8162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 12:52 am Subject: Broker assigning default namespace |
Hi Tony,
The difference between the code you suggested and the code that i am using is that you are using a CREATE FIELD statement for the 'Works' field after assigning a name space to it. I have do ... |
Topic: Broker assigning default namespace |
Prithvi
Replies: 7 Views: 8162
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 31, 2005 5:44 am Subject: Broker assigning default namespace |
Hi
i am using the following code to create a XMLNS message.
DECLARE works NAMESPACE 'http://www.works:electrabel.works:be/schemas/works';
DECLARE xsi NAMESPACE 'http://www.works:w3.works:org/20 ... |
Topic: Is cicular logging possible for syslog ? |
Prithvi
Replies: 2 Views: 3282
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 29, 2005 2:34 am Subject: Is cicular logging possible for syslog ? |
Hi,
I have just configured my syslog.conf file to direct all error related information to a log file. I was wondering if it was possible to have some sort of circular logging here....i mean that t ... |
Topic: Message set problem(TDS) |
Prithvi
Replies: 13 Views: 16900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 20, 2005 2:50 am Subject: Message set problem(TDS) |
If i set the tag length of the complex typr as 8, then the broker expects all the elements under that complex type to also have a tag of length 8. But i do not have any tags for the child level elemen ... |