Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Administration
»
I Have A Problem With Primavera 6
I Have A Problem With Primavera 6
Rate Topic
Display Mode
Topic Options
Author
Message
hamzah-1145427
hamzah-1145427
Posted Wednesday, August 19, 2009 2:32 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, August 19, 2009 2:32 AM
Points: 1,
Visits: 5
Hello There ..
i wish from you to help me in fixing this problem in primavera 6
i installed the program correctly and it were working very well but today i am trying to enter the username and password to enter to the program but it views for me this error message :
Primavera
the user is already logged in. please use another login name
i wish to help me to fix this problem i tried to restart the pc several times but the same problem shown and when i open task manager no Primavera Process Shown .
wish to help me as soon as possible thank you
Hamzah Abu Safieh
Post #773287
walidkilani
walidkilani
Posted Wednesday, August 29, 2012 5:53 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, August 29, 2012 6:18 AM
Points: 3,
Visits: 9
1. Query the USESSION table for the users 'session_id':
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>');
2. Delete the users records in the table UPKLIST:
Delete from UPKLIST where session_id = <session_id>;
3. Delete the users records in the table PROJSHAR:
Delete from PROJSHAR where session_id = <session_id>;
4. Delete the users records in the table USESSION
Delete from USESSION where session_id = <session_id>;
Post #1351534
ChrisM@Work
ChrisM@Work
Posted Wednesday, August 29, 2012 5:58 AM
SSCertifiable
Group: General Forum Members
Last Login: Yesterday @ 9:27 AM
Points: 5,618,
Visits: 10,990
walidkilani (8/29/2012)
1. Query the USESSION table for the users 'session_id':
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>');
2. Delete the users records in the table UPKLIST:
Delete from UPKLIST where session_id = <session_id>;
3. Delete the users records in the table PROJSHAR:
Delete from PROJSHAR where session_id = <session_id>;
4. Delete the users records in the table USESSION
Delete from USESSION where session_id = <session_id>;
After waiting for an answer for three years and nine days, Hamzah went home yesterday. You just missed him.
“Write the query the simplest way. If through testing it becomes clear that the performance is inadequate, consider alternative query forms.”
- Gail Shaw
For fast, accurate and documented assistance in answering your questions, please read
this article
.
Understanding and using APPLY, (I)
and
(II)
Paul White
Hidden RBAR: Triangular Joins
/
The "Numbers" or "Tally" Table: What it is and how it replaces a loop
Jeff Moden
Exploring Recursive CTEs by Example
Dwain Camps
Post #1351538
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.