Author |
Message
|
pmbsa2 |
Posted: Wed Jun 24, 2009 5:03 am Post subject: WBI 6.1 File node FTP issue |
|
|
Novice
Joined: 24 Jun 2009 Posts: 21
|
Hi, I am not sure if this is something that has been raised before but I cant seem to find it.
I am doing a POC using the new FileInput Node fetching a file from an FTP server. The connection and everything worked 100% but I am confused by the behavior of the node. It seems to retrieve and reprocess the same file over and over again (sometimes not in line with the polling interval as well). Is there a way to stop it from doing this?
thanks
Paul |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jun 24, 2009 5:05 am Post subject: Re: WBI 6.1 File node FTP issue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pmbsa2 wrote: |
Is there a way to stop it from doing this? |
Yes - configure it do to something else. Moving the processed file is a popular solution. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pmbsa2 |
Posted: Wed Jun 24, 2009 5:12 am Post subject: |
|
|
Novice
Joined: 24 Jun 2009 Posts: 21
|
If I understand correctly, I would have to somehow trigger a job on the remote server to remove the file once it has been processed? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 24, 2009 5:25 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You just need to configure the FileInput node properly, and ensure that the FTP security identity has the necessary permissions on the remote directory to do the right thing.
Then you have to make sure that the remote side is not resending the same file over and over and over, and then do all of the other troubleshooting one needs to do.
The FileInput node only behaves like this when you haven't allowed it not to. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jun 24, 2009 5:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pmbsa2 wrote: |
If I understand correctly, I would have to somehow trigger a job on the remote server to remove the file once it has been processed? |
No, typically the FileInput node is made to do it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pmbsa2 |
Posted: Wed Jun 24, 2009 7:18 am Post subject: |
|
|
Novice
Joined: 24 Jun 2009 Posts: 21
|
ok so the inputnode should clear the file provided the permissions are set correctly? |
|
Back to top |
|
 |
MQEnthu |
Posted: Wed Jun 24, 2009 11:26 pm Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
pmbsa2 wrote: |
ok so the inputnode should clear the file provided the permissions are set correctly? |
Yes, if the file from remote FTP server is successfully transferred, it is deleted from the FTP server.
Follow the steps mentioned here:http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/topic/com.ibm.etools.mft.doc/ac55422_.htm _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
pmbsa2 |
Posted: Thu Jun 25, 2009 1:12 am Post subject: |
|
|
Novice
Joined: 24 Jun 2009 Posts: 21
|
Thanks! I was hoping the answer would be that simple! |
|
Back to top |
|
 |
|