Hi, could you please help me?
I have an application, in which I BULK INSERT the contents of a csv file into a table through stored procedure. The stored Procedure uses BULK INSERT (SQL Server 2005). This works fine in a standalone system. However when I use the same in a multitier architecture (Web server, Application Server and DB Server) it is throwing 4861 error. Could you please help?
The files are stored on the Web Server.
The translated error message is:
Error – 2147217900:4861:
Since it can not be opened for the file
\\Servername\c$\Folder1\Folder2\Folder3\file.csv,
It can not be loaded with large capacity.
Operation system error code is 5 (error not ……….)
Thanks
Regards,
Chandru