Hi! Sometimes you see that call to DeepSee cube building method: w ##class(%DeepSee.Utils).%BuildCube("CubeName") does nothing. Here are my 2 cents on possible reasons. 1. Run DeepSee Reset method in certain Namespace:
NAMESPACE> w ##class(%DeepSee.Utils).%Reset()
and try again. 2. Make sure, that all the indices in your base class for the cube are rebuilt, rebuild them and run it again: w ##class(%DeepSee.Utils).%BuildCube("CubeName") Hope this will save some time for you, and will be helpful as was to me.