Link to home
Start Free TrialLog in
Avatar of n_srikanth4
n_srikanth4Flag for India

asked on

Error while executing the SSIS Package

Hi Experts ,

    I am getting an error message now  while excuting the SSIS package(which was executed earlier) and I doubt that the package is corrupted .

Error  Message :Package Failed to load due to error oxc0011008.

Please resolve this error and please provide me a solution to overcome this error and reexcute the package.

Regards,

Sreekanth.
Avatar of infolurk
infolurk

Are you running it on the same machine it ran successfully on before? Has there been a workstation or server software or operating system upgrade?

The error can relate to DTS package execution between different versions of SQL server, or can occur when running 32 bit programs on 64 bit Operating systems.
ASKER CERTIFIED SOLUTION
Avatar of infolurk
infolurk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of n_srikanth4

ASKER

Good