Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

locked out of 3700/lost pw

Status
Not open for further replies.

krazeeddie

Technical User
Mar 6, 2012
189
US
how do i reset enhanced security/?
 
I have created a simple sim to help unlock all users at once:

Lockout.bat
dbisql -c "UID=support;PWD=support;dsn=micros" read c:\scripts\lockout.sql

EXIT

Lockout.sql

/* Unlocks Employee*/

update micros.emp_def
set ob_account_disabled = 'F'

If you lost your PW:

from dbisql:

Update micros.rest_def
set ob_classic_security='T'

this will allow you to sign in with your pc application id.
open POS CFG or Human Resources. Leave it open then change the 'T' to 'F' and commit. Will leave application open and you can change your password
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top