11/4/2024 1:23:24 PM --- DAP20241003C00003 --- System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.AggregateException: One or more errors occurred. ---> Microsoft.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Operation cancelled by user.
The statement has been terminated. ---> System.ComponentModel.Win32Exception: The wait operation timed out
--- End of inner exception stack trace ---
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.SetCacheItem(String key, Byte[] value, DistributedCacheEntryOptions options)
at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.Set(String key, Byte[] value, DistributedCacheEntryOptions options)
at PX.Api.TSBasedScreen.ScreenInfo.ScreenInfoJsonDistributedCache.StoreFile(ScreenInfoJsonName key, ScreenInfoJsonCacheEntry value)
at PX.Api.TSBasedScreen.ScreenInfo.ScreenInfoJsonLayeredCache.StoreFile(ScreenInfoJsonName key, ScreenInfoJsonCacheEntry value)
at PX.Data.PXAccess.ForEachTenantAsAdmin(Action action) in C:\build\code_repo\NetTools\PX.Data\Access\Accesshelper.cs:line 1729
--- End of inner exception stack trace ---
at PX.Data.PXAccess.ForEachTenantAsAdmin(Action action) in C:\build\code_repo\NetTools\PX.Data\Access\Accesshelper.cs:line 1739
at PX.Api.TSBasedScreen.ScreenInfo.ScreenInfoJsonReader.ReadFileToCache(ScreenInfoJsonIndexCacheEntry cachedIndex, ScreenInfoJsonName name)
at PX.Api.TSBasedScreen.ScreenInfo.ScreenInfoJsonReader.GetScreenInfo(ScreenInfoJsonName name)
at PX.Api.TSBasedScreen.ScreenInfo.ScreenInfoJsonReader.GetScreenInfos()
at PX.Api.TSBasedScreen.ScreenInfo.TypeScriptPageIndexingService.GetFullData()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at PX.Api.TSBasedScreen.ScreenInfo.TypeScriptPageIndexingService.GetUDFTypeField(String graphType)
at PX.Data.PXCache`1..ctor(PXGraph graph) in C:\build\code_repo\NetTools\PX.Data\Cache\Model.cs:line 3643
at PX.Data.PXCacheCollection.get_Item(Type key) in C:\build\code_repo\NetTools\PX.Data\Graph\Collection.cs:line 1066
at PX.Data.PXFilter`1.<.ctor>b__3_0() in C:\build\code_repo\NetTools\PX.Data\Descriptor\Action\PXFilter.cs:line 87
at PX.Data.PXGraph.PXGraphPrototype.<>c__DisplayClass2_0`1.<Memoize>b__0(MethodKey k) in C:\build\code_repo\NetTools\PX.Data\Graph\Graph.cs:line 2905
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at PX.Data.PXGraph.PXGraphPrototype.Memoize[T](Func`1 factory, Object[] depends) in C:\build\code_repo\NetTools\PX.Data\Graph\Graph.cs:line 2905
at PX.Data.PXFilter`1..ctor(PXGraph graph, Delegate handler) in C:\build\code_repo\NetTools\PX.Data\Descriptor\Action\PXFilter.cs:line 81
at _Initialize(PXGraph )
at PX.Data.PXGraph._InitializeDelegate.Invoke(PXGraph graph)
at PX.Data.PXGraph..ctor() in C:\build\code_repo\NetTools\PX.Data\Graph\Graph.cs:line 3167
at PX.Web.UI.SharedColumnSettings..ctor()
at PX.Data.PXGraph.CreateInstance(Type graphType, String prefix) in C:\build\code_repo\NetTools\PX.Data\Graph\Graph.cs:line 282
at PX.Web.UI.PXBaseDataSource.CreateDataGraphSimply(Type type)
at PX.Web.UI.PXBaseDataSource.CreateDataGraph(Type type)
at PX.Web.UI.PXBaseDataSource.get_DataGraph()
at PX.Web.UI.PXBaseDataSource.get_ToolBar()
at PX.Web.UI.PXBaseDataSource.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at PX.Web.UI.PXBaseDataSource.get_Controls()
at PX.Web.UI.PXSmartPanel.CollectInnerControls(ControlCollection controls, Boolean load, Boolean collectUpdatable)
at PX.Web.UI.PXSmartPanel.CollectInnerControls(Boolean load)
at PX.Web.UI.PXSmartPanel.SetBindingState(Boolean load)
at PX.Web.UI.PXSmartPanel.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at PX.Web.UI.Metadata.AspxScreenInfoCollector.Collect(String screenId, String locale)
at PX.Web.UI.Metadata.CachingScreenInfoCollectorDecorator`1.Collect(T id, String locale)
at PX.Api.TSBasedScreen.ScreenInfo.SiteMapScreenInfoCollector.Collect(IScreenInfoDataId dataId, String locale)
at PX.Api.Services.ScreenService.GetProcessStatus(String id, PXGraph targetGraph, Exception& exception) in C:\build\code_repo\NetTools\PX.Data\Api\Services\ScreenService.cs:line 447
at PX.Api.Services.ScreenService.GetProcessStatus(String id) in C:\build\code_repo\NetTools\PX.Data\Api\Services\ScreenService.cs:line 387
--- End of inner exception stack trace --- --- AQBatch: DAP038033