|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: Success DB update parsing error |
sathishkotturi
Replies: 3 Views: 3946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 03, 2017 12:44 am Subject: Success DB update parsing error |
hi everyone..
my flow is
mq input-log4jlogging-mappingnode-computenode-log4jaudit-mqoutput
My input is csv and output is fixed length(multiple groups and records)
created successful required ... |
Topic: Error handler problem |
sathishkotturi
Replies: 2 Views: 2190
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 01, 2017 2:44 am Subject: Error handler problem |
My input is csv and outbound is fixed length.
I have designed a error handler for my interface.
when Iam sending a invalid input. Iam getting the following extra messages in the error log file. Alon ... |
Topic: Random num generation problem |
sathishkotturi
Replies: 3 Views: 4251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 03, 2017 10:12 pm Subject: Random num generation problem |
Hello......In my application I need a Unique ID generation for the customer booking service.
So I have used RAND() Function...Its working But seems repeating sometimes...
DECLARE I DECIMAL 1;
DEC ... |
Topic: how to call database,names,tables in IIB plz suggest me |
sathishkotturi
Replies: 2 Views: 3962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 08, 2017 3:57 am Subject: how to call database,names,tables in IIB plz suggest me |
DECLARE InRef INTEGER InputRoot.XMLNSC.root;
DECLARE I INTEGER 1;
DECLARE J INTEGER;
SET J = CARDINALITY(InputRoot.XMLNSC.root.sport[]);
WHILE I < J DO
INSERT INTO Database.AYYAPPA ... |
Topic: DESIGNING CONSUMER FLOW TO PULL DATE |
sathishkotturi
Replies: 2 Views: 2962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 06, 2016 5:03 am Subject: DESIGNING CONSUMER FLOW TO PULL DATE |
Hello,
how to Design a consumer flow in which you need to pull the date from Provider flow. |
|
|
|