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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NEED HELP! Administrator password reset in Micros 3700

Status
Not open for further replies.

CharterAdmin

IS-IT--Management
May 9, 2012
2
US
Hello,

Sometime within the past week our Micros "manager" password was reset. I know there is a work around to be able to code into the sql database. I know this because I have done it once before but lost my notes for it. If anyone knows the path to change security options from username login to code login please let me know. Any help would be greatly appreciated.

Thank you.

Josiah Callihan
 
Hello,

You should be able to run
Code:
update micros.rest_def set ob_classic_security = 'T'
in dbisql to disable enhanced security, and then

Code:
update micros.rest_def set ob_classic_security = 'F'
after you've logged in and changed the password, to re-enable the security.

Most of the time, you access this by Start -> Run (or Winkey+R) and typing "dbisql" into the Open: box, then clicking OK. Most of the time the user/pass to connect using dbisql is "custom" "custom" or "installer" "installer" (without the quotes).

Hope this helps,
Ryan McHugh
 
Thank you so much. This did the trick. I appreciate your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top