I’m getting an error with my dashboards. In the debug console I get this:
POST https://xxxxxx.com/api/hierarchy/specificmembers/32519594-e272-4c1e-a197-7fdb83fd01f8 410
base.min.js?v=129457496000:11 hierarchy/specificmembers/{0} (POST) error:
status:410 error
response message:An error has occurred.
exception message:The specified hierarchy level cannot be found.
exception type:Dundas.BI.NotFoundException
stack trace: at Dundas.BI.Entities.DataCubes.ImplicitHierarchy.GetLevel(String uniqueName)
at Dundas.BI.WebApi.Controllers.HierarchyController.GetMemberHelper(Guid hierarchyId, GetHierarchyMemberOptions getMemberOptions)
at Dundas.BI.WebApi.Controllers.HierarchyController.<>c__DisplayClass6_0.b__0()
at Dundas.BI.WebApi.Controllers.ApiControllerBase.DoAction(Nullable1 sessionId, Func
1 func, IDictionary`2 exceptionStatusCodeMap)
This occurs after $(document).ready is finished, so I can’t pinpoint this to a line of code. I don’t know where to start. Does anybody know anything about this?
Thanks,
Matt