FIX: Data Factory ODBC linked service fails to Apply and returns Internal Server Error
I was working with a client who has having trouble debugging an ADF pipeline, related to an ODBC linked service not working as expected.
The user had configured the connection string property of an ODBC connection this way:
- Set a parameter to the linked service as ServiceDSN
- Configured the connection string as @concat(‘DSN=’,linkedService().ServiceDSN)
The Test Connection for that worked fine, but when you click Apply, it fails with an Internal Server Error. Specifically, the error was:
2023-04-24