Author |
Message |
Topic: SQL Select failing in WMQI Custom Node - Urgent !!! |
subhadra
Replies: 1 Views: 2065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2002 1:59 am Subject: SQL Select failing in WMQI Custom Node - Urgent !!! |
Hi All,
We have written a custom node in C, in which we select a row from a DB2 table. It works fine for a few messages, and then the Select statement(cniSqlSelect) abruptly fails, with a rethrowa ... |
Topic: Update/Delete/Insert Statement in a Custom Node ? |
subhadra
Replies: 1 Views: 1987
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2002 11:33 pm Subject: Update/Delete/Insert Statement in a Custom Node ? |
Hi All,
In a custom node (written in C), is it not possible to create an SQL object for an Update/Delete/Insert statement(using cniSqlCreateStatement() call) ?? This call throws an exception, and w ... |
Topic: DB2 Select failing in Custom node |
subhadra
Replies: 2 Views: 2582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2002 11:11 pm Subject: DB2 Select failing in Custom node |
Yes, i AM throwing an exception, and printed the exception list trace, this doesn't provide the SQL error code. The thing which puzzles me is that the code works perfectly fine for some time, and sud ... |
Topic: BLOB to XML transformation in Custom Node(on Solaris) |
subhadra
Replies: 13 Views: 10351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2002 11:06 pm Subject: BLOB to XML transformation in Custom Node(on Solaris) |
Actually, i have now traced the problem, and have found out exactly WHICH call is failing, but am still clueless as to WHY it is failing(as it seems 2 work perfectly on Windows !)
A quick view of t ... |
Topic: Message Catalogue on Sun Solaris |
subhadra
Replies: 0 Views: 1697
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2002 6:29 am Subject: Message Catalogue on Sun Solaris |
Hi all,
Would someone kindly let me know how to create a message catalogue for a custom node on Solaris(Format, installation, etc.) ??
Thanx in advance
Subhadra |
Topic: BLOB to XML transformation in Custom Node(on Solaris) |
subhadra
Replies: 13 Views: 10351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2002 6:27 am Subject: BLOB to XML transformation in Custom Node(on Solaris) |
Hi Kiran....
Thanx for the info on RCD...but i'm afraid it won't solve my problem.
In my custom node, i have to parse an input BLOB message, pick up some values from it, access a table and get s ... |
Topic: DB2 Select failing in Custom node |
subhadra
Replies: 2 Views: 2582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2002 5:11 am Subject: DB2 Select failing in Custom node |
Hi,
Have written a custom node, which performs a Select on a table. It was working fine, till one fine day, when it gave a SQL select failure. Since then, i just cannot get it to work. Is there ... |
Topic: BLOB to XML transformation in Custom Node(on Solaris) |
subhadra
Replies: 13 Views: 10351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2002 5:08 am Subject: BLOB to XML transformation in Custom Node(on Solaris) |
Hi,
I have created a custom node which takes BLOB as input and forms an XML tree which is routed to the output terminal.
The XML is created properly and it appears at the output Q when i run it on ... |