RE: What permissions on shared snapshot folder?
From: Farooq Mahmud [MS] (farooqm@online.microsoft.com)
Date: 06/12/02
- Next message: Mark: "Re: Linked Server Login Mapping - strange thing..."
- Previous message: BP Margolin: "Re: How to Limit DBO's ability to change DB Size"
- In reply to: Chris Newcomb: "What permissions on shared snapshot folder?"
- Next in thread: Chris Newcomb: "RE: What permissions on shared snapshot folder?"
- Reply: Chris Newcomb: "RE: What permissions on shared snapshot folder?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: farooqm@online.microsoft.com (Farooq Mahmud [MS]) Date: Wed, 12 Jun 2002 21:24:17 GMT
By default the SQL Server Agent account on the subscriber will be accessing
the snapshot folder so it should have permissions on the folder and files
in REPLDATA. Since the publisher and subscriber are in different untrusted
domains you will need to use the pass-through authentication feature of
Windows. In the below steps, assume the following:
-The SQL Server Agent startup account on the subscriber is
Domain2\sqlagentsvc. The password is 1234.
-The snapshot folder is named REPLDATA.
1. Create a local account on the distributor called sqlagentsvc. Set its
password to 1234. You do not have to put this account in any additional
local groups.
2. If the REPLDATA folder is shared via an administrative share (c$ for
example) then explicity share the REPLDATA folder.
3. Give the local sqlagentsvc account created in step 1 full control over
the REPLDATA share and all folders, subfolders, and files in REPLDATA.
The key here is that the name and password of the local sqlagentsvc account
should match the domain account on the subscriber.
Hope this helps,
Farooq Mahmud [MS SQL Support]
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
- Next message: Mark: "Re: Linked Server Login Mapping - strange thing..."
- Previous message: BP Margolin: "Re: How to Limit DBO's ability to change DB Size"
- In reply to: Chris Newcomb: "What permissions on shared snapshot folder?"
- Next in thread: Chris Newcomb: "RE: What permissions on shared snapshot folder?"
- Reply: Chris Newcomb: "RE: What permissions on shared snapshot folder?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|