Tagged Questions
0
votes
0answers
49 views
Failed to connect to an IPC Port: Access is denied. How to resolve?
When attempting to upgrade a sharepoint 2007 solution I am getting the following error:
Timer job successfully created.
E:\wsps>stsadm -o execadmsvcjobs
Executing .Executing ...
0
votes
3answers
503 views
Error when using stsadm.exe to deploy webpart
I am trying to deploy a webpart to our live SharePoint instance.
STSADM.EXE -o AddSolution -filename webpart.wsp
I then get the following error:
Object reference not set to an instance of an ...
1
vote
1answer
2k views
stsadm -o execadmsvcjobs as part of a batch command
When using the stsadm -o execadmsvcjobs as part of a batch command we are finding that even though the command is saying all the jobs have been run, the jobs haven't necessarily completed.
This means ...
3
votes
2answers
522 views
Deploying .dlls to the web application bin folder using .wsp fails with feature recevier
When deploying .dlls to the bin directory using a .wsp my feature receivers seem to blow at the deploysolution stage as they cannot find the related code for my feature receivers.
How can I handle ...