如何解决sql server定时作业调用Kettle job出错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何解决sql server定时作业调用Kettle job出错相关的知识,希望对你有一定的参考价值。
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出错的主要内容,如果未能解决你的问题,请参考以下文章
sql server 2008,SP_OACreate手动执行成功,代理作业定时执行失败?
sybase 如何像SQL SERVER一样建立作业,让他能定时运行存储过程