Hi,
We are experiencing constant timeouts in backend on a DW10 installation in a Azure Service. It is running on Premium v3 P2V3.
Example of timeout error :
2025-12-02 14:56:58.6887: Request failed. Trace ID: 00-1d59e7872618b83c53486d9fc9849a1e-e6b9bc10593a6dd0-00. System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (258): The wait operation timed out. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.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.SqlDataReader.TryConsumeMetaData() 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, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Dynamicweb.Data.Database.CreateDataReader(IDbCommand command, CommandBehavior behavior) at Dynamicweb.Data.Database.CreateDataReader(CommandBuilder commandBuilder, IDbConnection connection, IDbTransaction transaction, CommandBehavior behavior, Int32 commandTimeout) at Dynamicweb.Data.Database.CreateDataReader(CommandBuilder commandBuilder, IDbConnection connection, IDbTransaction transaction, Int32 commandTimeout) at Dynamicweb.Data.GeneralLogRepository.GetEvents(LogEventQuery query) at Dynamicweb.Logging.LogEvents.LogEventService.GetEvents(LogEventQuery query) at Dynamicweb.Dashboard.Widgets.WidgetsHelper.GetLogEvents(String eventLevel, String category, DateTime startTime, String orderBy, Int32 top) at Dynamicweb.Dashboard.Widgets.WidgetsHelper.GetLogEvents(String eventLevel, String category, DateTime startTime) at Dynamicweb.Dashboard.Widgets.WidgetsHelper.GetLogEvents(String eventLevel, String category, TimePeriodUnit timePeriod) at Dynamicweb.Insights.UI.Dashboard.Widgets.EventCountWidget.GetCounterValue(String& formattedValue) at Dynamicweb.Dashboard.Widgets.ThresholdCountWidget.GetCounterNumber() at Dynamicweb.Application.UI.Queries.Dashboard.DashboardNumberWidgetQuery.GetModel() at Dynamicweb.CoreUI.Screens.ScreenBuilders.DefaultScreenBuilder`2.Make() at Dynamicweb.CoreUI.Screens.ScreenBuilder.MakeScreen(BuildRequest request) at Dynamicweb.Management.UI.Controllers.AdminController.GetScreenFromDefinition(String screenDefinition, String shadowEditId) at Dynamicweb.Management.UI.Controllers.AdminController.GetLayoutDefinition(String screenDefinition, String shadowEditId) at Dynamicweb.Management.UI.Controllers.AdminController.GetScreen(String layout, String navigationPath, String shadowEditId) at Dynamicweb.Management.UI.Controllers.AdminController.GetUI() at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger) at Dynamicweb.Management.UI.Middleware.AdminUIRedirectMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task) ClientConnectionId:a99e3b4b-66d2-4a44-86c2-bc9261bb6a10 Error Number:-2,State:0,Class:11 ClientConnectionId before routing:111cf3ab-23bf-432e-b54d-03290c0c5905 Routing Destination:f6df6e3f52fc.tr1213.swedencentral1-a.worker.database.windows.net,11007 2025-12-02 14:56:59.1768: Request headers: [ "Accept", "Accept-Encoding", "Accept-Language", "Cookie", "Host", "Max-Forwards", "Referer", "User-Agent", "sec-ch-ua-platform", "dw-screen-only", "sec-ch-ua", "dw-navigation-path", "sec-ch-ua-mobile", "Sec-Fetch-Site", "Sec-Fetch-Mode", "Sec-Fetch-Dest", "X-ARR-LOG-ID", "CLIENT-IP", "DISGUISED-HOST", "X-SITE-DEPLOYMENT-ID", "WAS-DEFAULT-HOSTNAME", "X-Forwarded-Proto", "X-AppService-Proto", "X-ARR-SSL", "X-Forwarded-TlsVersion", "X-Forwarded-For", "X-Original-URL", "X-WAWS-Unencoded-URL" ] 2025-12-02 14:56:59.4571: Request item keys: [ "DW_Current_ExecutionTable" ] 2025-12-02 14:56:59.7524: Request form: []
Regards / Aki