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!

Micros 3700 (windows 7) Password Expired Please HELP!

Status
Not open for further replies.
May 31, 2007
3
US
Hello

I hope there is a simple solution, here but im scared not.

So I was half-asleep and typed in my password in the Micros Security box 5 times wrong,
which then locked my acocunt, and said see administrator. I try to log in as Administrator
but that password is expired since I didnt use it for years, and after 5 attempts that locked.

Now im panicking ??? I am more than happy to pay someone to fix it remotely if possible???

Thanks
Lou
4147362000 cell

 
You should be able to remove the disable on the user using dbisql
 
Is this a Windows Log on or Micros?

If Windows check out: Keep in mind if your system uses the account you are fixing, be sure to update any locations that may use the username and password. Otherwise it will lock the account out again. Also, the above method is for Local accounts on the PC/Server.
 
Its the Micros log on! Thanks but my understanding is that only works for Windows.
 
Yes, that link I gave is only for windows. this is more of a pmegan issue then. hope pmegan reads it. I wouldn't know where to look in the DB for disable the locked account.
 

using dbisql (hopefully you have a sybase DB login if not different more complicated but still solve-able),

This will set your ID number in micros to something easily usable.

update micros.emp_def set id = '11',pc_appl_id='11' where obj_num = 555

Then you need to turn on classic security.

update micros.rest_def set ob_classic_security = 'T'

Then you should be able to run pos configurator and sign in with "11" assuming your employee number was 555 in the first place. You can skip this step if you already know your pc_appl_id.

After you do this you will want to switch this back

update micros.rest_def set ob_classic_security = 'F'

Or do it through the restaurant def form in POS configurator.


 
Um, yeah. I was trying not to post instructions on hacking into the configurator, but that's about how to do it.
 
One important point here is that you shouldn't do this while you're open for business. Setting classic security will sometimes blow out the enhanced security settings and POS Operations will tank.

When you turn enhanced security back on, make sure you have the following settings:
Days Until Password Expires: 90
Maximum Idle Time in Minutes: 15
Minimum Password Length: 7
Maximum Failed Logins: 4
Password Repeat Interval: 4
Require Alphanumeric Passwords: checked
 
Lol... for our next trick, someone should totally post the get dba utility!
 
The first rule of the getdba utility is that you don't talk about the getdba utility... :)
 
Wow, you two are terrible... you spoke of the thing that one is not supposed to speak of. For Shame.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top