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
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,641 questions
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 40,356 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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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