error -4861 - I do a BULK INSERT the contents of a csv file into a table through stored procedure

Posted by Chandru on Stack Overflow See other posts from Stack Overflow or by Chandru
Published on 2010-04-07T10:57:51Z Indexed on 2010/04/07 11:03 UTC
Read the original article Hit count: 249

Filed under:
|

Hi, Could you please help me,I have an application, in which I do a 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 (Web server, Application Server and DB Server) architecture it is throwing 4861 error. Could you please help? The Files are stored in the Web Server.

The Translated error message below: " 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

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2005