Guest User

Untitled

a guest
Apr 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. /-/script/v2/master/PublishItem?user=mypersonaluser&password=xxx&itemPath=/sitecore/media library/Themes/Portal/sass/main
  2.  
  3. 15648 2018:04:13 16:46:48 ERROR Application error.
  4. Exception: System.NullReferenceException
  5. Message: Object reference not set to an instance of an object.
  6. Source: mscorlib
  7. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  8. at Cognifide.PowerShell.Core.Settings.Authorization.ServiceAuthorizationManager.GetServiceAuthorizationInfo(String serviceName)
  9. at Cognifide.PowerShell.Core.Settings.Authorization.ServiceAuthorizationManager.IsUserAuthorized(String serviceName, String userName)
  10. at Cognifide.PowerShell.Console.Services.RemoteScriptCall.ProcessRequest(HttpContext context)
  11. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  12. at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
  13. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  14.  
  15. <restfulv2 requireSecureConnection="false" patch:source="Gulp.config" enabled="true">
  16. <authorization>
  17. <add Permission="Allow" IdentityType="Role" Identity="sitecorePowerShell Extensions Remoting"/>
  18. <add name="AdminRule" Permission="Allow" IdentityType="Role" Identity="sitecoreIsAdministrator" patch:source="Gulp.config"/>
  19. <!--add Permission="Allow" IdentityType="User" Identity="extranetAnonymous" /-->
  20. <add Permission="Allow" IdentityType="User" Identity="sitecoreadmin"/>
  21. </authorization>
  22. </restfulv2>
Add Comment
Please, Sign In to add comment