Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Solution deployment problem

0 views
Skip to first unread message

John S

unread,
Nov 17, 2009, 10:37:01 AM11/17/09
to
I've deployed a solution on our MOSS2007 farm and although it appears to have
worked, the Solution Management page is still showing it as Deploying.

How can we stop what it is doing?

Christopher

unread,
Nov 18, 2009, 5:24:01 AM11/18/09
to
We have also sometimes seen that deployment and retraction jobs can go on for
ages. Check that the Sharepoint timer service is actually running on all
machines in the farm; we have had cases where it for some reason had stopped.

If it's running on all machines, and still stuck, check the list over timer
jobs in central admin. There should be one for your deployment operation;
remove it and try deployment again.

Chris

Steven Cheng

unread,
Nov 19, 2009, 2:40:23 AM11/19/09
to
Hi Js,

As for the solution package, are you using visual studio add-on to build
and deploy it or manually use command line to deploy it? Generally have you
install and deploy the solution, there will have timer job created in the
center admin to synchornize the solution package to the target server:

==================
wspbuilder

stsadm -o addsolution -filename simplewsssolution.wsp

stsadm -o deploysolution -name simplewsssolution.wsp -immediate
-allowgacdeployment -allowcaspolicies -url http://localhost:8888

stsadm -o execadmsvcjobs
====================

As Chris mentioned, if you have executed all the command, it is possible
that the timer job is not executed in time for a certain server.

You can try reexecuting jobs or redo the solution deployment(clean and
deploy again).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.

--------------------
From: =?Utf-8?B?Sm9obiBT?= <js...@newsgroup.nospam>
Subject: Solution deployment problem
Date: Tue, 17 Nov 2009 07:37:01 -0800

0 new messages