permissions etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
permissions etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

Çarşamba

Create custom permissions in SharePoint 2007

Suppose you want to define a user permission to provide user to create new items and update existing items but prevents to delete anything. Unfortunately, the standart sharepoint permissions does not supply this kind of permission. But you can create custom permissions at site collection level.


Open Sharepoint with the admin user. Navigate to Site Settings > Modify all Site settings (above)



Navigate to  Advanced permissions (above)




Now navigate Settings > Permission Levels

In Permission Levels Screen, you can see all the permission levels that are defined in this Site Collection




To Create a new one, Simply click to Add a Permission Level

For Example if you want to create someone that can add new items, create alerts (for himself) but can not change existing items and delete anything you should create something like that:

Salı

User Already Exists in the Current Database - after moving databases or deleting users

I have encountered this nasty little error on SQL Server 2005 after moving the database to a new server...
I did not restore the master database, just restored the content db's to the clean installation.

And then of course, I had to create the logins. When I tried to create SQL logins, sql server nagged about
The server principal 'TPG01_reader' already exists.


So here is what i did:

- deleted the user i have created (because even though it give this error , still creates the user)
- removed the user from database permissions: Rigth clicking  database > properties> permissions (screenshot below)


- Remove the user from the related database's security section (screenshot below)
Attention, not the general  security section, this is the database> security.


Voila!
now you can create your user ;)