【发布时间】:2017-07-24 19:33:22
【问题描述】:
我正在重建我的 SSAS 多维数据集并遇到以下错误
Errors in the OLAP storage engine: The attribute key cannot be found when
processing: Table: 'MyFactTable', Column: 'MyKey', Value:
'900763'. The attribute is 'Description'. Errors in the OLAP storage
engine: The attribute key was converted to an unknown member because the
attribute key was not found. Attribute Description of Dimension: Item
from Database: OTD DATAMART, Cube: Data Mart, Measure Group: Transaction
Fact,
Partition: Transaction Fact, Record: 22438443.
我意识到这可能是关键在我的事实表中但不在维度中,所以我首先处理更新维度并处理多维数据集,但这个错误不断增加。我可以确认我可以看到维度中的键和条目。
有什么建议吗?
【问题讨论】:
-
您的事实表('MyFactTable') 列('MyKey') 的值为'900763',相关维度表中不存在该值。检查尺寸表中的值“900763”。如果它不存在,请插入它。
-
但它就在那里
-
将维度处理为进程已满,然后处理多维数据集。
-
我做了,但没用。
-
我也遇到了同样的问题
标签: sql-server ssas cube dimension ssas-2008