当我尝试处理包含NestedTable的DataMining时,我得到了这个错误。
Error 5 Errors in the metadata manager. The 'XYZZZZZ' dimension in the 'Dim XYZ' measure group has either zero or multiple granularity attributes.
Must have exactly one attribute. 0 0 你知道为什么会发生这种事吗?
发布于 2012-07-16 20:42:42
你能发布你的挖掘结构的代码吗?
我认为您必须使用MISSING_VALUE_SUBSTITUTION参数来创建它,以消除零粒度。当我有一个带间隙的时间序列时,它总是能解决我的问题。
https://stackoverflow.com/questions/11487305
复制相似问题