OLAP 多维数据集在 SAS 9.2 中获得递增的文件夹名称
在 SAS 9.2 中更新/创建多维数据集时,文件夹 c:\OLAP 中的多维数据集不会被覆盖。 文件夹名称按数字递增: C:\OLAP\部门1 C:\OLAP\部门2 等等..
在 9.1.3 中这并没有发生。有谁知道如何关闭此功能,或者为什么会这样?
When updating/Creating cubes in SAS 9.2 the Cubes in folder c:\OLAP is not overwritten.
The folder names is incremented with numbers :
C:\OLAP\Departments1
C:\OLAP\Departments2
and so on..
In 9.1.3 this didnt happen. Anyone know how to turn this feature of, or why it is like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我见过如果重建多维数据集的进程在完成构建多维数据集之前被终止,就会发生这种情况。
我猜这些编号的文件夹与 “世代”与 9.2 中引入的增量多维数据集更新一起使用。
你的PROC OLAP代码是什么?在更新/构建多维数据集之前,您是否运行 PROC OLAP DELETE_PHYSICAL (或 DELETE)?
I've seen this happen if the process rebuilding the cube is killed before it finished building the cube.
I guess these numbered folders are related to "generations" used with incremental cube updates introduced in 9.2.
What's your PROC OLAP code? Do you run PROC OLAP DELETE_PHYSICAL (or DELETE) before updating/building the cube?