You are on page 1of 2

E-Banking Admin not accessible

“Phone number already exists” error when creating new account.

Solution 1:

- Log onto 192.168.0.108 via Remote Desktop (Administrator – HashedPassword1)


- Log onto SQL Server.
- Delete the Number from the System, which resides on the Internet Banking System.
- Select * from tblCustomer where phonenumber = '263773028559'
- delete from tblCustomer where phonenumber = '263773028559'
- done

Solution 2:
- Log onto 192.168.0.108 via Remote Desktop (Administrator – HashedPassword1)
- Log onto SQL Server.
- Delete the Number from the Old Mobile Banking System, which resides on the Internet Banking
System.
- Select * from tblCustomer where phonenumber = '263773028559'
- delete from tblCustomer where phonenumber = '263773028559'

You might also like