Server Error in '/' Application.

Resource ID : 1. The request limit for the database is 400 and has been reached. See 'https://docs.microsoft.com/azure/azure-sql/database/resource-limits-logical-server' for assistance.

Description: An unhandled exception occurred.

Exception Details: System.Data.SqlClient.SqlException: Resource ID : 1. The request limit for the database is 400 and has been reached. See 'https://docs.microsoft.com/azure/azure-sql/database/resource-limits-logical-server' for assistance.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): Resource ID : 1. The request limit for the database is 400 and has been reached. See 'https://docs.microsoft.com/azure/azure-sql/database/resource-limits-logical-server' for assistance.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +265
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +765
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4346
   System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +88
   System.Data.SqlClient.SqlDataReader.get_MetaData() +93
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) +551
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3387
   System.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) +650
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +83
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +1891
   Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteReader() +99

[DataException: Error executing SQL command: 
SELECT
  [ItemId],
  [Order],
  [Version],
  [Language],
  [Name],
  [Value],
  [FieldId],
  [MasterID],
  [ParentID],
  [Created]
FROM
( SELECT
    [Id] AS [ItemId],
    0 AS [Order],
    0 AS [Version],
    '' AS [Language],
    [Name],
    '' AS [Value],
    [TemplateID] AS [FieldId],
    [MasterID],
    [ParentID],
    [Created]
  FROM [Items]
  UNION ALL
  SELECT
    [ParentId] AS [ItemId],
    1 AS [Order],
    0 AS [Version],
    '' AS [Language],
    NULL AS [Name],
    '',
    NULL,
    NULL,
    [Id],
    NULL
  FROM [Items]
  UNION ALL
  SELECT
    [ItemId],
    2 AS [Order],
    0 AS [Version],
    '' AS [Language],
    NULL AS [Name],
    [Value],
    [FieldId],
    NULL,
    NULL,
    NULL
  FROM [SharedFields]
  UNION ALL
  SELECT
    [ItemId],
    2 AS [Order],
    0 AS [Version],
    [Language],
    NULL AS [Name],
    [Value],
    [FieldId],
    NULL,
    NULL,
    NULL
  FROM [UnversionedFields]
  UNION ALL
  SELECT
    [ItemId],
    2 AS [Order],
    [Version],
    [Language],
    NULL AS [Name],
    [Value],
    [FieldId],
    NULL,
    NULL,
    NULL
  FROM [VersionedFields]) AS temp
  WHERE [ItemId] IN (SELECT [ID] FROM [Items] WITH (NOLOCK) WHERE [ID] = @itemId)
  ORDER BY [ItemId], [Order] ASC, [Language] DESC, [Version] DESC]

