Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typically, SQL Server SSL certificates are not signed by a Trusted Certificate Authority (CA). As a result, your Snaplex will not trust the certificate that SQL Server uses for connection. If this is the case, you need to must add the trustServerCertificate URL connection property set to true in the Url properties field (as shown in the following screenshot).

...

  1. If you have only a production Org where you can to validate connections to your SQL Server instance(s), you may upload a SQL Server JDBC Driver JAR compatible with the update to the Snap Pack (version 12.2, available on the Microsoft Download Website).

  2. Upload that JAR file to your Org’s shared folder and specify it in the SQL Server Account (as described in the “What JDBC driver am I using?” section).

  3. Validate the account and modify properties as specified in the “What do I need to change?” section.

    After you verify that the updated JDBC Driver works, you may remove it, but keep the property setting. We recommend that you keep the trustServerCertificate set to true (if you needed need to specify it) to ensure readiness for the August 2023 release.

...