Overview
Everest has not recognized passwords for users, EDI, and the eCommerce system. Rebooting the server temporarily solves the issue. When the issue manifests, all orders from the EDI and eCommerce systems fail, saying "password incorrect".
Solution
To solve this please follow the steps below:
- Log in to SQL Management Studio.
- Clear any stuck sessions from the EVEREST_SPM table.
- Expand the Database node and right-click on the EVEREST_SYSTEM database.
- Select New Query
-
Execute the following query:
use EVEREST_SYSTEM;
delete from EVEREST_SPM;NoteAfter the query completes successfully, you will receive a confirmation message saying
x rows affected
. This indicates how many entries on the EVEREST_SPM table have been cleared.
- Ensure a larger number of simultaneous connections:
-
In Object Explorer, right-click the server and click Properties.
-
Click the Connections node.
-
Under Connections, in the Max number of concurrent connections box, type or select a value from 0 through 32767 to set the maximum number of users that are allowed to connect simultaneously to the instance of SQL Server.
NoteUse
0
to signal unlimited simultaneous connections. -
Restart the SQL Server.
-
If clearing the EVEREST_SPM table resolved the issue, please make sure that users log out of Everest properly to avoid this from happening again.
Testing
After applying the above steps, Everest should recognize passwords and allow normal operation. In case the issue reoccurs, please get in touch with support, so we can investigate deeper into the issue, and take further action if needed.
Comments
0 comments
Please sign in to leave a comment.