|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, September 15, 2009 9:06 AM
Points: 20,
Visits: 224
|
|
Hello,
I have a problem with the execution of a package in SSIS on SQL Server Agent This package has "execute package task" (children package) execute in sequence The passwords for the connection are passed through variables. The variables are initialized in the parent package and the value does not change The children packages work, while the main package fails when scheduled with sql server agent... The main package has XML configuration file for connection
I get the following errors: An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Accesso non riuscito per l'utente 'sa'.". The AcquireConnection method call to the connection manager "xxxx.sa" failed with error code 0xC0202009
The errors are random and occur for one or two packages so causal... [Crying]
someone is able to help, there would be very grateful
|
|
|
|