When I am trying to checking the file in document library. I am getting error "
The URL 'url of document' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folderthat is not in the current web.
While checking in log I can see below entry.
Unknown SQL Exception 8143 occurred. Additional error information from SQL Server is included below. Parameter '@tp_Version' was supplied multiple times.
System.Runtime.InteropServices.COMException: The URL 'Folder/File.xlsx' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.at Microsoft.SharePoint.Library.SPRequestInternalClass.CheckInFile(String bstrUrl, String bstrWebRelativeUrl, Int32 iCheckinType, String bstrCheckinComment, Boolean bIsMigrate, Int32 iEditorId, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)
at Microsoft.SharePoint.Library.SPRequest.CheckInFile(String bstrUrl, String bstrWebRelativeUrl, Int32 iCheckinType, String bstrCheckinComment, Boolean bIsMigrate, Int32 iEditorId, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)