Author |
Message
|
Omuch |
Posted: Wed Jun 25, 2014 6:43 am Post subject: FileInput node doesn't read |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
Hi
I'm using WMB 7.0.0.5 on Windows server 2008 R2
This is my situation:
- I can't read files with FileInput / FileRead node from local server.
- I checked the permissions on the directories ,they are fine.
- The broker does not throw any error to the event log.
- I tried user trace - nothing is written to the trace.
- I succeed to write files with FileOutput node to local server.
Has anyone come across something like this before? |
|
Back to top |
|
 |
paustin_ours |
Posted: Wed Jun 25, 2014 7:03 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
check the filename pattern and make sure it fits the input file you are using.
using "*" will pick any file in the directory. Use that to test initially to confim it actually picks up. |
|
Back to top |
|
 |
Omuch |
Posted: Wed Jun 25, 2014 8:20 am Post subject: |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
I already checked all of that, still not working |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 25, 2014 8:24 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Omuch wrote: |
I already checked all of that, still not working |
Take a service trace.
Open a PMR. |
|
Back to top |
|
 |
ganesh |
Posted: Wed Jun 25, 2014 9:12 am Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Check the input directory specified in your file input node and also try writing (using file output node)to the same directory which is specified in your file input node.
Paste the property values for Input dir and File name. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 25, 2014 3:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Be careful and understand your file pattern.
* will not pickup something.txt but *.txt or *.* will.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Jun 26, 2014 2:52 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
In my testing * seems to pick up something.txt |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jun 26, 2014 7:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I stand corrected. I might have had it set to pickup *.txt and expected it to pickup a file without extension... Anyways experimentation beats discussion int that area...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|