How can we stop what it is doing?
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
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