Business Gateway - Admin Password Reset

SOLVED

Hi guys,

Can someone assist here please. I am trying the reset the Admin user login password as the default password set up is not working. I tried resetting the password and got the following:

I've tried deleting it in SQL and even tried to copy a default password into the SQL table dbo.tUser

This too does not work. 

How can I reset this password as trying to create another admin user still asks me to log into the Business Gateway with the old admin user password? 

Parents
  • 0

    Hi Keshen 

    Please try the following steps and advise me on the outcome:

    1. Open MS SQL Management Studio
    2. Access and open the ResolveWEB database that gets created and is used by Resolve WEB
    3. Run the following SQL script on it:

                Update TAdministrator

                Set password = ‘xxx’ where loginname = ‘Admin’         (XXX indicates the new password value)

            4. Note that the password field must have a value, and can’t be blank

    Kind regards

    Bennie 

  • +1 in reply to Bennie Pienaar
    verified answer

    Hi Bennie,

    Unfortunately the reset of the password didn't work as we thought it would and now I am back to square one. The answer you gave is for ResolveWeb and didn't work on the Business Gateway unfortunately. What I did do was delete the Admin user form the dbo.tUser table in the "Gateway" database and then went into the IIS manager and created a new Admin user. This seems to be working for now. Thanks for the help.  

Reply
  • +1 in reply to Bennie Pienaar
    verified answer

    Hi Bennie,

    Unfortunately the reset of the password didn't work as we thought it would and now I am back to square one. The answer you gave is for ResolveWeb and didn't work on the Business Gateway unfortunately. What I did do was delete the Admin user form the dbo.tUser table in the "Gateway" database and then went into the IIS manager and created a new Admin user. This seems to be working for now. Thanks for the help.  

Children