Hi Team,
I have using PowerBuilder 17 with Sybase DB connecting via ASE ( Sybase open client 16). Using DB connection method as 'ASE' inside application. Application using functional account to connect the db. sometimes users are getting db connection failed issue from ASE, user id and password is correct but connection getting failed. due to this issue, application functional account getting locked. Requesting to kindly guide me on this issue and let me know if any possible solutions,
Thanks in advance
Regards,
Jijo Thomas
PowerBuilder Developer (10+ year )
Sounds like you may not have the most recent ASE 16 DB Client software installed. I would check with your DBA and/or SAP.
Checked with DBA and got response like "Account Locked by ASE due to failed login attempts".
did we miss any DPParm value specially for ASE
Kindly help me on this case for identifying the solution
Thanks in Advance
Regards,
Jijo Thomas
I would suggest that you turn on SQL Tracing & see exactly what user credentials are being passed that are being rejected by ASE.
FYI...
SQLCA.DBMS = "TRACE ASE"
Regards ... Chris