sql server定时作业调用Kettle job出错的快速解决方法

Bonnie ·
更新时间:2024-11-13
· 803 次阅读

错误信息:

Unable to list jar files in plugin folder 'C:Windowssystem32configsystemprofile.kettleplugins' Unable to get VFS File object for filename 'C:Windowssystem32configsystemprofile.kettleplugins' : Could not find file with URI "C:Windowssystem32configsystemprofile.kettleplugins" because it is a relative path, and no base URI was provided. Unable to get VFS File object for filename 'C:Windowssystem32configsystemprofile.kettleplugins' : Could not find file with URI "C:Windowssystem32configsystemprofile.kettleplugins" because it is a relative path, and no base URI was provided. at org.pentaho.di.cor... 进程退出代码 0。.该步骤成功。

问题原因:

  kettle默认生成的各种配置文件储存在C:UsersAdministrator.kettle下面,sql 代理运行时则利用的system32管理员权限运行

解决方案:

找到C:UsersAdministrator下面的.kettle文件夹,拷贝到C:Windowssystem32configsystemprofile下面即可,如果目标文件已存在,则直接替换

以上所述是小编给大家介绍的sql server定时作业调用Kettle job出错的快速解决方法,希望对大家有所帮助,如果大家有任何疑问欢迎给我留言,小编会及时回复大家的!

您可能感兴趣的文章:sql server代理中作业执行SSIS包失败的解决办法SQL Server 2012 创建定时作业(图文并茂,教你轻松快速创建)SQL Server 作业的备份(备份作业非备份数据库)SQL Server 作业同步 (结合备份作业)SQL SERVER数据库的作业的脚本及存储过程SQLServer2005创建定时作业任务SQL Server 2005作业设置定时任务SQL Server Alwayson创建代理作业的注意事项详解SQL Server作业报错特殊案例分析



SQL Server kettle SQL 方法

需要 登录 后方可回复, 如果你还没有账号请 注册新账号
相关文章