Unable to start server process - ProjectQueueService / pjevtsvc

N

Neufusion

This is installed on the same server as Sharepoint Portal Server 2007
and is using the same SSP as the main portal site.

I am getting these two errors:

Event Type: Error
Event Source: Office SharePoint Server
Event Category: Project Server - General
Event ID: 7882
Date: 8/28/2007
Time: 8:59:19 AM
User: N/A
Computer: SERVER
Description:
Unable to start service process. SSP: 62127fdc-57fd-4dec-a48a-
fdac6fd04875 Service: ProjectQueueService

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source: Office SharePoint Server
Event Category: Project Server - General
Event ID: 7882
Date: 8/28/2007
Time: 8:59:15 AM
User: N/A
Computer: SERVER
Description:
Unable to start service process. SSP: 62127fdc-57fd-4dec-a48a-
fdac6fd04875 Service: pjevtsvc

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
 
G

Gary L. Chefetz [MVP]

So what may be happening here is that the Que Service is starting before SQL
and shuts itself down because it can't find its SQL server. Restart the
queue service to overcome this problem. You might consider making the
service start dependent on SQL Server first starting.

--

Gary L. Chefetz, MVP
MSProjectExperts
For Project Server Consulting: http://www.msprojectexperts.com
For Project Server FAQS: http://www.projectserverexperts.com
 
D

d f

Hi,
I'm having this same issue/message, running everything on the same
box, local system account for all services, sql definitely starting
first and have bounced teh services many times. Any help much
appreciated. -Dave
 
N

Neufusion

I had a single server setup and thought using Local System and Network
server defaults would make things easy... They don't.

I used a new box and reinstalled everything, this time following
microsoft guidelines for SharePoint administrative and service
accounts and using least-privledge accounts. I also configured
Kerberos authentication. After I was done, I nuked the test sites on
the new server and then did a backup from the original SharePoint
Server using stsadm.exe and then restored to the new site. It worked
like a charm. All of my SharePoint AND Project errors and pains went
away.

I dont have a definitive answer for you, but I think you should try
setting up SharePoint and Project Server to use service accounts
instead of Local System / Network Service.

Here's a quick rundown of my services and proceses for SharePoint and
Project Server and the service accounts running them:
Windows Task Manager:
w3wp.exe / sharepoint_apppool_mysite
w3wp.exe / sharepoint_apppool_portal
w3wp.exe / sharepoint_apppool_sspadmin
OWSTIMER.EXE / sharepoint_serverfarm_account
Microsoft.Office.Project.Server.Queuing.exe /
sharepoint_serverfarm_account
w3wp.exe / sharepoint_serverfarm_account
Microsoft.Office.Project.Server.Eventing.exe /
sharepoint_serverfarm_account
mssdmn.exe / sharepoint_serverfarm_account
mssearch.exe / sharepoint_serversearch_account
mssearch.exe / sharepoint_serversearch_account
mssdmn.exe / sharepoint_serversearch_account
Microsoft.Office.Project.Server.Eventing.exe / sharepoint_ssp_account
Microsoft.Office.Project.Server.Queuing.exe / sharepoint_ssp_account
w3wp.exe / sharepoint_ssp_account
sqlservr.exe / sqlserver_service_account

Services:
Microsoft Office Project Server Events Service / DOMAIN
\sharepoint_serverfarm_account
Microsoft Office Project Server Queue Service / DOMAIN
\sharepoint_serverfarm_account
Windows SharePoint Services Timer / DOMAIN
\sharepoint_serverfarm_account
Office SharePoint Server Search / DOMAIN
\sharepoint_serversearch_account
Windows SharePoint Services Search / DOMAIN
\sharepoint_serversearch_account
SQL Server / DOMAIN\sqlserver_service_account

If anyone reading has any comments or suggestions for MY setup, please
let me know.

Here are some links to help you in your adventures. =]
http://technet2.microsoft.com/Offic...ca37-447a-a056-1a67d93ef5401033.mspx?mfr=true
http://technet2.microsoft.com/Offic...d60d-4b85-87de-19065d9688351033.mspx?mfr=true
http://blogs.msdn.com/martinkearn/a...part-1-base-configuration-for-sharepoint.aspx
http://www.datasprings.com/Resource...stallingSharepoint2007/tabid/774/Default.aspx
http://groups.google.com/group/micr...Access+Account+&rnum=3&hl=en#a0325bac4b837c53
http://support.microsoft.com/kb/326985/#4
http://support.microsoft.com/kb/832769
 

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