前面讲到用 Archive Object 来归档 request
现在我们来看看 archive 的这些 request 具体存在磁盘的什么地方呢?

当然最简单的方法就是去 archive management 里面双击查看:
Find Archive File in SAP BW

这里显示的就是 Physical File Name,去服务器按照路径就可以查看到 archive file
Find Archive File in SAP BW

这里我们想说一下 Logical file 和 Physical file 之类的。

获得 archive file 的 Logical File Name

Find Archive File in SAP BW

单击 “Technical Settings”
Find Archive File in SAP BW

得到 Logical File Name
Find Archive File in SAP BW

通过 Logical File Name 找到 Logical File Path

T-Code:FILE

选择 Logical File Name Definition,Cross-Client
找到 Logical file,之后双击
Find Archive File in SAP BW

Find Archive File in SAP BW

这样我们就知道了 Logical path

通过 Logical Path 找到 Physical Path

切回 Logical File Path Definition
找到对应的 Logical file path
选中,之后点击 Assignment of Physical Path to Logical Path
Find Archive File in SAP BW

双击这个 WINDOWS
Find Archive File in SAP BW

这样我们得到了 Physical Path
注意到这个 DIR_GLOBAL
Find Archive File in SAP BW

通过 Physical Path 找到 Physical name 以及 archive file

T-Code:AL11
找到这个 DIR_GLOBAL,双击进去
Find Archive File in SAP BW

我们就可以看到我们上一次 archive 的文件
Find Archive File in SAP BW

这个 archive 的文件不能被删掉哦

P.S.:如果这个 archive file 被删掉了,系统就会没办法 reload。在需要这些信息的时候系统会自动 reload 的,这个时候如果被删掉了,就会出 dump
这个时候使用 Note 1689396 里面提到的两个 report,去 ignore 掉这些信息,可以 avoid dump

Wiki 里面也提到了同样的话:

The archives belonging to BWREQARCH must be kept and the corresponding archive files should NEVER be deleted. Certain processes (delta load, initialization, etc) which results the change of the status of an archived requests will automatically reload the requests from the archive.

相关文章:

  • 2021-08-19
  • 2021-06-29
  • 2022-12-23
  • 2021-04-06
  • 2021-07-03
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案