Problem: SAP Adaptive Server connection details are configured correctly, but DA fails to establish a connection.
Possible cause: SAP Adaptive Server is configured to require all clients to use password encryption. If the net password encryption reqd parameter is configured to a nonzero value, login fails.
alter connection myAseConn
and set ENCRYPT_PASSWORD = true
go
See Connection Properties in the SAP jConnect for JDBC 16.0 Programmers Reference.