I have this error message when I launch an SSIS from an SQL job :
"Message Executed as user: LMPI\sqlagent. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 14:00:32 Error: 2015-01-08 14:00:38.04 Code: 0xC0047038
Source: Data Flow Task SSIS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (396) returned error code 0x80040E21. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 14:00:32 Finished: 14:00:39 Elapsed: 6.63 seconds. The package execution failed. The step failed."
But When I run the same SSIS from my computer everything works fine.
Can anyone help me with that please?
Thanks