SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
WestyOz
Posts: 22
Joined: Tue 23 Jun 2015 06:18

SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Post by WestyOz » Wed 04 Dec 2019 02:34

Only observed since upgrading the SDAC to 9.1. Only affecting iOS builds.

I am receiving a 'Function is not linked' message when trying to connect. Subsequent attempts at connecting return a 'The certificate is not trusted by the trust provider'. Prior versions of the application built on older SDAC builds function fine. There doesn't appear to be any way of making this work.

Endpoint is an Azure SQL instance. Target platform is iOS 13.2.3.

Specifics with the connection are
TMSConnection.Options.Encrypt := true;
TMSConnection.Options.TrustServerCertificate := false;
TMSConnection.Options.IPVersion := TIPVersion.ivIPBoth;

This error is not occurring with the same application when deployed to Android clients, both 32bit & 64bit.

Is there a known issue?

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Post by Stellar » Fri 06 Dec 2019 12:42

Thank you for providing the information. We've reproduced the issue and started to investigate possible causes of the described behavior. We will let you know the results as soon as we get them.

WestyOz
Posts: 22
Joined: Tue 23 Jun 2015 06:18

Re: SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Post by WestyOz » Fri 06 Dec 2019 21:48

Thanks for the update. If you guys need someone to test out any patched version (night build) - let me know.

WestyOz
Posts: 22
Joined: Tue 23 Jun 2015 06:18

Re: SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Post by WestyOz » Tue 17 Dec 2019 04:11

Hi, Has there been progress with this one?

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: SDAC 9.1 - iOS affected only -TMSConnection: Receiving 'Function is not linked' when connecting

Post by Stellar » Fri 20 Dec 2019 08:52

Thank you for the information.
We have fixed the issue, and the fix will be included in the next SDAC build.

Post Reply