Hi,
have you tried setting "Ignore failred readers: yes" under the Workspace parameters / Advanced?
David
Hi,
i try it but no change. i get each x minutes the FME_FAILURE in FME SERVER_jobs.
Other ideas?
Thanks,
Hi,
another option could be to use the "Directory and File Pathnames" reader to count the files in the directory.
If count > 0, then pass it on to either a FeatureReader or a second workspace (WorkspaceRunner / FMEServerJobSubmitter). If count = 0, terminate.
David
Hi,
its a good idea, but how could i retrieve count files?
Thanks an advance.
Hi,
Each file or directory (according to how you set the reader) is a feature, so you can count the features, or use one of the features attributes.
Hi,
David, Itay, thank you for your help.
I use Directory and File Pathnames readers and FeatureTypeFilter to retrieve path of files is are exist into the directory.
Farfar