Hello Team,
I have desktop application developed in PowerBuilder 2017 R3, which is connecting to Sybase ASE 15.7 database. Before connecting to the database I am setting SEC_CONFIDENTIAL=1 to dbParm property as below.
sqlca.DBMS="SYC"
SQLCA.dbParm="EncryptPassword='True',Release='15.7',Sec_Confidential=1"
When I try to connect to database it throws error "Cannot Connect to Database. Connection Denied. Attempt to set CS_SEC_CONFIDENTIALITY connection property failed."
Could you please help to resolve this error. Is there any syntax issue OR do I need to set additional parameter.
Thanks,
Ninad