1.) Permissions on the SharePoint databases
- Open SQL Management Studio
- Go to Security > Logins
- Right click Logins and select New Login
- Enter account name and open User Mappings tab
- Select the master database, permissions public
- Select the config database (default SharePoint_Config), permissions public and WSS_Content_Application_Pools
- Select the content database (default format WSS_Content_
), permissions public and db_owner
- Add the service account to the local administrator group (See update below)
- Grant the service account the required permissions in the SharePoint site
- For example: add to Site Owners group
- "Logon as batch job" in Local Security Policy
- Member of the local WSS_ADMIN_WPG group
- Grant the local group BATCH read permissions to C:\Windows\System32\cmd.exe to make sure the scheduled task can run batch scripts.
No comments:
Post a Comment