The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
21 views

SP2010 farm scoped custom workflow action not available in designer

We're trying the "Update Items By List View" custom workflow action available here: http://efspwfactivities.codeplex.com/releases/view/63115 It works fine in one of our development environments ...
1
vote
0answers
53 views

Solution's deployment status failed

Last I night I was trying to deploy a custom timer job on production servers, I added solution easily using STSADM, but when I tried to deploy it using CA it returned with deployment status as Failed. ...
1
vote
2answers
75 views

Issue deactivating a solution

Not sure why this is happening but when i try to deactivate a template in the solution gallery i get the following exception: Unable to access web scoped feature (Id: ...
1
vote
1answer
287 views

How to create a PowerShell script that accepts one or more SPWebApplication and use it in an expression?

I'm trying to create a custom function that can uninstall and reinstall any SharePoint solution. Some solutions requires the -GACDeployment switch, some requires the -AllWebApplications and some ...