OLAP 多维数据集在 SAS 9.2 中获得递增的文件夹名称

发布于 2024-12-15 18:48:29 字数 143 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身仙ぐ女味 2024-12-22 18:48:29

我见过如果重建多维数据集的进程在完成构建多维数据集之前被终止,就会发生这种情况。

我猜这些编号的文件夹与 “世代”与 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文