Hi,
we connected from FME Desktop 2022.2.5 successfully to a Azure Synapse SQL Pool using the "Microsoft Azure SQL Database (JDBC)" connection.
I can use the Reader without any problems and query data from the tables. However I need to use SQLExecutor Transformer as the queries need to be dynamically created. But this gives me the following error:
com.microsoft.sqlserver.jdbc.SQLServerException: '@@TRANCOUNT' is not supported.
Seems like the SQLExecutor performs additional statements in the background which are not supported by Synapse.
Are there any workarounds to avoid this issue or to force SQLExecutor not to use additional statements?
Thx for your help!