Guild of Project Controls: Compendium | Roles | Assessment | Certifications | Membership

Tips on using this forum..

(1) Explain your problem, don't simply post "This isn't working". What were you doing when you faced the problem? What have you tried to resolve - did you look for a solution using "Search" ? Has it happened just once or several times?

(2) It's also good to get feedback when a solution is found, return to the original post to explain how it was resolved so that more people can also use the results.

User Already Logged in error

2 replies [Last post]
Cynthia Stiffler
User offline. Last seen 2 years 11 weeks ago. Offline
Joined: 14 Sep 2020
Posts: 8
Groups: None

I am getting the error "User already logged in"  I have searched this topic and tried several of the fixes with no results.  Im using Version 15.2 and SQLlite.  

Replies

WAEL ELHAJJ
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 14 Feb 2008
Posts: 55

thank you so very much, 

you are a life saver 

WAEL ELHAJJ
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 14 Feb 2008
Posts: 55

thank you so very much, 

you are a life saver 

WAEL ELHAJJ
User offline. Last seen 1 year 17 weeks ago. Offline
Joined: 14 Feb 2008
Posts: 55

thank you so very much, 

you are a life saver 

Zoltan Palffy
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 13 Jul 2009
Posts: 3089
Groups: None

you have to log into the sql 

Start programs Microsoft SQL server Management Studio Express

Login into SQL Server Management Studio with login in is sa  password is Prima123Vera

expand the databases and look for your database

click on new query 

Select * from Usession

note the User_ID from the query that you just ran foro example user_id is 123

new query 

UPDATE usesession

SET delete_session_ID=0, delete_date=GETDATE()

WHERE user_ID = 123

close the  Microsoft SQL server Management Studio Express and log in

Steven Auld
User offline. Last seen 7 weeks 2 days ago. Offline
Joined: 13 Sep 2017
Posts: 126

Cynthia,

I have a small application that I have created that may help.

If you can PM me with your contact details if you are interested & I can sent it through for you to try.

It allows you to clear old User Sessions, Clear Orphaned Project Sessions & Clear User Passwords.

I have tested it on SQLite and SQL only - not yet tested on Oracle as I don't have an Oracle Install to test against.

Create a copy of the .db file before running to ensure that you have a backup first.

Regards,

Steven