I'm the P6 admin. When I attempt to login as admin, Primavera tells me that admin is currently logged in. It's been this way for a couple of days. I've rebooted a couple of times since this has happend. How can I force logout the admin acount if I can't access the admin account to force the logout? Clear as mud?
Thanks!
Thank you Zoltan! We will give this a try.
is you are using SQL then
you will have to log into the database execute a querie
select session_id from USESSION where delete_session_id is NULL and user_id = (select user_id from users where user_name = '<Enter User Name>');
If you run it and you get 1 as a result then