How to solve the error "Adaptive Server requires encryption of the login password on the network" while connecting to Sybase database
book
Article ID: KB0076223
calendar_today
Updated On:
TIBCO ActiveMatrix BusinessWorks Plug-in for Database
|
All supported versions
|
Description
The error "Adaptive Server requires encryption of the login password on the network" might happen while connecting to the Sybase database.
Issue/Introduction
How to solve the error "Adaptive Server requires encryption of the login password on the network" while connecting to Sybase database
Environment
Product: Product: TIBCO ActiveMatrix BusinessWorks Plug-in for Database
Version: All supported versions
OS: All Supported Operating Systems
Resolution
To solve the issue, add "AuthenticationMethod=encryptPassword" to the end of the JDBC URL.
For instance:
jdbc:tibcosoftwareinc:sybase://<host>:<port#>;databaseName=<databaseName>;AuthenticationMethod=encryptPassword
Feedback
thumb_up
Yes
thumb_down
No