Timeline for Problem adding sharepoint sandboxed solution using powershell
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 24, 2011 at 7:06 | history | tweeted | twitter.com/#!/StackSharePoint/status/62049711644876800 | ||
| S Apr 22, 2011 at 2:13 | history | suggested | JeeZ | CC BY-SA 3.0 | wmi code added |
| Apr 21, 2011 at 12:17 | comment | added | JeeZ | both X and Y have admin privileges | |
| Apr 21, 2011 at 11:54 | review | Suggested edits | |||
| S Apr 22, 2011 at 2:13 | |||||
| Apr 21, 2011 at 9:40 | comment | added | Jaap Vossers | Are you creating a new Content DB for your web app in the script? Wouldn't user Y need db level permissions on that content DB? | |
| Apr 21, 2011 at 4:14 | comment | added | JeeZ | If i login using user X's credential and run the same script everything works fine! but if login using Y's credential and try to create WebApp, SiteCollection using X as WebApp owner then creation of WebApp and SiteCollection works fine but Addition of sandboxed solution is failing | |
| Apr 21, 2011 at 4:10 | comment | added | JeeZ | @Jaap here is the exception details Add-SPUserSolution : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At E:\Scripts\CreateWebAppAndCollection.psm1:216 char:33 + $solution = Add-SPUserSolution <<<< -LiteralPath $SolutionPath -Site $Url + CategoryInfo : InvalidData: (Microsoft.Share...AddUserSolution:SPCmdletAddUserSolution) [Add-SPUserSolu tion], UnauthorizedAccessException + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletAddUserSolution | |
| Apr 20, 2011 at 19:47 | answer | added | Anders Rask | timeline score: 1 | |
| Apr 20, 2011 at 15:25 | answer | added | SPDoctor | timeline score: 4 | |
| Apr 20, 2011 at 15:21 | comment | added | Jaap Vossers | do you have a stacktrace? | |
| Apr 20, 2011 at 15:20 | comment | added | Dave Wise | You might want to check your event log and 14/LOGS folders to get more detailed information. | |
| Apr 20, 2011 at 15:14 | history | asked | user3134 | CC BY-SA 3.0 |