Share via

Data Factory Redshift Dataset throws v2 Error when using v1

Clint Vallandingham 0 Reputation points
2026-03-06T19:49:39.2866667+00:00

Our Redshift Copy Pipelines recently stopped working with the error that they cannot locate a V2 ODBC DLL file. We did not change any settings and are still using V1 for Redshift. We attempted to update the Linked Service to use v2 but still receive the below error.

ERROR [IM003] Specified driver could not be loaded due to system error 

126: The specified module could not be found. (Microsoft Amazon Redshift

V2 ODBC Driver, C:\Program Files\Microsoft Integration

Runtime\5.0\Shared\ODBC Drivers\Microsoft Amazon Redshift V2 ODBC

Driver_2.1.10.1\lib\rsodbc.dll).

We have verified that this file does existing on our SHIR server and we are running the latest version of the SHIR.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

{count} votes

1 answer

Sort by: Most helpful
  1. Clint Vallandingham 0 Reputation points
    2026-03-09T19:41:23.01+00:00

    Per the comment from @Pilladi Padma Sai Manisha . The issue was the C++ Redistributable. The SHIR was set to auto-update and applied the latest version which also installs the Redshift v2 ODBC but did not install the latest C++ Redistributable which is a requirement for the Redshift install. Manually installing the latest C++ Redistributable corrected the issue with the Redshift v1 connection and we also verified the v2 connection now works.


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.