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)文章
SQL Server中聚合歷史備份信息對比數(shù)據(jù)庫增長的方法
這篇文章主要介紹了SQL Server中聚合歷史備份信息對比數(shù)據(jù)庫增長的方法,需要的朋友可以參考下2014-09-09
深入C++ string.find()函數(shù)的用法總結(jié)
本篇文章是對C++中string.find()函數(shù)的用法進行了詳細的總結(jié)與分析,需要的朋友參考下2013-05-05
驅(qū)動程序無法通過使用安全套接字層(SSL)加密與?SQL?Server?建立安全連接,錯誤:“The?serve
這篇文章主要介紹了驅(qū)動程序無法通過使用安全套接字層(SSL)加密與?SQL?Server?建立安全連接,錯誤:“The?server?selected?protocol?version?TLS10?is?not?accepted?by?client,本文給大家介紹的非常詳細,需要的朋友可以參考下2023-03-03
如何在SQL Server 2014中用資源調(diào)控器壓制你的存儲?
本文通過一個非常簡單的例子介紹了如何利用SQL Server 2014中的資源調(diào)控器(Resource Governor)來壓制你的存儲,需要的朋友可以參考下2015-07-07
SQL?server配置ODBC數(shù)據(jù)源(本地和服務(wù)器)詳細步驟
ODBC是open database connect的縮寫,意思是開放式數(shù)據(jù)庫連接,下面這篇文章主要給大家介紹了關(guān)于SQL?server配置ODBC數(shù)據(jù)源(本地和服務(wù)器)的相關(guān)資料,文中通過圖文介紹的非常詳細,需要的朋友可以參考下2024-07-07
SQL數(shù)據(jù)庫優(yōu)化大總結(jié)之百萬級數(shù)據(jù)庫優(yōu)化方案
網(wǎng)上關(guān)于SQL優(yōu)化的教程很多,但是比較雜亂。近日有空整理了一下,寫出來跟大家分享一下,其中有錯誤和不足的地方,還請大家糾正補充2015-12-12

