October 23, 2008 at 10:21 pm
Hi,
I am Executing an ssis Package in my local machine. The package comprises of a Dataflow task, The Dataflow task includes two OLEDB source,The property of both these two source is set to call two procedures respectively and the output of these two procedures is joined using Merge join, Then the resultant output of the merge join is written to a flat file destination.while Executing the package in production server it says "The buffer manager cannot extend the file "C:\WINDOWS\TEMP\DTSB6.tmp" to length 10481764. There was insufficient disk space." .
please help me on this..
October 24, 2008 at 2:17 pm
October 25, 2008 at 12:44 pm
is it possible to redirect it to different drive(d:drive) rather than c -drive ?
October 25, 2008 at 12:50 pm
October 25, 2008 at 1:52 pm
Try setting the BufferTempStoragePath property for the Data Flow task to the other drive you want to use.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
February 26, 2010 at 8:16 am
I have a couple questions. There does not appear to be any definitive answer anywhere on this topic of Temp Buffer Storage. Currently I have data flows that are writing out to my profile on the server. It is getting that from the Creator property. When the creator is blank or has no profile on the server it writes to the sql agent account profile. The start of the thread is referencing windows/temp. This appears to be another variation. Cozy you mentioned changing the enviro var for TEMP, I don't see what this would do for buffer storage since it does not use the temp path?
Is there a way to globally set TempBuffer storage? At this point the closest I can get is using find/replace on the DTSX files.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply