Background: there is a tech support ID that nobody knows the password. I need to get its password back
What I did:
select emp_class_seq, first_name, last_name, obj_num,pc_appl_id from micros.emp_def where first_name LIKE '%Micros%';
Find the pc_appl.id of the Micros account
update micros.rest_def set ob_classic_security = 'T'
Log on POS Configurator through Micros account's pc_appl.id
Found the employee, but:
[ul]
[li]unable change its password: user id, password fields, etc are all grayed out, disabled[/li]
[li]if clicking System-Restaurant, POS configurator will freeze[/li]
[li]create a user, but cannot set the user id (field is grayed out[/li]
[/ul]
Any clue on why it happened?
Thanks a lot.
What I did:
select emp_class_seq, first_name, last_name, obj_num,pc_appl_id from micros.emp_def where first_name LIKE '%Micros%';
Find the pc_appl.id of the Micros account
update micros.rest_def set ob_classic_security = 'T'
Log on POS Configurator through Micros account's pc_appl.id
Found the employee, but:
[ul]
[li]unable change its password: user id, password fields, etc are all grayed out, disabled[/li]
[li]if clicking System-Restaurant, POS configurator will freeze[/li]
[li]create a user, but cannot set the user id (field is grayed out[/li]
[/ul]
Any clue on why it happened?
Thanks a lot.