2

I have a job with multiple transformations stored in a MySQL repository. The transformations have steps that connect to different databases, such as table input and combination lookup/update.

When I reload the the job and try to execute it, the connections have all dropped from the transformations. I have to go back and edit the transformations to point to the correct database.

This doesn't happen all the time. Most of the time, I notice it after I have been disconnected from the repository by leaving it on over night and have to reconnect.

Is this a known bug or user error on my part?

Thanks.

4

2 回答 2

0

检查 Pentaho Wiki - 使用 MySQL 作为 repo,必须在 MySQL 中配置各种东西以使其可靠工作 - 特别是使用 innodb 和各种其他数据库调整。

我以前见过这个,根据我的经验,它是特定于 mysql 的。不过,请先检查上述内容。根据我的经验,这种情况很少见,但确实不时发生。

显然,由于 mysql 超时,您将在一夜之间断开连接。有一些设置可以控制它,同样的问题也会导致 BI 服务器出现问题,这就是为什么每个人都使用 c3po 来代替.. 但是我不担心我不相信这与连接丢失问题有关。

于 2013-06-22T16:39:28.897 回答
0

我认为您正在谈论从转换定义中删除的连接。

其他连接类型也会发生这种情况。我不知道真正的原因,但我找到了一个受此启发的解决方案:http: //bit.ly/1MrGkgc

只需要去必须右键单击 Spoon 中的连接,然后选择“共享”。

然后在下次加载转换时不会删除连接。

于 2015-11-20T14:53:02.477 回答