WMI Task not working in SQL Server Agent -


i have ssis job contains wmi file watcher task, monitors folder on machine , processes files placed in folder.

this job, including wmi file watcher task, works in ssis. however, when same package executed through sql server agent returns status of successful not process file.

is there needs configured through sql server allow wmi file watcher task see incoming file?

any appreciated, time.

misc. details:

  • the package setup protection level of encryptsensitivewithpassword
  • the wmi file watcher task has valid credentials access remote machine
  • the server environment is: sql server 2008 r2 on windows server 2008 r2
  • the remote machine running windows xp

try running sql server administrator

start->sql server->right click->run admin

or

restart sql server agent

run->services.msc->sql server agent->restart


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -