Re: Connector/Net and SSIS
Posted by: Herrick Peterson
Date: August 26, 2026 10:37PM

Hello,

Try Jose's route first, test if 9.1.0 works fine against Aurora too, saves you all this hassle if it does.

If it doesn't, you don't need both installed machine-wide. A couple options:

Reference the connector DLL locally per SSIS project (SpecificVersion=true, point at project's own copy) instead of a shared GAC install, each project brings its own version, no conflict.
If Magento Cloud is ODBC friendly, pull that source via MySQL ODBC driver instead, leaves Connector/NET 8.0.32 as your only .NET install for Aurora.

Standardizing on one version is still the cleanest fix long term though, mixed versions tend to bite you later even if it runs fine now.

Regards,
Herrick Peterson
DevOps Engineer
Accuweb.cloud

Options: ReplyQuote


Subject
Written By
Posted
July 24, 2025 07:39AM
Re: Connector/Net and SSIS
August 26, 2026 10:37PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.