Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Analysis Server and Reporting Services (2012)
 error running a service

Author  Topic 

rjhe22
Constraint Violating Yak Guru

283 Posts

Posted - 2014-08-25 : 10:04:30
hi
i have a service that was running fine a week ago and now im getting the following error
te,Source,Severity,Step ID,Server,Job Name,Step Name,Notifications,Message,Duration,Sql Severity,Sql Message ID,Operator Emailed,Operator Net sent,Operator Paged,Retries Attempted
08/25/2014 15:36:17,rona test,Error,0,EUGSA-W-APP008,rona test,(Job outcome),,The job failed. The Job was invoked by User EU\rr154237. The last step to run was step 1 (ronan).,00:00:00,0,0,,,,0
08/25/2014 15:36:17,rona test,Error,1,EUGSA-W-APP008,rona test,ronan,,Executed as user: NT AUTHORITY\LOCAL SERVICE. Microsoft (R) SQL Server Execute Package Utility Version 10.0.1600.22 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 15:36:17 Error: 2014-08-25 15:36:17.11 Code: 0xC0011007 Source: {E3E8845C-7E7F-41F1-800D-2295C69D2D69} Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. End Error Error: 2014-08-25 15:36:17.11 Code: 0xC0011002 Source: {E3E8845C-7E7F-41F1-800D-2295C69D2D69} Description: Failed to open package file "D:\KIIDCalculationSuite\Packages\PricePerShareUpdaters\CalamosUpdater\CalamosUpdater\CalamosPricePerShareUpdater.dtsx" due to error 0x80070005 "Access is denied.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. End Error Could not load package "D:\KIIDCalculationSuite\Packages\PricePerShareUpdaters\CalamosUpdater\CalamosUpdater\CalamosPricePerShareUpdater.dtsx" because of error 0xC0011002. Description: Failed to open package file "D:\KIIDCalculationSuite\Packages\PricePerShareUpdaters\CalamosUpdater\CalamosUpdater\CalamosPricePerShareUpdater.dtsx" due to error 0x80070005 "Access is denied.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. Source: {E3E8845C-7E7F-41F1-800D-2295C69D2D69} Started: 15:36:17 Finished: 15:36:17 Elapsed: 0.015 seconds. The package could not be found. The step failed.,00:00:00,0,0,,,,0


any idea why?

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2014-08-26 : 02:35:04
1)Check the file is available. If it is available - then could you confirm the file hasn't been replaced\moved in a different security context
2)Have there been any other security changes recently?

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page

rjhe22
Constraint Violating Yak Guru

283 Posts

Posted - 2014-08-26 : 09:38:29
the file is there and is available. if i rub the package without using the services it all runs fine

i dont think there has been and all the folders have the right premissions
Go to Top of Page
   

- Advertisement -