[Exception: Resource ID : 1. The request limit for the database is 400 and has been reached. See 'https://docs.microsoft.com/azure/azure-sql/database/resource-limits-logical-server' for assistance.]
   Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteReader() +285
   Sitecore.Data.DataProviders.Sql.DataProviderReader..ctor(DataProviderCommand command) +66
   Sitecore.Data.DataProviders.Sql.<>c__DisplayClass29_0.<CreateReader>b__0() +72
   Sitecore.Data.DataProviders.NullRetryer.Execute(Func`1 action, Action recover) +293
   Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateReader(String sql, Object[] parameters) +289
   Sitecore.Data.SqlServer.SqlServerDataProvider.ExecuteLoadItemDefinitionsSql(String sql, Object[] parameters, SafeDictionary`2 prefetchData) +154
   Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchItem(ID itemId) +193
   Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPrefetchData(ID itemId, Boolean returnEmptyData) +207
   Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemDefinition(ID itemId, CallContext context) +13
   Sitecore.Data.DataProviders.CompositeDataProvider.GetItemDefinition(ID itemId, CallContext context) +68
   Sitecore.Data.DataProviders.DataProvider.GetItemDefinition(ID itemID, CallContext context, DataProviderCollection providers) +156
   Sitecore.Data.DataSource.GetItemInformation(ID itemID) +88
   Sitecore.Data.DataSource.GetItemData(ID itemID, Language language, Version version) +32
   Sitecore.Nexus.Data.DataCommands.GetItemCommand.GetItem(ID itemId, Language language, Version version, Database database) +93
   Sitecore.Nexus.Data.DataCommands.GetItemCommand.Execute(ID itemId, Language language, Version version, Database database) +487
   Sitecore.Data.Engines.DataCommands.GetItemCommand.DoExecute() +121
   Sitecore.Data.Engines.EngineCommand`2.Execute() +93
   Sitecore.Data.Managers.ItemProvider.GetItem(ID itemId, Language language, Version version, Database database) +295
   Sitecore.Data.Managers.ItemProvider.GetItem(ID itemId, Language language, Version version, Database database, SecurityCheck securityCheck) +141
   Sitecore.Pipelines.ItemProvider.GetItem.GetLanguageFallbackItem.Process(GetItemArgs args) +224
   (Object , Object ) +15
   Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +1036
   Sitecore.Data.Managers.DefaultItemManager.GetItem(ID itemId, Language language, Version version, Database database, SecurityCheck securityCheck) +304
   Sitecore.Data.Managers.ItemManager.GetItem(ID itemId, Language language, Version version, Database database, SecurityCheck securityCheck) +165
   Sitecore.Nexus.Data.DataCommands.GetChildrenCommand.Execute(Item item) +287
   Sitecore.Data.Engines.EngineCommand`2.Execute() +93
   Sitecore.Data.Managers.ItemProvider.GetChildren(Item item, ChildListOptions options) +82
   Sitecore.Data.Managers.ItemProvider.GetChildren(Item item, SecurityCheck securityCheck, ChildListOptions options) +60
   Sitecore.Collections.ChildList.Populate(ChildListOptions options) +28
   Sitecore.Collections.ChildList..ctor(Item ownerItem, ChildListOptions options) +41
   Sitecore.Data.Items.Item.get_Children() +41
   Sitecore.XA.Foundation.RenderingVariants.Pipelines.ParseVariantFields.ParseSection.TranslateField(ParseVariantFieldArgs args) +265
   Sitecore.XA.Foundation.Variants.Abstractions.Pipelines.ParseVariantFields.ParseVariantFieldProcessor.Process(ParseVariantFieldArgs args) +78
   (Object , Object ) +10
   Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +1036
   Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain, Boolean failIfNotExists) +236
   Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain) +23
   Sitecore.XA.Foundation.Variants.Abstractions.Services.VariantFieldParser.GenerateVariantFields(Item variantDefinitionItem, Item variantRootItem) +324
   Sitecore.XA.Foundation.RenderingVariants.Pipelines.ParseVariantFields.ParseSection.TranslateField(ParseVariantFieldArgs args) +402
   Sitecore.XA.Foundation.Variants.Abstractions.Pipelines.ParseVariantFields.ParseVariantFieldProcessor.Process(ParseVariantFieldArgs args) +78
   (Object , Object ) +10
   Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +1036
   Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain, Boolean failIfNotExists) +236
   Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain) +23
   Sitecore.XA.Foundation.Variants.Abstractions.Services.VariantFieldParser.GenerateVariantFields(Item variantDefinitionItem, Item variantRootItem) +324
   Sitecore.XA.Foundation.Variants.Abstractions.Services.VariantFieldParser.ParseVariantFields(Item variantDefinitionItem, Item variantRootItem, Boolean useCaching) +221
   Sitecore.XA.Foundation.Variants.Abstractions.Repositories.AbstractVariantsRepository.get_VariantFields() +92
   Sitecore.XA.Foundation.Variants.Abstractions.Repositories.AbstractVariantsRepository.FillBaseProperties(Object m) +71
   Sitecore.XA.Foundation.RenderingVariants.Repositories.VariantsRepository.FillBaseProperties(Object m) +24
   Sitecore.XA.Foundation.RenderingVariants.Repositories.VariantsRepository.GetModel() +51
   Sitecore.XA.Foundation.Mvc.Controllers.StandardController.Index() +130
   lambda_method(Closure , ControllerBase , Object[] ) +90
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
   System.Web.Mvc.<>c__DisplayClass24_0.<InvokeActionMethodWithFilters>b__0() +80
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +466
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +466
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +2387


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0