Author |
Message |
Topic: validate the missing fields in incoming TDS message? |
umesh
Replies: 2 Views: 1840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2005 2:10 am Subject: validate the missing fields in incoming TDS message? |
hi,
thanks for input.
umesh |
Topic: validate the missing fields in incoming TDS message? |
umesh
Replies: 2 Views: 1840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2005 10:15 pm Subject: validate the missing fields in incoming TDS message? |
Hi all,
Can we validate the missing fields in incoming TDS message? We want to check whether all fields are coming. The fields are seperated by ':' .
thanks
umesh |
Topic: SQL SELECT not working |
umesh
Replies: 3 Views: 2098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2005 9:53 pm Subject: SQL SELECT not working |
Hi all,
thanks for response.Including THE solved the problem.
umesh |
Topic: SQL SELECT not working |
umesh
Replies: 3 Views: 2098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2005 8:18 pm Subject: SQL SELECT not working |
Hello all,
I have ESQL code here as below,
SET Environment.Variables.Result[] = (SELECT T.CD ,T.NAME FROM Database.CODES as T);
SET Environment.Name.queueMgr= (SELECT TRIM(both from 'B.VL ... |
Topic: where is SQL Error Codes list ? |
umesh
Replies: 3 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2005 8:01 pm Subject: where is SQL Error Codes list ? |
hello all,
thanks for links. i got the information.
umesh |
Topic: where is SQL Error Codes list ? |
umesh
Replies: 3 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 07, 2005 11:52 pm Subject: where is SQL Error Codes list ? |
Dear All,
I am trying to catch database exceptions through my code in compute node. I am searching for some reference where all SQL error codes are documented and not able to locate them.
Can so ... |
Topic: Import/Export projects problem in toolkit |
umesh
Replies: 1 Views: 2105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2005 9:55 pm Subject: Import/Export projects problem in toolkit |
hi all,
I have wBIMB 5.0.2 installed on my machine. Whenever I complete an a message flow project I export and back up files on different folder. but when I open toolkit next time I find both messa ... |
Topic: Error Message:No message Id received. |
umesh
Replies: 1 Views: 3170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2005 10:15 pm Subject: Error Message:No message Id received. |
Hi all,
I am having a message flow where TDS message is the input and output. Now I am also selecting a code from database in compute mode and putting a message to output queue in TDS format. When ... |
Topic: Simple flow in WBIMB |
umesh
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2005 8:48 pm Subject: Simple flow in WBIMB |
Hi,
with all your inputs ,Now I am able to retrieve values but it is giving Parser exception message "No message Id received".I am giving TDS message as input in the form of a+...... where + is sep ... |
Topic: Simple database connection (SELECT) to DB2 using ESQL |
umesh
Replies: 3 Views: 2742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2005 8:41 pm Subject: Simple database connection (SELECT) to DB2 using ESQL |
Hi,
thanks for all inputs. setdbparams made it work.
umesh |
Topic: Simple database connection (SELECT) to DB2 using ESQL |
umesh
Replies: 3 Views: 2742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 21, 2005 2:28 am Subject: Simple database connection (SELECT) to DB2 using ESQL |
Hi all,
I am trying to connect to a db2 database which is on other machine using SQL in ESQL. I have set up the DSN to the database
and successfully tested connection using "test Connection" in OD ... |
Topic: Simple flow in WBIMB |
umesh
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2005 3:59 am Subject: Simple message flow |
Hi,
Thanks for the reply. But need some more clarity. Whether I=I+1 is not required in code? Whether my way of accessing variables in variables is correct? Here Details stands for my message type ... |
Topic: Simple flow in WBIMB |
umesh
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 20, 2005 12:44 am Subject: Simple flow in WBIMB |
Hi,
Thanks for the reply. You are right in saying that select code would always return multiple values but single code to be added to code field of message field and this shall be done in a loop so ... |
Topic: Simple flow in WBIMB |
umesh
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 18, 2005 8:09 pm Subject: Simpe flow in WBIMB |
hi,
thanks for the reply. I have gone through links provided and found them useful .Now Since I have just started on WBIMB I am asking few basic questions. Request you to pl guide me.
There is ... |
Topic: Simple flow in WBIMB |
umesh
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2005 7:54 pm Subject: ESQL result in flow |
Hi,
Thanks for the reply. I have built a message set and currently building message flow.I am using compute node to retrieve data using ESQL.I am writing a query to retrieve codes (single column)whic ... |