Assignment of security to content.
0
votes
1answer
95 views
Parsing a HTML webpage in a feature's eventreceiver (Sandbox)
I have set up a feature with an event receiver with the purpose of parsing some values from a website and adding them to a sharepoint list. The parsing code is written with the help of HTML Agility ...
1
vote
1answer
751 views
User permission Problem for workflows in wss-3.0
Im running wss-3.0 on a Windows Server 2003 machine. The User Accounts are AD based.
I made a Calendar List with 3 different Permission Groups.
Users that can only read the list
Users that can add ...
0
votes
1answer
87 views
A user with two accounts in the same group unable to access the site with one account
A user has two AD accounts, a 'user' account and a 'domain admin' account. He is in a SharePoint group that has contribute access to the sub-site. There's a document library in the sub-site which ...
0
votes
1answer
2k views
User Permissions Access Denied SharePoint 2010
I have a site collection in SharePoint 2010 and hierarchy of 2 subsites( sitecollection/subsite1/subsite2) under that. I am dealing with subsite 2. Sub site 2 doesn't inherit permissions from its ...
0
votes
0answers
107 views
Is it necessary to add AD users or groups seperately to Windows Auth mode application and extended FBA app when target site is same?
I have an "Intranet" web application "http://ABC.com" created under claims mode with Windows authentication. This Web app uses users and groups from Active Directory.
Say I have 2 security groups ...
1
vote
1answer
146 views
User Permissions SharePoint 2010
I am working with SharePoint 2010. My requirement is to have some user groups blocked for some of my custom pages those reside in "Site Pages" library.So that users in those groups can not access the ...
1
vote
1answer
301 views
Item Level permissions - trouble when using “Create items and edit items that were created by the user ”
I have a list of items that I want viewable and editable only by the item creator and one other person (the other person is set in the item data).
I created a list, and in the advanced settings set: ...
1
vote
1answer
104 views
relationship between Site Collections in a web application
I have around 4 SiteCollections in a web application in Sharepoint 2007, I wonder if one site collection is for customer A, and second is for Customer B, will they be assessed using same IIS website ...
0
votes
1answer
20 views
Is there an asynchronous job when setting permissions programmatically?
This is in Sharepoint 2007.
Suddenly, we've notice that our web service which sets permissions on items in a document library don't show the new permissions immediately. After a minimum of 30 mins, ...
1
vote
1answer
114 views
Clone User Permissions for Another User
I have a user that has access highly sensitive information. He is giving a meeting and we want him to use an account that has the exact same permissions as another user. I seem to remember there was a ...
1
vote
2answers
927 views
Access error publishing InfoPath form to Forms Services
I am trying to publish an InfoPath form to a SharePoint form library, but I am running into problems. Immediately after clicking the Next button in the Publishing Wizard, I receive "You are not ...
0
votes
1answer
135 views
Set permissions for external content type from C#
When adding a new external content type you have to go into the CA and the Business Data Connectivity Service and then "Set Object Permissions" for each external contant type.
Is it possible to do ...
0
votes
1answer
43 views
Site permissions
I was looking for setting more comprehensive permissions than what's available out of the box. I'm looking to set up a group where users have the permissions to create/edit lists, pages, libraries but ...
0
votes
1answer
198 views
Assigning item level permissions adds user to portal permissions
I have an event receiver on a task list that gets the assigned to people, and grants them 'full control' on that item. Below is the method the event receiver fires, on add and update:
public void ...
1
vote
1answer
83 views
How can I restrict the MySite owners to have limited permissions on their MySite
Is it possible to restrict the MySite owners (Site Collection administrator) to have limited permissions on their Mysites.
Please let me know about possible approaches.
1
vote
1answer
349 views
How to give a visitor user, contribute access in a document library folder
I am facing problem in giving a visitor user permission as "Contribute" on a perticular folder inside a document library. In my scenario the user is added in the top site collection inside visitor ...
1
vote
0answers
108 views
CEWP won't allow text to be edited
Recently, I imported a CEWP on my site from another. For some reason, no other user can edit the text but me, even though they have Design permissions to edit it.
I've checked the permissions for ...
0
votes
1answer
312 views
Can I manage views based on permissions in OOTB Foundation 2010?
As problem fixes are implemented, we are uploading additional or modified documentation and procedures to a sharepoint site where our employees can review those changes.
We've got another sharepoint ...
1
vote
0answers
247 views
Foundation 2010 Search configuration without domain controller (Active Directory)
I have setup a SharePoint Foundation 2010 farm consisting of 2 servers: SQL Server and SharePoint all-in-one server. The setup is without a domain controller, which was possible with some effort with ...
3
votes
1answer
104 views
Grant permissions on documents in a document center based on the document ID
First of all let me start by saying that I'm not a professional SharePoint 2010 developer. I know some basics and read about how SharePoint is constructed and stuff, played with it a little, but it ...
1
vote
1answer
196 views
How to Create a Wiki-Page?
In SharePoint 2010, I have only the following Site Actions available to me.
Edit Page
Sync to SharePoint Workspace
Manage Content and Structure
View All Site Content
Can I conclude I don't have ...
1
vote
1answer
60 views
Add a server to SharePoint Admin user?
I need to add one of our production servers (that hosts SQL Server 2008) let's say XXX to SharePoint Admin in SharePoint 2010. How can I do that?
I agree that a server is not a user or a group. Let ...
1
vote
3answers
1k views
SharePoint multiple list view depending on pemission for user
Is there a possibility way to make a permission to list view depending on user
groupa can see view1 only
groupb can see view2 only
1
vote
1answer
570 views
EventReciever to change permissions
I am trying to create an event reciever on a document library that on creation it removes all permissions and gives the author contribute writes. All other users get nothing.
I have the following
...
1
vote
1answer
385 views
How to provide read-only access to a subset of library documents?
Let's say we have a library of Dept docs with R/W access for Dept members.
- Some of the Dept docs need to be shared but not all, only that are "ready" to be shared as READONLY to Dept Visitors.
- ...
1
vote
2answers
181 views
Unable to delete site outside of site collection
In a fresh install of SharePoint 2010, I naively built a site without first creating a site collection to put it in. The site sites in the root of the server's URL space (i.e. it is simply ...
0
votes
1answer
37 views
SP2007: Change/Set permission for Folder possible as in SP10?
I know in SP 2010 it is possible to set/change permission for folders in a library.
I dont have SP 2007 here, but is it there also possible to do that in the same way? Is it possible to add users with ...
0
votes
2answers
101 views
WSS 3.0 Give user contribute access to a list but preventing them from seeing it?
I'm working on a workflow in WSS 3.0 that involves copying an item from list #1 to list #2.
The issue I'm having is that the user that initiates the workflow on list #1 must have contribute ...
0
votes
2answers
293 views
deploy a list with specific item-level permissions in ListAdded event receiver method
I have a certain type of custom list I have designed in my 'solution.wsp', that, whenever an instance of it is instantiated, it should have at the outset a specific Item-Level permission.
To further ...
0
votes
0answers
110 views
How to manage permission on a SharePoint list and views?
I have a share point list "Student Master" with 10 columns. Created two views from this list
Student Master1 and Student Master2. Now facing issues with permission.
There are three user groups-
...
1
vote
1answer
173 views
What permissions do I need to open site & workflows in Sharepoint Designer 2007
I'm trying to view/edit a workflow in Sharepoint 2007, but keep getting denied access.
In Sharepoint Designer, I click open site, then I put in the URL of the site. Only a portion of the site ...
0
votes
0answers
267 views
Insufficient SQL database permissions for user “”
I'm working with SharePoint 2007 and when I start the search service I keep getting the following error:
Insufficient SQL database permissions for user '' in database Test_ConfigDB on SQL Server ...
1
vote
1answer
174 views
Permissions to write into but not view a list?
I have a custom web part on my home page that is essentially a textbox and a button for submitting suggestions.
The suggestions are written to a custom list named "Suggestions".
Now, I would like ...
0
votes
1answer
129 views
Allow users to set permissions on items they own, but not the whole site
This question is related to SharePoint 2010.
It seems that the only way to allow users to set item permissions for items in lists/libraries is to grant them "Manage Permissions" on the Site Level. ...
1
vote
0answers
181 views
How to check if user has a permission to complete task in InfoPath task form?
Is it possible to check if the user has enough permissions to complete task in InfoPath 2010 task form? Or maybe it is possible to show to user read-only view if he has lack of the rights.
The full ...
0
votes
0answers
35 views
Binding a Custom Sharepoint Designer Form to a User Task
Is it possible to bind a specific custom SPD form to a user task in a workflow, without InfoPath?
Also, is it possible to bind this form to only a specific user's use-rights?
0
votes
1answer
36 views
Sharepoint unique access
I recently created a sharepoint site for my project I would like to just grant all access to any user without them having to request permission. Basically I’d like to link it to the wiki so anyone ...
0
votes
1answer
214 views
SharePoint OM wont' read item property
I have a list item with one field Classes which is a multiple choice lookup. I want to implement an ASPX page which contains a ListBox which is filled with values from the Classes field. The following ...
1
vote
1answer
52 views
Document viewing according to permissions/login
We would like to see if there is a document library web-part that can have security based on specific users.
Say there are two doctors, Dr. Jay and Dr. Jack. We would like Dr. Jay and Dr. Jack to ...
0
votes
1answer
58 views
Delete rights on Custom List (No Code)
I have created a custom list with 3 below columns.
Name(Single line of text)
Approved(Radio Yes/No)
Comments(Multiple line of text)
I have given users the contributor rights on this list. Once ...
0
votes
1answer
187 views
Grant document approval in workflow
I have a form library with a people picker to determine the document approver. There is a workflow that runs when the item is submitted that grants OOTB Approval permission to whomever is in that ...
2
votes
1answer
263 views
terminated employee still shows up in user search
From Central Admin > user profile search > Employee not listed (meaning nightly sync took him out)
However, went to a site permission and type the terminated employee's user id "tpatel" and SP ...
0
votes
1answer
168 views
“Allow Close” and a couple other options grayed out while trying to edit my custom web parts?
I have a few custom web parts on my home page. When I add users to the members group (contribute permissions) they seem to be able to delete them as well. I want them to be able to interact with them ...
0
votes
1answer
371 views
How to manage a dynamically updated Excel file in SharePoint
When we have a client that requests a call back, we fill out a web form that automatically populates an excel spreadsheet on a shared drive. Reps will then access the spreadsheet and take appropriate ...
0
votes
1answer
1k views
file not found error when I go to user.aspx
Getting following error when I go to central Admin area and click on Site Actions > Site permission. The page is http://SPServer.com:5600/_layouts/user.aspx. TopNavBar.ascx does exist. btw, we did not ...
2
votes
2answers
744 views
Sharepoint 2010 > Central Admin > Create special permission
I have a business unit "Marketing" and they would like access to Central Admin Search Area.
Is it a good thing to share Central Admin with business unit?
Could I create a special permission that ...
0
votes
2answers
245 views
Prevent Users from Editing Pages while maintaining Inheritance
While Working with SharePoint one of the things I've found to always want is prevent editing of Pages but at the same time allowing Contribute access as the default for all lists/libraries in a site.
...
0
votes
0answers
74 views
Removing Edit permission from Contribute permission level blocking access to subsites
We have a problem where users with Contribute access are overwriting documents in document lists. These document libraries all inherit permissions from the parent site.
If I edit the permission level ...
0
votes
1answer
149 views
List exported with item level permissions includes all records
I have a list of contacts that each department has permissions only to their own department items. It's managed through workflow, since many of the records were imported into SharePoint. When a user ...
0
votes
3answers
616 views
SPServices GetAllSubWebCollection
Ok, here is the scenario. I have a parent site with 3 sub-sites. When I am logged in as myself, "site owner; site collection admin" I can view the results of this query. When i log in as a ...

