Share via

Failed to retrieve long data for column "Content".

Benjoe 431 Reputation points
2021-10-02T21:54:06.387+00:00

I am loading a large data with varbinary(max) from a SQL Server 2019 database using OLEdb Source in ssis. Setting BufferTempStoragePath and BLOBTempStoragePath properties works fine before but now my system administrators are blocking the directory of BufferTempStoragePath and BLOBTempStoragePath so the SSIS package cannot store the "swamp files". Is there any work around I can do apart from setting the properties for the BufferTempStoragePath and BLOBTempStoragePath?

SQL Server Integration Services
0 comments No comments

Answer accepted by question author

ZoeHui-MSFT 41,551 Reputation points
2021-10-04T07:14:54.153+00:00

Hi @Benjoe ,

When BLOBTempStoragePath is not set, the paths as defined by the system variables TEMP and TMP will be used. The same rule applies to BufferTempStoragePath.

For better performance, we recommend both BLOBTempStoragePath and BufferTempStoragePath point to fast drives. You can specify multiple directories by delimiting the directory names with semicolons.

I did not find a good way to resolve the issue.

You may refer this to see if it could give you some ideas.

Regards,

Zoe


If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.