HTTP 401 Not Found error de servei web en publicar SSRs informe a SharePoint

Si vostè està rebent “HTTP 401 Error de servei web no trobat” mentre que la publicació del seu informe de SSRs en SharePoint Biblioteca. Si us plau, consulteu la configuració d'integració en l'Administració central i verificar el permís de l'usuari de l'accés a la qual està intentant publicar l'informe a SharePoint Biblioteca.

Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb

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 this issue.