Author |
Message |
Topic: Urgent: String Data getting corrupted when getting from DB |
satish
Replies: 6 Views: 5453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 02, 2002 11:42 pm Subject: Urgent: String Data getting corrupted when getting from DB |
Ian,
Thanks very much for all the effort you took to help me.
It is now working perfectly fine.
thanks once again,
satish |
Topic: Urgent: String Data getting corrupted when getting from DB |
satish
Replies: 6 Views: 5453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 02, 2002 6:33 am Subject: Urgent: String Data getting corrupted when getting from DB |
Hi,
I am not sure whether the previous post got posted or went to your private inbox. please forgive me if I am bothering you.
I have to get this going at any cost...
You are very corre ... |
Topic: Urgent: String Data getting corrupted when getting from DB |
satish
Replies: 6 Views: 5453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 02, 2002 4:15 am Subject: Urgent: String Data getting corrupted when getting from DB |
Hi Ian,
Thanks for replying to the mail.
I have a small challenge, I do not have that supplement CD which contain this driver. I looked into the web and found that merant driver is now Dat ... |
Topic: Urgent: String Data getting corrupted when getting from DB |
satish
Replies: 6 Views: 5453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 01, 2002 3:47 am Subject: Urgent: String Data getting corrupted when getting from DB |
Hi all,
I am have the following configuration:
WMQI 2.1 with CSD2 on Win 2000, accessing a Oracle DB Ver8.1.7 on an other Win2000 machine. the ODBC driver I am using is "Microsoft ODBC Driv ... |
Topic: WMQI 2.1 and external database |
satish
Replies: 2 Views: 2550
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 29, 2002 6:02 am Subject: WMQI 2.1 and external database |
HI all,
We are planning to have a Production system, where WMQI 2.1 broker will be on Windows NT which queries/inserts data from external database Oracle 8.1.7 is on solaris. I have followi ... |
Topic: losing ODBC connection in WMQI |
satish
Replies: 9 Views: 7915
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 29, 2002 5:13 am Subject: Exception handling for external Database down |
Hi Amit,
I saw your reply posted about MQSI behaving abnormally when external database goes down, We are also planning to have a similar system, where our WMQI 2.1 broker will be on Windo ... |
Topic: char to BLOB conversion |
satish
Replies: 1 Views: 3856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2002 3:22 am Subject: char to BLOB conversion |
Hi all,
I was trying to conver string to BLOB.
the code I am using is
DECLARE Field1 CHAR;
DECLARE Field2 CHAR;
DECLARE Field3 CHAR;
--SET OutputRoot.Properties.MessageDomain = 'BLOB';
... |
Topic: BLOB to BLOB question |
satish
Replies: 8 Views: 9646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 07, 2001 3:01 am Subject: BLOB to BLOB question |
Hi hutulas,
can you please eloborate on the anwswer you have mentioned. we are using it in one of our flows, it is working fine for our test cases, I am definetly intrested to know if I am miss ... |
Topic: BLOB to BLOB question |
satish
Replies: 8 Views: 9646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 28, 2001 10:24 pm Subject: BLOB to BLOB question |
Hi,
you have to convert input data to string first by using the mapping technique explained below and then do the concatination.
--Variables Declaration
DECLARE LoopCount INTEGER;
DECLARE Last ... |