Access Denied is a security process where an unauthorized user tries to access a resource that (s)he doesn't have access to.
0
votes
3answers
497 views
Self Service Create Site - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Requirement :
Web Application "A" - App-pool account : acc1 - Classic Mode Authentication
Web Application "B" - App-pool account : acc2 - Classic Mode Authentication
Web Application "C" - App-pool ...
3
votes
3answers
3k views
FeatureActivated event receiver giving access denied when trying so set WebApplication property
When a Site event feature is activated I am trying to set some properties on the web application. My feature uses this value.
public override void FeatureActivated(SPFeatureReceiverProperties ...
0
votes
2answers
382 views
How to resolve the access denied error in SharePoint?
This is the below code which I used to get the web reference using the title of the web site. The problem is the current user is not a member of all sub site so I'm getting access denied error.
User ...
2
votes
2answers
1k views
Unable to create site collection programmatically
This problem is somewhat related to this Creating a Site collection programmatically throws exception 0x80070005 question.
I cannot create site collections programmatically in Claims-based ...
0
votes
3answers
763 views
How to troubleshoot Access Denied without guessing?
I had an issue where users are getting "Access Denied" even though they shouldn't. It turned out to be related to custom code and fixed in the end, but there was a lot of guesswork involved.
Is there ...
1
vote
0answers
111 views
Working out what pages are giving Access Denied
I am checking out my Top Pages in central admin for my site. Looking at this I can see that the top page is /_layouts/accessdenied.aspx. Ideally I want to work our why that is so high. Can I find out ...
3
votes
5answers
920 views
Access Denied Retrieving Sites (Webs) Using PowerShell
My goal is to retrieve all the alerts for a given domain user, in SP 2007, then delete these alerts.
I have referenced the following script on this site.
In DEV environment, when I run the script I ...
4
votes
3answers
808 views
.Webs and anonymous access?
We're developing a public facing SharePoint site so it have anonymous access. To be able to run custom web parts that access lists/libraries we need to run with elevated privileges which works fine, ...
5
votes
4answers
4k views
Creating a Site collection programmatically throws exception <nativehr>0x80070005</nativehr>
I'm migrating a SharePoint customization from MOSS 2007 to SharePoint Server 2010 (Win 2008), which creates the Site Collection programmatically. Problem is I'm unable to create the Site Collection ...
2
votes
3answers
2k views
Crawling file share locations - Access is denied despite sufficient permissions
SharePoint 2010 is crawling many file share locations. The crawls have been throwing up thousands of errors of the type:
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
We ...
7
votes
4answers
2k views
Web scoped Timer Job
Could you help me understand the SharePoint timer job?
The issue is simple. I should implement a page and put it to the layout folder (the page should be accessible from any web). This page should ...
0
votes
1answer
871 views
'Access Denied' error while uploading a document to a Library
I am unable to add documents to a Library.
When I try to upload a document it says 'Access Denied' instead of a "New Document" form. The group which is getting this error has "Design - Can view, add, ...
0
votes
2answers
612 views
Permission problems (access denied) when listing all user profile images
We have a webapp http://intranet01 (default zone) with an internal zone AAM http://intranet and a public zone http://intranet.company.com. Everyting works fine except one solution.
The solution ...
0
votes
1answer
499 views
user with Readers access can't access a site or read a list; What else could be wrong?
Reader has read site, read list etc. But still a user can't visit a site or read lists. Any ideas guys?
user with Readers access can't access a site or read a list; What else could be wrong?
3
votes
2answers
3k views
Error: Access Denied (Including Site Collection Admins) for all users
I have migrated to Sharepoint 2010 successfully but Search service wasn't working every time I get system error when I perform search.
Today I have tried following things on server,
1] Application ...
0
votes
2answers
203 views
Users denied access after solution redeployment
My old solution has been running in my intranet farm for a long time. The solution contains a feature which deploys a webpart. The webpart shows the users of a group, together with information from ...
3
votes
4answers
3k views
Users denied access to site, but have proper permissions
I have looked through the various "similar" questions to this and haven't found a solution. Basically I have a SharePoint site that all users have access to correctly. The users can view this fine, ...
2
votes
2answers
2k views
Access Denied on Site Collection after Migrating to Claims
I'm running into an issue with some site collections in a SharePoint 2010 web application. After migrating to claims, there are a couple site collections that give Access Denied, even to users that ...
7
votes
2answers
1k views
Thread Abort Issue with SharePoint SPWeb.Properties.Update()
I have a custom web service that runs in SharePoint 2007 as well as SharePoint 2010. I am currently testing only in SharePoint 2010 in my dev environment. I have some code that does the following:
...
2
votes
2answers
3k views
“Access Denied” on SharePoint pages (default.aspx) when permissions have been granted
We've checked our permissions, and our users have read access to the subsites in question. The site collection admins can view all pages just fine. Normal users can access the content by accessing ...
0
votes
1answer
635 views
no access denied page when accessing a mysites page
I currently support a MOSS 2007 farm (iis6). We just notice a strange issue on our mysites web application. if a user trys to access another user's mysites page and does not have access, they will see ...
0
votes
3answers
369 views
Missing permissions on SPFolders: Access denied for SharePoint\System
I've been investigating an issue recently where the system/farm account received Native Code HRESULT Access Denied exceptions from SPRequest trying to access several folders in a large list.
Deep ...
1
vote
1answer
192 views
Access denied when trying to add front end to server farm. Why?
I'm trying to add another front end server to my wss server farm. For some reason, the 'SP product and technologies configuration wizard' is failing at step 2 - throwing an access denied error.
In my ...
0
votes
1answer
1k views
Can you open an Access 2007 database with Sharepoint 2010 Foundation
We have the new Sharepoint Foundation 2010 (the free version). I would like to add an Access database to the library and have the ability to open it in the Sharepoint site with Access 2007. After I ...
0
votes
3answers
997 views
Can't access sharepoint site from local workstation.
I can access a sharepoint site from the server. I can't access it from a desktop client.
I can indeed ping the server, and there is a response, but from a browser trying to access the sharepoint ...
2
votes
1answer
606 views
“Access denied” while loading the BCS list from the database
I have tried to display data from SQL Server to a SharePoint page through BCS services
using SharePoint 2010 designer.
While loading I am getting this error:
Access denied. You do not have ...
1
vote
3answers
285 views
Access Denied on Web Part
I followed this article to display sub-sites on site collection's home page. I works fine when user have contribute access. But user with read or view only gets Access Denied. What are my options so I ...
0
votes
2answers
346 views
Users are getting access denied message when group they are in has access?
Hello
We have a document library that a group of users is given Read access to. Checking the effective permissions on a member of the group confirms this. We also have 2 documents that inherit the ...
0
votes
1answer
341 views
HTTP Status 401.3 for images in _layouts/images/subfolder running under an upgraded SharePoint 2010
Surprisingly, after upgrading a SharePoint 2007 to SharePoint 2010 on one of the dev projects, the images from TEMPLATE/IMAGES/SubFolder don't show anymore, giving 401.3 status in IIS logs. Those from ...
1
vote
2answers
200 views
Access denied - but only in one variant. How to determine the cause?
I got a call from a user who was trying to access the English variant of our simple portal and was getting an 'Access denied' message. As it turned out, she really wanted the German version and was ...
0
votes
2answers
873 views
Sharepoint permissions problem (Access denied)
I have a site, and I have given read permissions to a user
Users/Groups Type User Name Permissions
Michael Johnson(CRM Department) User FDMN\30137 ...
4
votes
1answer
2k views
How to customize the “access denied” sharepoint page
Is there a way to customize the "access denied" page that users get when trying to access a page they are not allowed to access?
I need this page to have the same look and feel of the site rather ...
