How To Reset P6 R8.3 Password in Sqlite Database: Description
How To Reset P6 R8.3 Password in Sqlite Database: Description
Description
The latest version of Primavera R8.3 standalone installations uses a new database technology called SQLite.
If a user forgets their usernames and passwords and they are not the default options (admin admin) then the
following process must be followed to gain access to the SQLite database and reset the password.
Solution
An SQLite database viewer application must be downloaded and installed alongside the SQLite database
file. The database viewier is used to access the database and reset the password.
Steps
1. To connect to the SQLite database, the Command Line Shell For SQLite is required. Download the
Command Line Shell For SQLite from http://www.sqlite.org/download.html
2. Extract sqlite3.exe from your download
3. Cut/paste sqlite.3.exe into the directory containing your SQLite database. (Example:
C:\Users\username\Documents\)
4. Double-click sqlite3.exe to open command prompt
5. Type the following command to connect to the P6 database
.open PPMDBSQLite.db (or use whatever file name is present on your system)
6. Run the following command to reset the password to a null (blank) password:
7. If you would like to define a new password other thank null, after logging in, go to Edit>User
Preferences>Password tab
Update users Set Password=null where user_id=(select user_id from users where
user_name=’admin’);
commit; — if oraclexe
N.B: Admin account is an application account, Not a database account like: sys, system, pubuser,
admprm$pm….
If you’d like to download JUST a command-line interface for the Oracle Database, we do have one
available. It’s SQLcl. Less than 20 MB. Just requires you have an Oracle JRE installed.
Oracle SQLcl
Supports everything SQL*Plus has to offer, plus adds much more, including: