When trying to run any Management Reporter report, I'm getting the following error. We are using Dynamics GP 2010 (11.00.2164) and this is a new MR install with a fresh migration from FRx to MR 2012. The migration went fine and a few reports errors have been fixed to work in MR 2012. For some reason, we are getting this error and I can't figure out what's happening.
Microsoft.Dynamics.Performance.DataProvider.Core.RequestException: The source system request did not complete successfully. ---> System.ArgumentOutOfRangeException: The year is outside the allowed range. \r\n
Minimum year allowed: 1000 \r\n
Maximum year allowed: 9999
Parameter name: currentYear
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLCalendar..ctor(Boolean isDefault, String name, Int32 currentYear, Int32 currentPeriod, GLFiscalYearCollection years)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.Data.CalendarAccess.RetrieveResultFromCache(IList`1 cacheItem, GLRequest request)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.DataMart.GLProvider.GetCalendars(GLCalendarRequest request)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLSystemProvider.HandleRequest(GLCalendarRequest request)
at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemRequest.Handle[TRequest](SourceSystemProvider provider, TRequest request)
at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.SubmitRequest(SourceSystemRequest request)
--- End of inner exception stack trace ---
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.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.GetGLCalendarCollection(ProviderConnection context)
at Microsoft.Dynamics.Performance.Reporting.Engine.Server.ReportGenerator.PopulateConnections(CompanyCollection companies)