sql server定時作業(yè)調(diào)用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管理員權(quán)限運行
解決方案:
找到C:\Users\Administrator下面的.kettle文件夾,拷貝到C:\Windows\system32\config\systemprofile下面即可,如果目標文件已存在,則直接替換
以上所述是小編給大家介紹的sql server定時作業(yè)調(diào)用Kettle job出錯的快速解決方法,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復(fù)大家的!
相關(guān)文章
SQLServer恢復(fù)表級數(shù)據(jù)詳解
這篇文章主要介紹了SQLServer中用于快速恢復(fù)表,而不是庫,但是切記,防范總比亡羊補牢好,需要的朋友可以參考下2014-08-08SQL語句刪除2條重復(fù)數(shù)據(jù)一條保留一條
SQL語句2條完全一樣的數(shù)據(jù)刪除一條保留一條,SQL Server 2005 Express 下測試通過, 僅供參考2012-06-06