Author |
Message |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2011 6:27 am Subject: [FileRead node] Read multiple files |
That's not that easy at all and everything additional costs money.
I did a quick and dirty fix for now, filtering the BIP out of the Error-Path of my flow, works for now.
And yes you're right, F ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2011 5:29 am Subject: BIP4989 |
Hi everyone
I found another problem with this solution. Now the Node is telling me, that there are multiple files and he don't know which one to chose. The solution I made worked fine but now this ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 02, 2011 10:53 pm Subject: [FileRead node] Read multiple files |
Hi Srikanth
You may have to check the 'Records and Elements' section. You should have 'Whole File' selected. the expression=true() should work.
Daniel |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 29, 2011 10:53 pm Subject: [FileRead node] Read multiple files |
Hello Daniel,
Can you please explain how you implemented this solution as I have similar kind of requirement.
Thanks
For sure, I have two Screenshots where you can see the nodes:
http://www.er ... |
Topic: Namespace not applicable when promote properties |
danferry
Replies: 1 Views: 1334
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2011 10:48 pm Subject: Namespace not applicable when promote properties |
Hy
I recognized a problem recently when I built a subflow containing a fileread node. To keep it dynamic I promoted the property 'Result' OutputDataLocation.
As there is a XMLNSC structure, I ne ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2011 10:42 pm Subject: [FileRead node] Read multiple files |
As I have already stated, you can communicate between the compute node loop and the fileread node using local environment variables (connect a compute node to the other side of a file read node to set ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2011 7:26 am Subject: [FileRead node] Read multiple files |
How many files do you want to read?
This is all a bit of a distorted solution. Using a FileInput node is better since it will drive the flow for each file matching the pattern.
I don't know. The ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2011 7:10 am Subject: [FileRead node] Read multiple files |
You loop in a compute node, with PROPAGATE to a terminal. That terminal is connected to a FileRead node (and/or other nodes).
Ok, but how do I know how many times I have to loop? |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2011 7:05 am Subject: [FileRead node] Read multiple files |
The FileRead node won't do this work for you. You must code a loop.
You might want to strongly consider converting whatever process this is to not use files in the first place.
You do not want ... |
Topic: [FileRead node] Read multiple files |
danferry
Replies: 21 Views: 29541
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2011 6:23 am Subject: [FileRead node] Read multiple files |
Hi
Is it possible to read multiple files with a FileRead node?
I know it's possible when I get back to the In-terminal of the FileRead node - but what I actually want is something like that:
... |
Topic: 'Global' Message per flow |
danferry
Replies: 3 Views: 2074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2011 2:29 am Subject: 'Global' Message per flow |
Thank you for your reply
I will try this. I will participate the broker training but I'm just evaluating some parts.
Thanks again
Daniel |
Topic: 'Global' Message per flow |
danferry
Replies: 3 Views: 2074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2011 2:06 am Subject: 'Global' Message per flow |
Hi there
I'm getting into the WMB7 and started designing some simple flows.
Now I'm on a bigger flow and I'm having trouble about how to solve the fallowing problem.
I need to write an entity ... |