The system Job Goal Rollup is failing continually with the following error code:
Paging cookie is required when trying to retrieve a set of records on any high pages.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Paging cookie is required when trying to retrieve a set of records on any high pages.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>844ebf8c-685a-4819-922b-9e1a17765cc7</ActivityId>
<ErrorCode>-2147204342</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Paging cookie is required when trying to retrieve a set of records on any high pages.</Message>
<Timestamp>2017-03-11T00:29:34.7237838Z</Timestamp>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>844ebf8c-685a-4819-922b-9e1a17765cc7</ActivityId>
<ErrorCode>-2147204342</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Paging cookie is required when trying to retrieve a set of records on any high pages.</Message>
<Timestamp>2017-03-11T00:29:34.7237838Z</Timestamp>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.RetrieveMultiple(QueryBase query, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.RetrieveMultiple(QueryBase query, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType)
at Microsoft.Crm.Extensibility.InprocessServiceProxy.RetrieveMultipleCore(QueryBase query)
at Microsoft.Crm.ObjectModel.GoalManagement.PagedEntityEnumerator.RetrieveNextPage()
at Microsoft.Crm.ObjectModel.GoalManagement.PagedEntityEnumerator.MoveNext()
at Microsoft.Crm.ObjectModel.GoalManagement.GoalInfoProvider.<GetEnumerator>d__0.MoveNext()
at Microsoft.Crm.ObjectModel.GoalManagement.RollupDataAccess.UpdateAllGoalsInTreeWithError(Guid treeId, Int32 errorCode, Nullable`1 errorGoalId)
at Microsoft.Crm.ObjectModel.GoalManagement.RollupEngine.RollupGoals()
at Microsoft.Crm.Asynchronous.GoalRollupOperation.InternalExecute(AsyncEvent asyncEvent)
at Microsoft.Crm.Asynchronous.AsyncEventHandlerCommand`1.Execute(IAsyncEvent asyncEvent)
at Microsoft.Crm.Asynchronous.AsyncEventExecutionManager`2.ExecuteCommand(IAsyncEventHandlerFactory handlerFactory)
at Microsoft.Crm.Asynchronous.AsyncEventExecutionManager`2.ExecuteHandler(IAsyncEventHandlerFactory handlerFactory)
at Microsoft.Crm.Asynchronous.PoolHandler.ProcessAsyncEvent(IAsyncEventExecutionManager asyncEventExecutionManager)
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156