Please find the attached image. While attempting a test connection with the Axpert executable, we encountered the following error. Could you please provide your guidance on this issue?
Please find the attached image. While attempting a test connection with the Axpert executable, we encountered the following error. Could you please provide your guidance on this issue?
For versions 9.x and earlier, there is no available fix, but we can offer a workaround. If you require a fix or the requested features, they will only be implemented in version 10.x and above. The error you're experiencing is likely related to a connection issue, potentially caused by incorrect credentials, an invalid host, or port-related problems.
I have shared the error image, and I am able to log in through SQLPlus without any issues. However, I cannot connect using the Axpert executable. If there were a problem, SQLPlus would also fail to connect. I am inquiring about this because I need to upgrade from version 8X to 9X.
This issue arises from an incorrect schema password. To resolve it, please reset the schema password at the database level and delete the .pwd file from the Axpert folder. Then, check if the issue is resolved.
For Oracle:
ALTER USER username IDENTIFIED BY new_password;
GRANT privilege_name TO username;
For PostgreSQL:
ALTER ROLE username WITH PASSWORD 'new_password';
GRANT privilege_name ON database TO username;
As per your suggestion, I followed the steps outlined below and still facing the issue. Please find the screenshot of the error for your reference.