Hi All, My environment is SQL Server 2008 R2. I get the following message when I try to schedule a package via SQL Server Agent. The same package when ran from another MS SQL Server machine runs just fine. I've tried to change the DFT's property BufferTempStoragePath
but no luck. Warning Message before the Error Message: =========================================== DFT STG_MOB_FACT, Not enough storage is available to complete this operation. Error: ====== Executed as user: MZERO\dw_service_acct. Microsoft (R) SQL Server
Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 4:30:23 PM Error: 2010-12-07 16:30:25.36 Code: 0xC0047038 Source: DFT STG_MOB_FACT SSIS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.
The PrimeOutput method on component "OLE Source STG_MOB_FACT" (1) returned error code 0x8007000E. 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: 4:30:23 PM Finished: 4:30:25 PM Elapsed: 1.389
seconds. The package execution failed. The step failed. Please help!!!
GBM
GBM