I am running a SQL Script called from a batch file to build a temp database from a flat file.

It works when the flat is on the C: drive but not on a net work drive
I get this error:

ERROR: could not open file "\\ESSOMAFPS5\P ollbook\Data\ST REET_DATA.txt" for reading: Invalid argument

Here is the copy statement... I am using the \\ UNC name in my call

BEGIN;

...