25 May, 2009
0 Comments
0 categories
When you get the error:
Cannot bulk load because the file \\SERVER01\NetworkShare\xxx.txt
could not be opened. Operating system error code 1265(The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.).
Make sure the credentials of the Windows Service which calls the stored procedure that executes the bulk insert statement, are correct. In our case the password was changed, so the service was started with a password different from the correct and current password.
Tags: SQL Server