Author |
Message |
Topic: Issues in using IAM3 log4j supportpck for IIB9 |
Anjali
Replies: 6 Views: 6505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2016 6:21 am Subject: Re: Issues in using IAM3 log4j supportpck for IIB9 |
even I am doing on the same code. and also placed the jars in the right place but i am facing the issue like this:
'Log4jLoggingPluginNode', in message flow 'log4jmsgflow'. The broker cannot cre ... |
Topic: How to insert through Database service |
Anjali
Replies: 1 Views: 1856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2016 1:53 am Subject: How to insert through Database service |
I have created a database service with insert operation. and a flow with soap input that takes a parameters like EID,ENAME,ESAL,EDESG (fields in my table) and I dragged .service file onto compute node ... |
Topic: hw to place Incoming file to other location with same name? |
Anjali
Replies: 6 Views: 4976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 03, 2016 1:58 am Subject: hw to place Incoming file to other location with same name? |
I haven't started yet to get any problem. i just wanted some ideas like hw to initiate that. how can we replace the file/ files in output location with the same name? |
Topic: hw to place Incoming file to other location with same name? |
Anjali
Replies: 6 Views: 4976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 03, 2016 1:48 am Subject: hw to place Incoming file to other location with same name? |
My requirement is to pick up the file/files from FTP and place in any other location with the same name ??? Could anyone suggest me ideas how to do this??  |
Topic: Failed to locate constant |
Anjali
Replies: 11 Views: 8474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 6:49 am Subject: Failed to locate constant |
OOPS!!!
nothing just a MQOutput node |
Topic: Failed to locate constant |
Anjali
Replies: 11 Views: 8474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 6:41 am Subject: Failed to locate constant |
nothing is there. that so called default procedures. |
Topic: Failed to locate constant |
Anjali
Replies: 11 Views: 8474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 5:28 am Subject: Failed to locate constant |
even though I am not getting output. Im not getting error but my flow is terminating at return true in the main block. |
Topic: Failed to locate constant |
Anjali
Replies: 11 Views: 8474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 4:57 am Subject: Failed to locate constant |
DECLARE A row;
SET A.values[]= (SELECT employee.eid FROM Database.employee);
SET OutputRoot.records.values[]=A.values[];
RETURN TRUE;
END;
This is my code please help ... |
Topic: Failed to locate constant |
Anjali
Replies: 11 Views: 8474
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2016 4:10 am Subject: Failed to locate constant |
Hi,
Im working with database in compute node to fetch a particular columns data. im retrieving te data but when im trying to put it in queue like
Set outputroot..... it is throwing an exception l ... |
Topic: checking whether the input is coming from MQ? |
Anjali
Replies: 7 Views: 4321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 20, 2016 10:28 am Subject: checking whether the input is coming from MQ? |
that is what i want to know whether it is coming from FTP or MQ Input node.
give me some suggestions how can i know whether from which i am getting and the input will i'll be getting will be in xmln ... |
Topic: checking whether the input is coming from MQ? |
Anjali
Replies: 7 Views: 4321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 20, 2016 7:09 am Subject: checking whether the input is coming from MQ? |
My scenario is to know whether the input is coming from MQ or FTP?
I tried in like getting to know details from MQMD headers so that I can know it is coming from MQ. BUt i'm facing an issue when I'm ... |