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

时间:2016-02-07 08:29:39

标签: pentaho business-intelligence kettle pentaho-design-studio xaction

在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

1 个答案:

答案 0 :(得分:0)

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

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

希望这会有所帮助:)