
Hi All,
i have the below error on AXSF i have empty database restored and logs on AOS1 and AOS2 show full synch is completed and succeeded, however in service fabric cluster i still receive the below error :
any idea about the below ? i usually receive the below error before but after succesfull synch the AOS are ready and the below error goes, but here it seems stuck,.
'System.RA' reported Warning for property 'ReplicaOpenStatus'.
Replica had multiple failures during open on -AOS-01. API call: IStatelessServiceInstance.Open(); Error = System.Data.SqlClient.SqlException (-2146232060)
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
System.ComponentModel.Win32Exception (-2147467259)
The wait operation timed out
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.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Dynamics.AXService.Database.Synchronizer.LockTable(SqlConnection connection, SqlTransaction transaction)
at Microsoft.Dynamics.AXService.Database.Synchronizer.Synchronize()
at Microsoft.Dynamics.AXService.AXService.<>c__DisplayClass9_1.<.ctor>b__0()
at Microsoft.PowerApps.Runtime.Common.LatencyRecorder.RecordLatencyEvent(ILogger logger, String eventName, Action action, IDictionary`2 additionalProperties, IDictionary`2 additionalMetrics)
at Microsoft.Dynamics.AXService.AXService..ctor(StatelessServiceContext context, ILogger logger)
at Microsoft.Dynamics.AXService.Program.<>c.<Main>b__0_0(StatelessServiceContext context)
at Microsoft.ServiceFabric.Services.Runtime.StatelessServiceInstanceFactory.System.Fabric.IStatelessServiceFactory.CreateInstance(String serviceTypeName, Uri serviceName, Byte[] initializationData, Guid partitionId, Int64 instanceId)
at System.Fabric.ServiceFactoryBroker.<>c__DisplayClass9_0.<CreateInstance>b__0(IStatelessServiceFactory factory, ServiceInitializationParameters initParams)
at System.Fabric.ServiceFactoryBroker.CreateHelper[TFactory,TReturnValue](IntPtr nativeServiceType, IntPtr nativeServiceName, UInt32 initializationDataLength, IntPtr nativeInitializationData, Guid partitionId, Func`3 creationFunc, Action`2 initializationFunc, ServiceInitializationParameters initializationParameters)
For more information see: <a href='https://aka.ms/sfhealth' target='_blank'>aka.ms/.../a>
Hi Mohammad,
did you get a chance to read through this article ?
especially the topic gateway fails to deploy. your error message is documented under this topic.