2
Database operation failed on server 'worker.database.windows.net,11146' with SQL Error Number '40197'. Error message from database execution : The service has encountered an error processing your request. Please try again. Error code 4815.
A severe error occurred on the current command.  The results, if any, should be discarded..

I'm getting the following error. What does error code 4815 mean? Couldn't find any documentation regarding that error code.

1 Answer 1

2

The error 4815 means that the SQL Server engine received an invalid column length from the bcp client for colid. You might want to check the parameters again and try this task again.

Here is some documentation on the error codes. Hope this helps.

https://technet.microsoft.com/en-us/library/cc645613(v=sql.105).aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.