1

In PDI 4.5 the "Wait for File" operation in a job does not seem to recognize windows network drives, i.e. using a path like Z:\stuff\watch\test.txt where Z: is network drive and not on the local machine.

Has anybody had this problem? Is there a work around?

MacBrave
  • 58
  • 5

1 Answers1

0

Try to use the full windows path rather than the mapped drive, i.e.:

\servername\sharename\stuff\watch\test.txt

Codek
  • 5,114
  • 3
  • 24
  • 38