Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pentaho-存储库创建问题_Pentaho_Kettle_Pentaho Cde_Pentaho Design Studio_Pentaho Ctools - Fatal编程技术网

Pentaho-存储库创建问题

Pentaho-存储库创建问题,pentaho,kettle,pentaho-cde,pentaho-design-studio,pentaho-ctools,Pentaho,Kettle,Pentaho Cde,Pentaho Design Studio,Pentaho Ctools,我试图使用SQl server和Mysql在Pentaho DI中创建存储库,因为我面临一个问题 请找个人帮我解决这个问题 Repositary login failed. Detailed cause:org.pentaho.di.core.exception,kettleException: Error connecting to the repositary!The version of the repository is -1.-1. This Kettle edition re

我试图使用SQl server和Mysql在Pentaho DI中创建存储库,因为我面临一个问题

请找个人帮我解决这个问题

Repositary login failed.
Detailed cause:org.pentaho.di.core.exception,kettleException:
Error connecting to the repositary!The version of the repository is -1.-1.
    This Kettle edition requires it to be at least version 5.0 and as such an upgrade is required.

    To upgrade, backup your database and export the repository to XML for additional safety.

    Then select the 'Edit' button followed by the 'Create or Upgrade' button.

    Please consult the Upgrade Guide for eventually special instructions for this version.
尝试以下步骤:

  • 检查是否存在 “\data integration\lib\mysql-connector-java-5.1.16-bin.jar
  • 创建一个新的数据库作为存储库
  • 选择按钮[创建|更新],选择干运行时,请选择N
  • 请参见对话框屏幕截图


    当您按照说明操作时会发生什么?另外,我无法在SQL Server上创建repo,因为它的SQL方言不够符合标准。我建议将repo放在MySQL上。@Brian.D.Myers,我在MySQL上成功创建了repo,但在SQL Server中它会带来麻烦。在创建Rep的过程中,我没有给出任何密码,而更新它会引发错误(凭据无效)。我尝试了默认用户名/密码:admin/admin。您能进行简单转换并使用
    表输入
    步骤仅选择一些数据吗?我想知道您是否可以连接到任何SQL Server DB。我怀疑您需要将sqljdbc_auth.dll文件复制到驱动程序可以找到它的位置。在我的安装中,我将其添加到了LI中spoon.bat中的BSPATH变量。@Brian.D.Myers我在SQL Server中做了很多转换和工作,做了很多事情,在过去的一年多里,我一直在使用它,现在只为连接SQL Server的Repos而烦恼:-)