KB889500 0x80040e14 error Attempted to insert duplicate

  • Thread starter Rowan Patterson
  • Start date
R

Rowan Patterson

In Project Server 2003 the project spooler error 0x80040e14 described in
knowledge base article 889500 is more easily fixed by customising and running
the following SQL than the manual procedure described in the knowledge base.

/* Fix project spooler error 0x80040e14
Refer MS Support knowledge base article 889500
Copy and paste proj_id and Proj_timestamp from project server event log */

update msp_web_projects
set proj_timestamp = 'D707050004000300070035000F000000'
where proj_id = 501
 

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