// Job ID: #420910
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[22367631,22367906,22367689,22367964,22367784,22368059,22367787,22368062,22367756,22368031,22367667,22367942,22367755,22368030,22367716,22367991,22367676,22367951,22367719,22367994,22367650,22367925,22367826,22368101,22367611,22367886,22367718,22367993,22367701,22367976,22367727,22368002,22367792,22368067,22367665,22367940,22367754,22368029,22367761,22368036,22367823,22368098,22367743,22368018,22367786,22368061,22367874,22368149,22367694,22367969,22367827,22368102,22367810,22368085,22367885,22368160,22367749,22368024,22367859,22368134,22367851,22368126,22367663,22367938,22367854,22368129,22367764,22368039,22367698,22367973,22367783,22368058,22367871,22368146,22367742,22368017,22367639,22367914,22367640,22367915,22367850,22368125,22367855,22368130,22367687,22367962,22367623,22367898,22367789,22368064,22367801,22368076,22367782,22368057,22367767,22368042,22367757,22368032,22367730,22368005],\"UserId\":5784,\"UserFullName\":\"Rhett Tynes\",\"UserWindowsId\":\"AG\\rtynes\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":5784,\"IsAGTalent\":false}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) ---> System.ComponentModel.Win32Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. --- End of inner exception stack trace --- at System.Data.ProviderBase.DbConnectionPool.CheckPoolBlockingPeriod(Exception e) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) at System.Data.SqlClient.SqlConnection.Open() at Hangfire.SqlServer.SqlServerStorage.CreateAndOpenConnection() at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func) at Hangfire.Console.States.ConsoleApplyStateFilter.OnStateApplied(ApplyStateContext context, IWriteOnlyTransaction transaction) at Hangfire.States.StateMachine.InvokeOnStateApplied(Tuple`2 x)