Author |
Message |
Topic: Opening a file from inside a message flow |
MQDummy
Replies: 1 Views: 1728
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 09, 2002 10:11 pm Subject: Opening a file from inside a message flow |
Hi,
I want to open an INI file for example from inside the message flow, i saw from a previous posting that MQSI doesnt have any means for this and we have to write a custom node.
Is it hard to ... |
Topic: Usage of MQSI |
MQDummy
Replies: 2 Views: 2145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 08, 2002 11:49 pm Subject: Usage of MQSI |
Hi,
Do you guys do heavy logic and validation outside of the flow then ask ur nodes to do just simple database updates, i wonder how you can debug more efficiently and also program more efficiently ... |
Topic: Working with several message flows |
MQDummy
Replies: 5 Views: 3741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 1:14 am Subject: Working with several message flows |
Another question
What if there are :
Flow_Decide,
Flow_A,
Flow_B
Flow_Decide will pass the message to either Flow_A or Flow_B, however can Flow_Decide accept messages of different MQMD? Bec ... |
Topic: Working with several message flows |
MQDummy
Replies: 5 Views: 3741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 1:05 am Subject: Working with several message flows |
Thanks a bunch!
Its a pity that its hard to extract such information from the documentation that comes along with MQSI... |
Topic: Working with several message flows |
MQDummy
Replies: 5 Views: 3741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 12:17 am Subject: Working with several message flows |
Hi,
Assuming if i have several message flows, is it possible to make the data go from one message flow to another if the message flows are not on the same 'screen' (How do i put it )
What i ... |
Topic: Getting the file name from inside the message flow |
MQDummy
Replies: 3 Views: 1763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 12:01 am Subject: Getting the file name from inside the message flow |
Thanks!
 |
Topic: Getting the file name from inside the message flow |
MQDummy
Replies: 3 Views: 1763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2002 10:40 pm Subject: Getting the file name from inside the message flow |
Hi,
Suppose i have a external program to send a text file into a message flow.
Is it possible to get the file name from within the flow?
Best Regards! |
Topic: MQ Integrator's ESQL Editor Panel |
MQDummy
Replies: 2 Views: 2365
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 27, 2002 6:14 pm Subject: MQ Integrator's ESQL Editor Panel |
Hi,
Is there any way to show line numbers in the eSQL editting panel?
Best regards |
Topic: Getting the current sequence number from DUAL in Oracle |
MQDummy
Replies: 9 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 24, 2002 7:02 pm Subject: Getting the current sequence number from DUAL in Oracle |
Hi,
I've used the scratchpad to do this :
----
SET OutputLocalEnvironment.ScratchPad[] =
PASSTHRU('SELECT Partner_ID, Business_Name FROM Partner
WHERE Business_Name = ?', InputBody.Line.Cus ... |
Topic: Obtaining the value of a variable |
MQDummy
Replies: 5 Views: 3002
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 24, 2002 4:53 pm Subject: Obtaining the value of a variable |
Hi,
I want to try USERTRACE with DEBUG option, should i use the trace node and select usertrace? How do i set the debug option?
best regards |
Topic: Obtaining the value of a variable |
MQDummy
Replies: 5 Views: 3002
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 24, 2002 4:05 am Subject: Obtaining the value of a variable |
Thanks!  |
Topic: Obtaining the value of a variable |
MQDummy
Replies: 5 Views: 3002
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 23, 2002 6:55 pm Subject: Obtaining the value of a variable |
Hi,
For eg. if i have a variable
DECLARE a INT;
SET a = Cardinality(InputRoot.MRM.Lines[]);
How do i 'see' the value of a during runtime for debugging?
I've tried debugger mode but it onl ... |
Topic: CASTING a string into DATE and TIME |
MQDummy
Replies: 2 Views: 2158
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 23, 2002 5:20 pm Subject: CASTING a string into DATE and TIME |
Hi,
I have read strings eg. "31121998" and "083059"
being Date and Time respectively, how do i cast it into DATE and TIME?
I have tried CAST("Body"."Line"."Date" AS DATE); and
CAST("Body"."Lin ... |
Topic: Getting the sequence.currval from within a DataInsert Node |
MQDummy
Replies: 0 Views: 1503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2002 2:26 am Subject: Getting the sequence.currval from within a DataInsert Node |
Hi,
Assuming i use a DataInsert node to map elements to table columns, how do i add in a mapping to also insert the SEQUENCE.CURRVAL into one of the columns?
Best Regards! |
Topic: Getting the current sequence number from DUAL in Oracle |
MQDummy
Replies: 9 Views: 7165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2002 6:13 am Subject: Getting the current sequence number from DUAL in Oracle |
How do you make it work without using stored procedure? I've used ways and means and cant do it  |