ssis scheduling package prob

  • hi friends i have a small doubt in ssis plz tell me how to solve issuse.

    i developed one package in bids level. that time its workeing fine.once i scheduled that package that time it is not executed . and its showing an errore like

    End Error Error: 2012-12-12 18:12:46.90 Code: 0xC0011002 Source: {9DD9291E-0F21-4EC1-B9C3-A5FA43EFC23C} Description: Failed to open package file "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\proje\proje\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:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\proje\proje\Package.dtsx" because of error 0xC0011002. Description: Failed to open package file "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\proje\proje\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: {9DD9291E-0F21-4EC1-B9C3-A5FA43EFC23C} Started: 6:12:46 PM Finished: 6:12:46 PM Elapsed: 0.047 seconds. The package could not be found. The step failed.

    what i do now this sistuvation.plz tell me how to solve this issuse

  • The error is quite clear:

    "Access is denied."

    The account used to run the package (I guess the SQL Server Agent account) doesn't have permission to open the package.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • iam not given any security permission to this package

  • What do you mean?

    "I did not give any permissions to the package"

    or

    "I haven't received any permissions on the package"

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply