An Azure service for ingesting, preparing, and transforming data at scale.
Hi Clint Vallandingham
Thankyou for reaching microsoft Q&A!
This error usually indicates that the Self-Hosted Integration Runtime (SHIR) is attempting to load the Amazon Redshift V2 ODBC driver, but Windows cannot load the required driver module or one of its dependencies.
Even if rsodbc.dll exists in the path, ODBC error IM003 with system error 126 typically occurs when a dependent library is missing or the driver is not properly registered on the SHIR machine.
Please try the following checks:
Verify that the Microsoft Amazon Redshift V2 ODBC Driver appears in ODBC Data Sources (64-bit) → Drivers on the SHIR server.
Reinstall or repair the Redshift V2 ODBC driver to ensure all dependencies are installed correctly.
Ensure Microsoft Visual C++ 2015–2022 Redistributable (x64) is installed, as it is required by many ODBC drivers.
After making changes, restart the Microsoft Integration Runtime service.
Even if the pipeline was previously configured with V1, newer SHIR versions may attempt to validate or load the V2 driver, which can trigger this error if the driver or its dependencies are not correctly installed.