Author |
Message
|
cnurao_008 |
Posted: Mon Dec 21, 2009 9:47 pm Post subject: Problem with collector node |
|
|
Apprentice
Joined: 25 Nov 2008 Posts: 30
|
Hello All,
I am receiving the empty file at output.
I have configured the flow like
MQInput -----\ Collector node -File Outnode.
MQInput -----/
If i do the same with out collector node . I am able to receive the data .
Can any one tell me what i missed in the collector node .
The properties i set in the collector node as .
In1 1 0 empty
In2 1 0 empty |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Dec 21, 2009 10:00 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
is it going to expire terminal, keep a trace over there and find out. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
cnurao_008 |
Posted: Mon Dec 21, 2009 10:06 pm Post subject: |
|
|
Apprentice
Joined: 25 Nov 2008 Posts: 30
|
Hello Gaya3.
It's not getting Expired.
It generates a file at out put directory. But the file does not contain any data. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Dec 22, 2009 12:53 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
cnurao_008 wrote: |
Hello Gaya3.
It's not getting Expired.
It generates a file at out put directory. But the file does not contain any data. |
how you are consolidating the input details to output, are you doing any transformation inbetween. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
cnurao_008 |
Posted: Tue Dec 22, 2009 10:36 pm Post subject: |
|
|
Apprentice
Joined: 25 Nov 2008 Posts: 30
|
Hello Gaya3
I am not doing any transformation.
I want to append the multiple different files and send it to File Output by using Collector Node. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Dec 23, 2009 12:37 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
cnurao_008 wrote: |
Hello Gaya3
I am not doing any transformation.
I want to append the multiple different files and send it to File Output by using Collector Node. |
How you are appending here, you have to write the logic for that.
you have to collect it from each terminal and write a logic to append it. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
imakash |
Posted: Wed Dec 23, 2009 4:51 am Post subject: |
|
|
Newbie
Joined: 22 Dec 2009 Posts: 7
|
Hi ,
after collector node use compute node or java compute node to transform all messages in the body and then use file output. |
|
Back to top |
|
 |
|