web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

The source system provider was unable to complete the request in MR CU15

(1) ShareShare
ReportReport
Posted on by 363

When I generate report in Management Reporter, It failed with The source system provider was unable to complete the request error message.

Below is the error log from Eventviewer.

select distinct dv.Id, dv.Name, dv.IsActive, dv.SourceKey, ac.TypicalBalance from Datamart.DimensionValue dv inner join (select distinct Dimension1Id dcdId from Datamart.DimensionCombination dc where dc.OrganizationId = 1) dc on dc.dcdId = dv.Id inner join Datamart.Account ac on dv.Id = ac.Id where dv.VersionEnd IS NULL and dv.Id not in(select DimensionValueId from Datamart.DimensionValueCriterion) and dv.DefinitionId = 1

Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

.Net SqlClient Data Provider

System.Data.SqlClient.SqlException

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.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at Microsoft.Dynamics.Performance.Core.SqlCommandWrapper.RunCommand[TResult](Func`1 execute) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.SegmentMembersInUseCache.GetDimensionMembers() at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.DimensionRangeSupportCache`1.CacheData() at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.DimensionRangeSupportCache`1.FindCurrent(String name) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillDimensionFilterSet(Dictionary`2 dimensionFilterSet, GLSegmentCriteria accountCriteria) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillDimensionFilterSet(Dictionary`2 dimensionFilterSet, GLFilterCriteria filterCriteria, Boolean isAccountFilter) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.ValidateAccountFilters(IEnumerable`1 accountFilters, HashSet`1 allDimensions) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillScratchTempTable(Dictionary`2 balanceFilterCombinations, GLAccountFilterCollection accountFilters, GLBalanceFilterCollection balanceFilters, Int32 orderBySegment) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.BalanceRequestHandler.CreateReaders(GLProvider provider, SqlConnectionWrapper connection) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.GLProvider.HandleBalanceRequest(GLBalanceRequest request) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLSystemProvider.HandleRequest(GLBalanceRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemRequest.Handle[TRequest](SourceSystemProvider provider, TRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.SubmitRequest(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.HandleSubmit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.Submit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemConnection.UsingConnection(Action executor) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemConnection.Submit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.Reporting.DataProvider.Server.DirectLinkService.SubmitRequestDirect(SourceSystemConnection connection, GLRequest request) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ProviderLink.SubmitRequest(GLRequest request, ProviderConnection context) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ProviderLink.SubmitBalanceRequest(ProviderConnection context, GLBalanceRequest balanceRequest) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.GLLinkAdapter.RetrieveGLDataBatch(Int32 rowNumber) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.GLLinkAdapter.GetData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportUnitProcessor.RetrieveLinkData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportUnitProcessor.RetrieveData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportProcessor.RunAllUnitProcessors() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportProcessor.ProcessReport(Definition definition) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportGenerator.ProcessReport(Definition definition, Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportGenerator.Generate(Definition reportLayout, Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.EngineController.GenerateReport(Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.EngineController.Run(NativeReport repositoryReport, Definition definition) at Microsoft.Dynamics.Performance.Reporting.Scheduler.ReportRunner.RunReport(String reportDefinitionXml, Guid repositoryId, Guid generatedByPrincipalId) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.DimensionRangeSupportCache`1.CacheData() at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.DimensionRangeSupportCache`1.FindCurrent(String name) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillDimensionFilterSet(Dictionary`2 dimensionFilterSet, GLSegmentCriteria accountCriteria) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillDimensionFilterSet(Dictionary`2 dimensionFilterSet, GLFilterCriteria filterCriteria, Boolean isAccountFilter) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.ValidateAccountFilters(IEnumerable`1 accountFilters, HashSet`1 allDimensions) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.AccountFilterTransformer.FillScratchTempTable(Dictionary`2 balanceFilterCombinations, GLAccountFilterCollection accountFilters, GLBalanceFilterCollection balanceFilters, Int32 orderBySegment) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.BalanceRequestHandler.CreateReaders(GLProvider provider, SqlConnectionWrapper connection) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.GLProvider.HandleBalanceRequest(GLBalanceRequest request) at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLSystemProvider.HandleRequest(GLBalanceRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemRequest.Handle[TRequest](SourceSystemProvider provider, TRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.SubmitRequest(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.HandleSubmit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.Submit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemConnection.UsingConnection(Action executor) at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemConnection.Submit(SourceSystemRequest request) at Microsoft.Dynamics.Performance.Reporting.DataProvider.Server.DirectLinkService.SubmitRequestDirect(SourceSystemConnection connection, GLRequest request) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ProviderLink.SubmitRequest(GLRequest request, ProviderConnection context) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ProviderLink.SubmitBalanceRequest(ProviderConnection context, GLBalanceRequest balanceRequest) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.GLLinkAdapter.RetrieveGLDataBatch(Int32 rowNumber) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.GLLinkAdapter.GetData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportUnitProcessor.RetrieveLinkData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportUnitProcessor.RetrieveData() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportProcessor.RunAllUnitProcessors() at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportProcessor.ProcessReport(Definition definition) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportGenerator.ProcessReport(Definition definition, Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportGenerator.Generate(Definition reportLayout, Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.EngineController.GenerateReport(Action`1 resultHandler) at Microsoft.Dynamics.Performance.Reporting.Engine.Server.EngineController.Run(NativeReport repositoryReport, Definition definition) at Microsoft.Dynamics.Performance.Reporting.Scheduler.ReportRunner.RunReport(String reportDefinitionXml, Guid repositoryId, Guid generatedByPrincipalId)

I already rebuilt data mart recently. please let me know how to solve this issue except rebuilding DM.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Ludwig Reinhard Profile Picture
    Microsoft Employee on at

    Hi,

    Are your MR reporting services up and running?

    If you are in the MR designer can you test the connection to the reporting server and see if the connection is successful?

    Best regards,

    Ludwig

  • Lifeisbelieveful Profile Picture
    363 on at

    Thanks for your reply. I checked the MR reporting service is running and the connection is successful.

  • Verified answer
    Lifeisbelieveful Profile Picture
    363 on at

    I solved this issue by installing Hotfix3780433 and restarting Reporting server. The error might be a sql exception for high request. Thanks for your kind reply Ludwig.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
GL-01081504-0 Profile Picture

GL-01081504-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans