Author |
Message |
Topic: Need to rollback the transaction in Sybase |
gheekshike
Replies: 0 Views: 999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 21, 2014 12:03 am Subject: Need to rollback the transaction in Sybase |
Dear All,
I'm using the WMB V8.
My back end is Sybase databse. I am using the JDBC connection to interact with db.
In my service 2 transaction are happening in single call. I wanna rolleback the ... |
Topic: How to call the DB function from ESQL? |
gheekshike
Replies: 2 Views: 2770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 13, 2014 2:22 am Subject: How to call the DB function from ESQL? |
Hi all,
I have Oracle db Function like this
FUNCTION GET_UNBILED_TRANSACTION ( p_card_number IN VARCHAR2,
p_transaction_list OUT CLOB,
p_error_code OUT VARCHAR2,
p_error_description O ... |
Topic: how to 010660401150001 to 1-06-604-01-150001 |
gheekshike
Replies: 1 Views: 1321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2014 6:04 am Subject: how to 010660401150001 to 1-06-604-01-150001 |
Hi All,
I need one requirement.
I just want to covert the below string to - format.
how to 010660401150001 to 1-06-604-01-150001
Plz help me. its urgent.
Thanks in advance. :h ... |
Topic: Invalid role string '' entered. ''. |
gheekshike
Replies: 1 Views: 2378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2014 9:51 pm Subject: Invalid role string '' entered. ''. |
This is the exact error Im getting....
BIP2393E: Database error: ODBC return code '-1' from data source ''TFINANCE'' using ODBC driver manager ''/opt/ibm/IE02/2.0.0/lib/libodbcinterface.so''.
The ... |
Topic: Invalid role string '' entered. ''. |
gheekshike
Replies: 1 Views: 2378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2014 9:50 pm Subject: Invalid role string '' entered. ''. |
Hi all,
I am using broker 8.0.0.1 which is running on Linux environment.
when I try to run the MQSICVP command the below error is showing.
I chacked the ODBC.ini file. There is no inproper data ... |
Topic: Adding single quotes in string |
gheekshike
Replies: 4 Views: 2343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 11, 2014 4:27 am Subject: Adding single quotes in string |
I have requirement like this
DECLARE test CHARACTER 'TIMESTAMP ' || ''' || str2 || ''';
Resulting string should be TIMESTAMP '2013-12-22 00:00:00'
but here i need the str2 value should be ... |
Topic: Invaid lexical representation(timestamp 2012-12-22 00:00:0) |
gheekshike
Replies: 4 Views: 2207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 10, 2014 9:19 am Subject: Invaid lexical representation(timestamp 2012-12-22 00:00:0) |
Thank you for your response.
Actuallu in our project we using Mapping nodes for forming the request for stored procedure cal.. we are getting the date from input(like 20012-12-22)..
but in SP is ... |
Topic: Invaid lexical representation(timestamp 2012-12-22 00:00:0) |
gheekshike
Replies: 4 Views: 2207
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 10, 2014 7:00 am Subject: Invaid lexical representation(timestamp 2012-12-22 00:00:0) |
I am using WMB version 8.0.0.1
In mapping node im trying to import the java method.
Im able to call the java method. The thing is In coming value is date(2012-12-22) need to conver into timestamp f ... |
Topic: MessageSet CacheNotFoundException |
gheekshike
Replies: 5 Views: 3042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 19, 2012 11:12 pm Subject: MessageSet CacheNotFoundException |
Hi,
I am using MB 6.1 version.
My issue is I'm not able to see the properties of the nodes(httpinput,fileoutput and Emailoutput nodes.. ect) I'm getting
MessageSetCacheNotFoundException.
h ... |
Topic: Database connectivity in ESQL |
gheekshike
Replies: 17 Views: 7724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 4:29 am Subject: Database connectivity in ESQL |
Hi,
I'm new to message broker. I'm using MB6.1 version.
How do i check the database connectivity before hit the database in ESQL?
and if there is no connectivity how can i handle the Except ... |
Topic: Database connectivity in ESQL |
gheekshike
Replies: 17 Views: 7724
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 2:28 am Subject: Database connectivity in ESQL |
How do i check the database connectivity before hit the database in ESQL?
and if there is no connectivity how can i handle the Exception.
Plz help me out.
Thanks in Advance. |