GL Batch Balance Error

Hello everyone,

I’ve error when I do GL Batch Balance
I got error message

" Program Ice.Services.Lib.RunTask when executing task 1547075 raised an unexpected exception with the following message: RunTask:
System.Data.SqlClient.SqlException (0x80131904): The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.
The statement has been terminated.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout"

I don’t know why I got this error message
I hope you can help me about my case
Thankyou

Regards,
Fara

Going to go the easy route, I’d suggest log a ticket with support.

It does look like you have some sort of other process running at the same time that is writing to the same table or log file.

Is it possibly you accidently clicked the submit button twice?

Hi Hally,

Thank you for your suggest