Hi.
We are using Sybase CT Library in our application to connect to the Sybase ASE and Sybase Rep Server. We require to support the RSA encrytion enabled at the ASE Server as shown below:
1> sp_configure 'net password encrypt',2
We have enabled the encryption parameter in the client application but somehow it fails.
If we set this parameter to 1, our applications connects without any issues
1> sp_configure 'net password encrypt',1
Please let me know what else is required in CT Library to make this connection successful.
Thanks,
Satya