April 9, 2014 at 5:12 am
Hi All,
Executed as user: --. Microsoft (R) SQL Server Execute Package Utility Version 10.50.4000.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 7:00:02 AM Error: 2014-04-08 07:13:53.20 Code: 0x800705AA Source: dbo.TestDetails Description: End Error Error: 2014-04-08 07:13:53.43 Code: 0xC004704B Source: dbo.TestDetails Description: The buffer manager cannot write 8 bytes to file "T:\Windows\Temp\DTS{7BA097F6-DC45-4A49-B1E4-1824946D0F2B}.tmp". There was insufficient disk space or quota. End Error Error: 2014-04-08 07:14:45.69 Code: 0x800705AA Source: dbo.TestDetails Description: End Error Error: 2014-04-08 07:14:45.69 Code: 0xC004704B Source: dbo.TestDetails Description: The buffer manager cannot write 8 bytes to file "T:\Windows\Temp\DTS{44CBA3AE-1C3A-4A64-AFB0-02C2E748A86D}.tmp". There was insufficient disk space or quota. End Error Error: 2014-04-08 07:15:56.06 Code: 0x800705AA Source: dbo.TestDetails Description: End Error Error: 2014-04-08 07:15:56.06 Code: 0xC004704B Source: dbo.TestDetails Description: The buffer manager cannot write 8 bytes to file "T:\Windows\Temp\DTS{3927E2A2-A4E1-45C0-81B9-33941CC0D4BB}.tmp". Description: The Data Flow task failed to create a buffer to call PrimeOutput for output "OLE DB Source" (1) on component "OLE DB Source Output" (11). This error usually occurs due to an out-of-memory condition. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 7:00:02 AM Finished: 7:23:54 AM Elapsed: 1431.79 seconds. The package execution failed. The step failed.
-----------------------
I am getting above error when running SSIS package through job. The error was saying "insufficient dis space", when I checked T drive have 400 GB free space. I could not find what was the problem. Please help me on this.
Thanks,
Arooj
April 9, 2014 at 10:18 am
This error usually occurs due to an out-of-memory condition.
Check if you are experiencing any memory problems and errors ..
--
SQLBuddy
April 9, 2014 at 11:33 pm
sqlbuddy123 (4/9/2014)
This error usually occurs due to an out-of-memory condition.
Check if you are experiencing any memory problems and errors ..
--
SQLBuddy
Note also that SSIS may do some caching to the TEMP folder (as defined in the PATH for the server), which is likely to be on the server's C: drive. Not always what you want ...
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
April 9, 2014 at 11:58 pm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply