Ciao Francesco,
sto provando ad utilizzare uno step di tipo SQL Server Integration Services Package, come "Package source" ho specificato "File system" e nel campo "Package" ho selezionato il file con estensione dtsx. Nella scheda "Data sources" ho spuntato la connessione definita nel package SSIS.
Se tento di eseguire il job manualmente ottengo questo errore:
Executed as user: <server>\SYSTEM. ...r Execute Package Utility Version 9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 17.30.36 Error: 2008-07-04 17:30:36.78 Code: 0xC0016016 Source: Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Chiave non utilizzabile nello stato specificato.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. End Error Error: 2008-07-04 17:30:38.30 Code: 0xC0202009 Source: Package Connection manager "<server>\SQLSRV05.PKSSIS.sa" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user 'sa'.". End Error Error: 2008-07-04 17:30:38.43 Code: 0xC00291EC Source: Execute SQL Task Exe. The step failed.
Temo che non sia stato possibile eseguire la login... (nella connessione all'interno del package ho specificato utente e password).
Grazie