Reset Panatracker Administrator password
If you have changed your Administrator password for PanatrackerGP and have forgotten it, you can reset it by running the SQL script below.
Reset Procedure
- Access your SQL server with SQL Server Management Studio.
- Run the password reset script against the PanatrackerGP database.
- Refresh your portal page and log in with the default credentials for the portal.
If you don't know the default credentials, contact support at support@panatrack.com.
Password Reset Script
- -- The following script can be used to reset a lost password for the PanatrackerGP 'administrator' account.
- -- Run the script against the PanatrackerGP database. Then refresh your portal and log in using the default credentials
- BEGIN TRAN t1
- DELETE FROM UserSecurityRole
- WHERE UserOid IN (SELECT Oid
- FROM [User]
- WHERE Username = 'administrator')
-
- DELETE FROM [User]
- WHERE Username = 'administrator'
- COMMIT
Related Articles
How to Reset User Password
You can reset a user's password from the PanatrackerGP Portal. The new password applies to both handheld and portal access. Reset Password Steps Sign into the PanatrackerGP Portal with administrator access. Tap Administration. Tap User ...
How to perform an IIS Reset
An IIS reset stops and restarts the web server process on your application server. It functions like a mini-reboot without affecting the rest of the server. Steps Open Command Prompt as administrator: - Tap Start > All Programs > Accessories > ...
Implementing the Panatracker API
Implementation Steps Install the SubmitFromWebService license. Populate the appropriate Panatracker "Trx" tables with transactions that have a status of Queued. That is, column named TransactionStatus = 1. To trigger the submission, the web API ...
Stockroom Inventory User Guide
Download the Stockroom Inventory User Guide from the attachments tab.
Manufacturing User Guide
Download the Manufacturing User Guide from the attachments tab.