您现在的位置是:网站首页> 编程资料编程资料
sql server定时作业调用Kettle job出错的快速解决方法_MsSql_
2023-05-26
372人已围观
简介 sql server定时作业调用Kettle job出错的快速解决方法_MsSql_
错误信息:
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出错的快速解决方法,希望对大家有所帮助,如果大家有任何疑问欢迎给我留言,小编会及时回复大家的!
相关内容
- DATASET 与 DATAREADER对象有什么区别_MsSql_
- Sql Server 2016新功能之Row-Level Security(值得关注)_MsSql_
- SQL数据分页查询的方法_MsSql_
- sqlserver数据库高版本备份还原为低版本的方法_MsSql_
- MS sqlserver 2008数据库转换成2000版本的方法_MsSql_
- SQLServer 2008数据库降级到2005低版本_MsSql_
- SqlServer高版本数据备份还原到低版本_MsSql_
- Spark SQL数据加载和保存实例讲解_MsSql_
- 如何验证会员系统中用户的邮箱是否真实存在_MsSql_
- SQL server中字符串逗号分隔函数分享_MsSql_
