ZXG10 ITC Password Reset

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ZXG10 iTC-BSC-SYS/GSM&UMTS&MW-if you forget iTC admin password ,how to deal

with it?

Product

ZXG10 iTC/GUBSC/GU Wireless


System/GU

Network
Management
Version
Equipment
Software Version
Board Software
Version

Equipment
Hardware Version
Board Hardware
Version
Incident Error
Page Views
13
Code
Author
LiShuHai
Knowledge No.
WHD20120425468699
Incident Description (Incident Phenomena)
Sometimes,maybe customer forget the password of iTC admin,so how to deal with it?
Networking Environment
Problem Cause Analysis
null
Solution
sqlplus /nolog
conn uep/U_tywg_2008@itc //itc you will replace with actual sid
update uep.sm_user_table u set u.password='8779428B6CB83531' where u.username='admin';
commit;
then you restart the iTC server and you relogin you will find the password is empty.

You might also like