------------------------Error Log start---------------------------- Date:-23-03-2020 17:04:52 Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 693 at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 519 at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 382 at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnection.cs:line 241 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() in C:\projects\npgsql\src\Npgsql\NpgsqlConnection.cs:line 119 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 155 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-03-2020 17:05:25 Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 693 at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 519 at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 382 at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnection.cs:line 241 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() in C:\projects\npgsql\src\Npgsql\NpgsqlConnection.cs:line 119 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 155 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:03:56 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:04:03 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:32:10 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:32:25 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:34:13 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 17:35:26 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-03-2020 21:38:30 Application Name :Npgsql Error Message :42P01: relation "holiday_list" does not exist Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlConnector.cs:line 973 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 275 --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 458 at Npgsql.NpgsqlDataReader.NextResult() in C:\projects\npgsql\src\Npgsql\NpgsqlDataReader.cs:line 298 at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1195 at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) in C:\projects\npgsql\src\Npgsql\NpgsqlCommand.cs:line 1076 at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1.AddEnumerable(IEnumerable`1 enumerable) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\App_Data\CommonRepository.cs:line 159 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaService.cs:line 26 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(Object data) in D:\Kezia\Projects\KLI\Code\LAPS_COMMONTOOL\WK_KLI_LAPS_COMMONTOOL_Service\WK_KLI_LAPS_COMMONTOOL_Service\Controllers\WorkArea\WorkAreaApiController.cs:line 43 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-09-2024 17:50:58 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\App_Data\CommonRepository.cs:line 156 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 51 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-09-09-2024 19:59:00 Application Name :Npgsql Error Message :42601: each UNION query must have the same number of columns Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 52 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-09-09-2024 20:00:46 Application Name :Npgsql Error Message :42804: UNION types bigint and json cannot be matched Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\Thasleembanu\Project\LNBPM\LNBPM Common Tool\LAPS-CommonTools-dev\laps-commontools\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 52 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-26-09-2024 18:15:09 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 53 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-09-2024 16:27:14 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 53 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-09-2024 16:44:24 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in C:\Users\rajalakshmi.t\Downloads\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 53 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/30/2024 3:06:46 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/30/2024 3:50:36 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-16-Oct-24 5:56:39 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 11:27:39 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 11:49:47 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 11:56:47 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 11:58:10 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 12:03:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 12:08:00 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 12:11:12 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 12:14:23 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:01:41 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:03:56 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:05:20 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:07:16 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:11:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:12:56 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:15:28 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:22:08 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:33:03 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 1:48:04 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 3:13:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 3:21:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 3:21:27 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 3:22:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 3:28:54 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Nov-24 8:21:26 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-29-Nov-24 11:52:02 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-Dec-24 5:22:53 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Jan-25 12:11:51 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-08-Jan-25 4:47:31 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-08-Jan-25 5:15:34 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-Jan-25 3:56:48 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-Jan-25 4:05:44 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-Jan-25 3:24:27 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:35:47 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:40:24 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:45:41 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:48:07 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:54:18 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 11:54:29 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-30-Jan-25 4:27:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 11:29:48 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:10:19 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:14:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 55 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:16:19 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:19:38 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:24:34 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:27:50 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:45:17 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:52:37 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Feb-25 12:52:40 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-Feb-25 11:39:05 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-Feb-25 11:39:33 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-Feb-25 11:42:45 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-Feb-25 12:14:38 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-05-Feb-25 12:17:18 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 54 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 5:49:00 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:03:10 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:21:44 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:22:52 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:23:17 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:24:44 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:31:20 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-06-Feb-25 6:33:48 PM Application Name :Npgsql Error Message :Exception while connecting Method Name : at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.RawOpen(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 11:44:08 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 11:48:41 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 11:50:50 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 11:51:46 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:05:31 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:05:38 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:09:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:22:25 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:22:50 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-07-Feb-25 12:25:12 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10-Feb-25 10:33:11 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10-Feb-25 10:38:31 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10-Feb-25 10:40:44 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10-Feb-25 10:42:07 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10-Feb-25 10:58:43 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 10:57:21 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:00:33 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:06:21 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:12:53 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:17:57 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:34:43 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 11:48:04 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 12:00:45 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:11:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:17:25 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:23:51 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:34:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:38:54 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 7:45:40 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 8:10:56 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11-Feb-25 8:11:01 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-Feb-25 2:05:49 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-Mar-25 1:37:36 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Apr-25 3:59:12 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-03-Apr-25 4:03:20 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-22-Jul-25 3:40:35 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 11:24:19 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 12:03:01 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 2:20:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 2:23:50 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 3:53:44 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 4:11:29 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 4:16:14 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-Jul-25 4:31:03 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 57 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-Jul-25 5:46:44 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-Jul-25 11:44:24 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-Jul-25 4:14:38 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-29-Jul-25 10:56:31 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-29-Jul-25 10:57:17 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 3:32:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 3:32:10 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 3:44:49 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 3:59:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 3:59:10 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:03:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:03:39 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:24:42 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:28:20 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:43:54 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:44:00 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 4:53:43 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 5:06:04 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/13/2025 5:06:14 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/16/2025 7:57:18 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-9/16/2025 7:57:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/13/2025 6:06:55 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/13/2025 6:07:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/14/2025 10:53:58 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/14/2025 10:54:05 AM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 12:19:16 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 12:19:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 12:31:26 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 12:33:39 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 12:36:25 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:08:03 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:08:06 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:10:36 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:16:08 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:38:50 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 1:38:55 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 2:45:49 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 2:50:20 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 58 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 2:59:20 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 3:07:29 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 3:12:14 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 3:40:10 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 3:40:14 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 3:52:07 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 5:22:59 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 5:27:35 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/17/2025 5:33:58 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 12:31:36 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 12:38:38 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 12:48:09 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 3:01:30 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 3:16:43 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 3:16:49 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 3:20:59 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 4:56:56 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 4:57:05 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 5:03:33 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/21/2025 5:28:01 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/24/2025 5:45:00 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/24/2025 5:49:43 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/31/2025 4:22:29 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-10/31/2025 4:22:32 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 43 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/6/2025 8:01:48 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/6/2025 8:01:55 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/6/2025 8:05:54 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 59 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:08:57 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:09:21 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:18:21 PM Application Name :Npgsql Error Message :The operation has timed out. Method Name : at Npgsql.PostgresDatabaseInfo.LoadBackendTypes(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async) at Npgsql.PostgresDatabaseInfo.LoadPostgresInfo(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async) at Npgsql.PostgresDatabaseInfoFactory.Load(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async) at Npgsql.NpgsqlDatabaseInfo.Load(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async) at Npgsql.NpgsqlConnector.LoadDatabaseInfo(NpgsqlTimeout timeout, Boolean async) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlConnection.<>c__DisplayClass32_0.<g__OpenLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnection.Open() at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 154 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:23:44 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:26:15 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/8/2025 4:31:23 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/21/2025 1:56:43 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-11/21/2025 1:57:23 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/22/2025 6:20:08 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/22/2025 6:22:35 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/22/2025 6:24:17 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/24/2025 4:37:10 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/24/2025 4:39:24 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/24/2025 4:40:06 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/24/2025 4:41:24 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12/24/2025 4:42:24 PM Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (28)\Service_published_19092024\Service_published_19092024\Service1\Latestcommontoolservice\Service (4)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-13-01-2026 18:02:22 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\New folder (2)\commontool\Service (1)\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\New folder (2)\commontool\Service (1)\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\New folder (2)\commontool\Service (1)\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-02-2026 11:44:53 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-02-2026 12:38:46 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-02-2026 14:13:30 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-02-2026 14:16:37 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-12-02-2026 20:14:27 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-16-02-2026 18:50:25 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 61 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-17-02-2026 12:37:02 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 45 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 62 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-17-02-2026 15:40:50 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-17-02-2026 16:02:27 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-19-02-2026 10:47:00 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-19-02-2026 12:52:14 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-19-02-2026 12:53:39 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-19-02-2026 13:03:20 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-19-02-2026 13:03:20 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-20-02-2026 11:17:54 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-20-02-2026 17:58:33 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-23-02-2026 13:00:26 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-24-02-2026 10:57:48 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-02-2026 13:30:38 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-02-2026 15:15:59 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-25-02-2026 16:26:38 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-26-02-2026 11:13:53 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 11:06:19 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 20:41:01 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 20:52:40 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 20:56:21 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 20:59:04 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 21:01:30 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 21:06:59 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 21:10:59 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-27-02-2026 21:11:06 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 11:43:39 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 14:12:54 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1051 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 15:21:09 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 15:21:10 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 16:16:40 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 16:17:04 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 16:17:27 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 16:24:27 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 17:23:51 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 17:26:26 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) ------------------------Error Log End---------------------------- ------------------------Error Log start---------------------------- Date:-28-02-2026 19:37:49 Application Name :Npgsql Error Message :22P02: invalid input syntax for type bigint: "NaN" Method Name : at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<g__ReadMessageLong|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.<>c__DisplayClass41_0.<g__ReadMessageSequential|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming) at Npgsql.NpgsqlDataReader.NextResult() at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken) at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior) at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in C:\projects\dapper\Dapper\SqlMapper.cs:line 1060 at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in C:\projects\dapper\Dapper\SqlMapper.cs:line 1079 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in C:\projects\dapper\Dapper\SqlMapper.cs:line 721 at WK_KLI_LAPS_COMMONTOOL_Service.App_Data.CommonRepository.ExecuteSP_ReturnListwithoutmode(String spname, String inputjsonstring) in D:\UpdatedCode\commontool\Service\Service\App_Data\CommonRepository.cs:line 158 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaService.usrstagemove(Object data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaService.cs:line 50 at WK_KLI_LAPS_COMMONTOOL_Service.Controllers.WorkArea.WorkAreaApiController.usrstagemove(lottraninfo data) in D:\UpdatedCode\commontool\Service\Service\Controllers\WorkArea\WorkAreaApiController.cs:line 63 ------------------------Error Log End----------------------------