Author |
Message
|
CAONIMA |
Posted: Fri Apr 17, 2015 6:47 am Post subject: FILE INPUT NODE |
|
|
Acolyte
Joined: 03 Dec 2014 Posts: 65
|
Hi All,
I have questions about file input node.
I have the Server Name:bohc1, User Name and Password.
I use the mqsisetdbparms IB9NODE -n ftp:: bohc1 -u -p
For the Input Directory, I set \\bohc1\e$\IATest\.
For FTP, SERVER:ftp.cgeaiw4.com:21, SERVER DIRECTORY:/bohc1/e$/IATest/
After I set all the properties, the flow is not running.
What is the problem?
Many thanks! |
|
Back to top |
|
 |
nelson |
Posted: Fri Apr 17, 2015 7:20 am Post subject: Re: FILE INPUT NODE |
|
|
 Partisan
Joined: 02 Oct 2012 Posts: 313
|
|
Back to top |
|
 |
zpat |
Posted: Fri Apr 17, 2015 7:38 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Always use a FTP configurable service to contain your server and path details.
You also have a space in this comamnd after the :: which doesn't look right
Code: |
IB9NODE -n ftp:: bohc1 -u -p |
_________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
CAONIMA |
Posted: Fri Apr 17, 2015 7:44 am Post subject: |
|
|
Acolyte
Joined: 03 Dec 2014 Posts: 65
|
Thank you for all your replies.
I don't have errors. The flow never starts.
I didn't type the space after ::.
Can I use mqsicvp to see if the FTP connect successfully?
Many thanks! |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 17, 2015 7:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
is the flow configured to start?
If so, there *are* errors *somewhere*. |
|
Back to top |
|
 |
zpat |
Posted: Fri Apr 17, 2015 8:02 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
No, mqsicvp does not verify FTP - I have an RFE open for this requirememnt. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
ganesh |
Posted: Fri Apr 17, 2015 8:08 am Post subject: Re: FILE INPUT NODE |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
CAONIMA wrote: |
After I set all the properties, the flow is not running.
Many thanks! |
By flow is not running did you mean the flow is in a stopped state or the flow is in started state but not consuming the file?
You can verify if the flow is indeed up and running either using mqsilist, or checking in toolkit or checking through the broker explorer. |
|
Back to top |
|
 |
CAONIMA |
Posted: Fri Apr 17, 2015 8:13 am Post subject: Re: FILE INPUT NODE |
|
|
Acolyte
Joined: 03 Dec 2014 Posts: 65
|
ganesh wrote: |
CAONIMA wrote: |
After I set all the properties, the flow is not running.
Many thanks! |
By flow is not running did you mean the flow is in a stopped state or the flow is in started state but not consuming the file?
You can verify if the flow is indeed up and running either using mqsilist, or checking in toolkit or checking through the broker explorer. |
Thank you for your reply.
I mean the File Input Node didn't crab the message. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 17, 2015 8:23 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Does the FTP server report that anyone is connecting?
Does the FTP server have any files that match the pattern you're using?
Does the local directory have any files that match the pattern you're using?
Does the local server report that anyone is connecting? (you're talking to a remote Windows host). |
|
Back to top |
|
 |
nelson |
Posted: Fri Apr 17, 2015 8:51 am Post subject: |
|
|
 Partisan
Joined: 02 Oct 2012 Posts: 313
|
CAONIMA wrote: |
Thank you for all your replies.
I don't have errors. The flow never starts.
I didn't type the space after ::.
Can I use mqsicvp to see if the FTP connect successfully?
Many thanks! |
Check the broker logs... Just after the deployment you should see some error that tells you why the flow is not starting. |
|
Back to top |
|
 |
|