Advertisement
Guest User

Ex

a guest
Mar 31st, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.71 KB | None | 0 0
  1. 2020-03-30 14:07:03 - [2,629s] -> LinkFileManagerFunctions->SaveLinkFileOutputRowsToDB: (PID=20281/row=137) Error: System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near ','.
  2.    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  3.    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  4.    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  5.    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  6.    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
  7.    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  8.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManagerFunctions.SaveLinkFileOutputRowsToDB(Boolean warningOccured, BatchProcessSession session) in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManagerFunctions.cs:line 1418
  9. ClientConnectionId:d31f5c03-7c67-47bf-9e32-1cd249b71870
  10. Error Number:102,State:1,Class:15
  11. 2020-03-30 14:07:03 - [0,000s] -> LinkFileManager->CreateLinkFile: Error: System.Exception: LinkFileManagerFunctions->SaveLinkFileOutputRowsToDB (Standard SQL): (PID=20281/row=137) Error: System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near ','.
  12.    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  13.    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  14.    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  15.    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  16.    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
  17.    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  18.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManagerFunctions.SaveLinkFileOutputRowsToDB(Boolean warningOccured, BatchProcessSession session) in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManagerFunctions.cs:line 1418
  19. ClientConnectionId:d31f5c03-7c67-47bf-9e32-1cd249b71870
  20. Error Number:102,State:1,Class:15 ---> System.Data.SqlClient.SqlException: Incorrect syntax near ','.
  21.    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  22.    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  23.    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  24.    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  25.    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
  26.    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  27.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManagerFunctions.SaveLinkFileOutputRowsToDB(Boolean warningOccured, BatchProcessSession session) in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManagerFunctions.cs:line 1418
  28.    --- End of inner exception stack trace ---
  29.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManagerFunctions.SaveLinkFileOutputRowsToDB(Boolean warningOccured, BatchProcessSession session) in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManagerFunctions.cs:line 1500
  30.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManager.SaveLinkFileOutputRows(Boolean warningOccured, BatchProcessSession session) in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManager.cs:line 2491
  31.    at Cominfo.ClockIn.BL.LinkFiles.LinkFileManager.<>c__DisplayClass41_0.<CreateLinkFile>b__1() in C:\Dev\GitInfos\InfosNET.ClockIn\BL\Cominfo.ClockIn.BL.LinkFiles\LinkFileManager.cs:line 456
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement