By Udayakumar Ethirajulu , on September 21st, 2008
If you are getting “HTTP 401 Not Found web service error” while publishing your SSRS report in SharePoint Library. Please refer your integration settings in Central Administration and verify the user permission from the login where you are trying to publish the report to [...]
By Udayakumar Ethirajulu , on September 17th, 2008
I got this below while updating the profile through object model.
Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb
Add web.AllowUnsafeUpdate = true; to solve [...]
Popular Articles