July 31, 2007 at 6:36 am
Hi,
I have a SSIS package which uses WMI Reader Task to get server info viz. disk space, services running etc from 30 server.
Package runs fine when executed manually locally from server using Management studio but fails when run as scheduled job. Following message is logged.
OnError,SQLService,WMI Data Reader Task,{DBAE4589-A34E-4D83-8CCB-C8C893AC4656},{9996C8D9-A605-44BC-8F52-0BF4CAEB272E},7/31/2007 1:17:37 PM,7/31/2007 1:17:37 PM,-1073548540,0x,An error occurred with the following error message: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))".
Added sql agent service account to DCOM --> WMI ... but of no use.. Any idea?
Cheers
Deepak
July 31, 2007 at 7:24 am
Have you attempted to create a new credential and execute the job under this account? Refer to "Credential Properties (General Page)" in BOL.
Tommy
Follow @sqlscribeViewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply