Hi there!
I've been trying to install the Sharepoint 2010 FBA Pack version 1.1.0 to my server, but I keep receiving the following errors in the deploy command:
Solution not installed
Going to add solution
Name SolutionId Deployed
---- ---------- --------
visigo.sharepoint.formsbase... 956715d5-f34c-4b00-bfb7-8c35d5fa0f62 False
Going to install solution to all web applications
Waiting for job to finish
Waiting to finish job solution-deployment-visigo.sharepoint.formsbasedauthentica
tion.wsp-0.Finished waiting for job..
Going to enable Feature
Enable-SPFeature : The Feature is either not found or not a Farm Level Feature.
Use Url parameter to specify the scope of the Feature.
At C:\Users\malegretti\Downloads\SharePoint2010FBAPack.1.1.0\Deploy.ps1:56 char
:17
+ Enable-spfeature <<<< -identity $featureName -confirm:$false -url $url
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature:
SPCmdletEnableFeature) [Enable-SPFeature], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature
Already tried the command passing the URL parameter, with the same results.
The server is a 2008R2, running Sharepoint Server 2010 (the Timer and Administration services are started, I've already double checked that). After the unsuceeded deploy command, I can see the solution in Central Administration, but it's not deployed anywhere. If I list the features with the Get-SPFeature command, the feature FBAManagement that the deploy script seem to expect is not listed, so I can assume that somehow it wasn't installed with the solution. The feature Visigo.Sharepoint.FormsBase... is listed under farm features.
Any light in this issue?