Admin check in

A

Antonio

Hi,
I am getting this message when trying to open a project:
"You Have this project open read-write in another session.
To open this project read-write, you must close the
project in the other session or contact your server
administrator to check-in the project. Do you want to
open this project read-only?"

Now, I do not have another session open, but either way I
would simply like to forcefully check it in and go on.
How do I do that?
This is project 2002 pro.

Thanks,
Antonio
 
J

Jonathan

You have to check in using PWA.

Goto Admin -> Manage Enterprise Features -> Check in enterprise projects.
 
R

Ralphy

Hi Antonio

You will need to edit the SQL db directly if you are definitely sure the
project is not checked out. Open SQL Enterprise Manager, open the table
MSP_PROJECTS and find the project that you want to check in. Navigate to
the last few fields in the table looking for a field called something like
PRJ_CHECKEDOUT. Your project will have a value of 1, change this to 0 to
check it back in.

I would send you a SQL statement to do the above but because I can't
remember the exact field name it would be pretty pointless.

--

Ralphy
_______________________________________________________________
Please do not reply to me personally, this mailbox is not monitored


Hi,
I am getting this message when trying to open a project:
"You Have this project open read-write in another session.
To open this project read-write, you must close the
project in the other session or contact your server
administrator to check-in the project. Do you want to
open this project read-only?"

Now, I do not have another session open, but either way I
would simply like to forcefully check it in and go on.
How do I do that?
This is project 2002 pro.

Thanks,
Antonio
 
G

Guest

Just for info....

step one: check in PWA>>ADMIN>>MANAGE ENTERPRISE
FEATURES>>CHECK IN ENTERPRISE PROJECTS and see if the
project is listed there.

step two: I wouldnt play with the SQL table unless you
have experience of this. Just open read only, delete old
and resave a new version (remembering to populate the web
tables during publish).

This will have been caused by either:
a) user doing END TASK as project seems to be hanging
whilst saving/publishing (note, you should NEVER do this ;)
b) network issues during save/closedown caused a break in
communication between the client PC and the DB.
c) more fundemantal problems at the server end. Ask
whoever manages the IIS box to review the current error
log on the server.

Carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top