The issue is that, due to the computer crash, the user session that was last used hasn't been closed, and therefore P6 thinks that user is still logged in. You have to be able to connect to the database and modify some of the records - in this case delete the user sesson record.
Luckily as you're using SQLite, its somewhat easy, you can use a tool like DB Browser for SQLite to view and modify SQLite data tables.
Member for
5 years 1 monthI am having the same issue.
I am having the same issue. Can you forward me instructions on how to fix?
Member for
16 years 3 monthssend me your email address
send me your email address and I will forward detaled instructons
Member for
20 years 6 months<--Duplicate post-->
<--Duplicate post-->
Member for
20 years 6 monthsDoyin,The issue is that, due
Doyin,
The issue is that, due to the computer crash, the user session that was last used hasn't been closed, and therefore P6 thinks that user is still logged in. You have to be able to connect to the database and modify some of the records - in this case delete the user sesson record.
Luckily as you're using SQLite, its somewhat easy, you can use a tool like DB Browser for SQLite to view and modify SQLite data tables.
Follow these instructions on how to use the DB Browser: http://www.p6academy.com/index.php/n111-primavera-p6-with-sqlite-and-sqlite-browser/
And the Scripts you need to run to delete the user session record is shown here: https://deepinthecode.com/2018/06/29/primavera-p6-session-hung-on-oracle-database/ you can use the same commands.
Member for
22 yearsI am using Windows 16299 and
I am using Windows 16299 and on a SQLite as the database.
There is no error code except when I logon I get username is already logged on and I cannot get in
Member for
11 years 4 monthsHi Doyin,Which Windows are
Hi Doyin,
Which Windows are you on (7, 8, 10)
Are you using SQL Server or SQLite as the database, if SQL Server then which version?
Member for
16 years 3 monthscan you give the error code
can you give the error code if there is one