Enabling login retry with a clear text password

Server login fails when the ENCRYPT_PASSWORD property is set to True, and the server does not support password encryption. To use a clear text password for servers that do not support password encryption, set the RETRY_WITH_NO_ENCRYPTION connection property to True.

When both ENCRYPT_PASSWORD and RETRY_WITH_NO_ENCRYPTION properties are set to True, jConnect first logs in using the encrypted password. If login fails, jConnect logs in using the clear text password.