Shared Service provider and Project Server

M

Marianne

Hi there,

We have installed Project Server in a large farm environment. Because of
some troubles we had with the OWSTIMER.exe from WSS we downsized the number
of servers and placed the SSP on another server.

We created a new SSP for Web Access and attached the project server
databases.

(I hope you follow me so far...) When I look in the queue I get a Failed but
non blocking correlation errors. And when I look in the error details I see
that it still is looking to the old server. How can I "tell" Project Server
the SSP is on an other server? Or do I have to redeploy Project Server all
over again?

Error summary/areas:
Queue
GeneralQueueJobFailed
Error details:

<?xml version="1.0" encoding="utf-16"?>
<errinfo>
<general>
<class name="Queue">
<error id="26000" name="GeneralQueueJobFailed"
uid="72cde102-4f2f-4a98-86f1-ea845d3230f0"
JobUID="d0cc25a1-b9f0-4612-a094-4481d1516bf5" ComputerName="OLDSERVERNAME"
GroupType="CreateWssSite" MessageType="" MessageId="" Stage="" />
</class>
</general>
</errinfo>
 
Top