码迷,mamicode.com
首页 > 数据库 > 详细

如何解决sql server定时作业调用Kettle job出错

时间:2016-11-12 13:45:20      阅读:867      评论:0      收藏:0      [点我收藏+]

标签:错误信息   profile   file   provided   sys   server   base   name   for   

错误信息:

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

 

问题原因:

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

解决方案:

      找到C:\Users\Administrator下面的.kettle文件夹,拷贝到C:\Windows\system32\config\systemprofile下面即可,如果目标文件已存在,则直接替换

如何解决sql server定时作业调用Kettle job出错

标签:错误信息   profile   file   provided   sys   server   base   name   for   

原文地址:http://www.cnblogs.com/lerris/p/6056421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!