cannot delete project from server

C

crook

Hello all!

I have an interesting problem. There is a project on the server that
cannot be deleted using the Clean up Project Server database page. I
did attempt to delete it using the Clean up Project Server database,
and was told the delete was successful. However the project still
shows up in the list. The difference is that it has no version. The
version column is blank. This project is not visible through Project
Pro 2003 or through the PSCleaner tool from MS. This project is not
checked out.

When I attempt to delete it using the Clean up Project Server database
page, I get a error message that simply says, "An error occurred while
completing the operation," the screen does not refresh, and the project
stays put. Meanwhile, on the server machine, an application error
appears:

Component: PjSvrSecurity
File:
C:\Office\devsp\project\WebClient\source\server\pjsvrsecurity\CPjSvrSecurity.cpp
Line: 4357
Error Number: 0x80004005
Description: <Description><![CDATA[Assert Detected. The error code was
also included.]]></Description>

I am able to delete other projects, I successfully deleted a test
project that is older than the project I'm attempting to delete now.

Any suggestions?
 
B

bgallesio

Encontré una solucion a este problema.

Probé la solución de Chak
(http://groups.google.com.uy/group/m....server/browse_thread/thread/9a3b9067ad797985),
pero no funcionó. El plan fantasma no estaba en la tabla MSP_PROJECTS.

Procedimiento:
1. Crear usuario de SQL Server con rol MSProjectServer.
2. Conectarse a la base con este usuario, utilizando alguna
herramienta.
3. Verificar el PROJ_ID y PROJ_NAME del ghost plan en la tabla
MSP_WEB_PROJECTS.
4. Copiar un registro existente de la tabla MSP_PROJECTS, modificando
el PROJ_ID, PROJ_NAME y WLOCAL_PATH como MSP_PROJECTS.
5. Angresar al PWA, Adminsitracion y utilizar "Clean Up" normalmente.

suerte!
 

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