Hi all,
I am trying to schedule a package I created using Server Agent however every time I run the scheduled event I get the following.
"Date,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
09/10/2012 09:52:00,Onhand1,Error,0,DW1,Onhand1,(Job outcome),,The job failed. The Job was invoked by Schedule 199 (Onhand1). The last step to run was step 1 (Onhand Step1).,00:00:00,0,0,,,,0
09/10/2012 09:52:00,Onhand1,Error,1,DW1,Onhand1,Onhand Step1,,Executed as user: TEPPERMANS\DW1$. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved.
Started: 9:52:00 AM Error: 2012-09-10 09:52:00.29 Code: 0xC0011007 Source: {F47995D5-EC77-4A64-AE13-0C38E34D8EAE} 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: 2012-09-10 09:52:00.29 Code: 0xC0011002 Source: {F47995D5-EC77-4A64-AE13-0C38E34D8EAE}
Description: Failed to open package file "\\fs1\IT\SSIS\DS_onhand.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 "\\fs1\IT\SSIS\DS_onhand.dtsx"
because of error 0xC0011002. Description: Failed to open package file "\\fs1\IT\SSIS\DS_onhand.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: {F47995D5-EC77-4A64-AE13-0C38E34D8EAE}
Started: 9:52:00 AM Finished: 9:52:00 AM Elapsed: 0.031 seconds. The package could not be found. The step failed.,00:00:00,0,0,,,,058:00 AM Finished: 11:58:00 AM Elapsed: 0.203 seconds. The package
could not be found. The step failed.,00:00:00,0,0,,,,0"
Any Help would be greatly appreciated.