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.
Author |
Topic |
shanmugaraj
Posting Yak Master
219 Posts |
Posted - 2011-10-05 : 02:30:36
|
Hi,I have few packages that are running thru job.I created new package and then add it in job, the job is not reading the file.could you plese help me what will be issue.. i checeked the proxy SELECT * FROM msdb.dbo.sysproxies and this is enabled.Job Name NewJobStep Name NewJobStep1Duration 00:00:00Sql Severity 0Sql Message ID 0Operator Emailed Operator Net sent Operator Paged Retries Attempted 0MessageExecuted as user: DEDOM001\pusvcas. Microsoft (R) SQL Server Execute Package Utility Version 10.0.4000.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 8:29:41 AM Error: 2011-10-05 08:29:41.76 Code: 0xC0011007 Source: {C5EB3DF6-E740-4E94-B583-225383D689AA} 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: 2011-10-05 08:29:41.76 Code: 0xC0011002 Source: {C5EB3DF6-E740-4E94-B583-225383D689AA} Description: Failed to open package file "C:\Users\nshanmug\Desktop\Integration Services Project1\Integration Services Project1\Package.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 "C:\Users\nshanmug\Desktop\Integration Services Project1\Integration Services Project1\Package.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\Users\nshanmug\Desktop\Integration Services Project1\Integration Services Project1\Package.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: {C5EB3DF6-E740-4E94-B583-225383D689AA} Started: 8:29:41 AM Finished: 8:29:41 AM Elapsed: 0.078 seconds. The package could not be found. The step failed.THANKSSHANMUGARAJnshanmugaraj@gmail.com |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-10-05 : 02:39:46
|
seems like its trying to read package from your local path. Are you placing package in server machine itself or on your local machine?Is this path existing on server?C:\Users\nshanmug\Desktop\Integration Services Project1\Integration Services Project1\...------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
shanmugaraj
Posting Yak Master
219 Posts |
Posted - 2011-10-05 : 02:45:37
|
I am working the server machine directly.i have the path access full and the path exists.THANKSSHANMUGARAJnshanmugaraj@gmail.com |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-10-05 : 02:50:26
|
is the job using account that have access to this path?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
shanmugaraj
Posting Yak Master
219 Posts |
Posted - 2011-10-05 : 02:58:38
|
Yes, access path is also fine.other files in the same path runs sucessfully. the reason is they are already existing files.i am not able to create an new file and execute them via job.THANKSSHANMUGARAJnshanmugaraj@gmail.com |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-10-05 : 03:05:17
|
are you calling package directly in job or are you using dtexec script inside job to execute it?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
shanmugaraj
Posting Yak Master
219 Posts |
Posted - 2011-10-05 : 03:12:43
|
I am calling the package direclyTHANKSSHANMUGARAJnshanmugaraj@gmail.com |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-10-05 : 04:18:39
|
are you sure path given in job step is correct? did you use browse to select package and also are you using filesystem as option in job step------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|