• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to Change the P6 User Login Name in SQLite Database

by admin

This post explains how to change the login username for P6 Professional Standalone supported with SQLite. P6 Professional standalone is a single user application, the user name is “admin” by default, but you can also customize the user name when creating the P6 database and configuring the connection in SQLite.

1. Firstly please double check there is only one user created for P6 standalone by executing below query against the P6 database.

SELECT * FROM USERS ;

2. If only one record is returned, then you can change the user login name by executing below SQL statement against the P6 database. Replace {your user name} accordingly.

UPDATE USERS SET USER_NAME = '{your user name}' ;

3. Now you can log on P6 with this new user name {your user name}.

4. If you only want to change the visual representation of the user’s name in P6.

UPDATE USERS SET ACTUAL_NAME = '{your actual name}';

Filed Under: Oracle Apps

Some more articles you might also be interested in …

  1. Application Engine Concepts
  2. PeopleSoft “Authorization Error – Contact your security administrator “
  3. Fndload Responsibility Download Upload Command
  4. How to reset your forgotten Primavera P6 user password using database query
  5. How to read all modules assigned to user from Primavera P6 EPPM database
  6. Parameters Of Different Configuration Files To Download And Upload Seed Data Types
  7. How to find customer number, site number, party number from invoice
  8. Resetting an Application User’s Password in P6 Professional Using SQLite
  9. How to Reset a Primavera P6 Application User Password
  10. How to delete and recreate Integrated WebLogic Server Default Domain in JDeveloper?

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright