当我在 PUC(Pentaho 用户控制台)中 运行 我的 xaction 文件时,为什么会出现错误?

Why do I get error when I run my xaction file in PUC (Pentaho User Console)?

当我在 PUC(Pentaho 用户控制台)运行 我的 xaction 文件

时出现以下错误
The Pentaho BI Platform reported an error while running an action sequence
Possible Causes:
ActionValidationException: RuntimeContext.ERROR_0035 - Action validation failed.
Action Sequence:farzan.xaction
Execution Stack:
EXECUTING ACTION: looking for the current user (KettleComponent)
Loop Index:N/A

我已将 xaction、ktr 和数据库附加到:
https://drive.google.com/folderview?id=0BxjJ_gZ-RT2EemMtLTlYR1R3TUk&usp=sharing

您的 xaction 文件似乎出现错误。找出错误的最佳方法是搜索日志文件。该路径将在 BA 服务器内:/pentaho/server/biserver-ee/pentaho-solutions/logs/.. 您将在其中找到日志文件。检查日志中写入的错误。

[还要注意,从版本 5 开始,xaction 支持已从 Pentaho 版本中删除。]

希望对您有所帮助:)