This is my error:
Cannot bulk load because the file could not be opened.
Operating system error code 5 (Access is denied.)
I've checked permissions and everything seems fine. The auto bulk insert flow has been working up until yesterday where the same code base started to toss this exception from the sql level. SQL uses a UNC path to another application box to get at the file that we want to bulk insert.
The file path SQL will use is something like \\myserver\csv\Application\Bulk\file.csv
Just looking for suggestions as to what the issue might be or what I can do to remedy.
This has been up and running on our production servers for some time now and it's just yesterday that this popped up.