Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Revuca
Starting Member
19 Posts |
Posted - 2002-12-02 : 09:47:07
|
| Hi,I'm trying to create a snapshot folder/distributor on my 'local' server. I get an eror message saying that the path is not valid or that the folder is refering to a file. Both assumptions are untrue. I have also given the REPLDATA folder sharing rights for the SQLSERVERAGENT domain user.Any suggestions ?ThanksMichael |
|
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-12-02 : 12:24:19
|
| Remember for Local server you will still need to provide a full pathname for your computer (//mylocalmachine/c:/sharedfolder). If you simply put c:/mysharedfolder it will attempt to place it on the c drive of the server.Thats my only guess... I'm taking a look at your other post too.. I'll post on it when I get a bit more info. It's an interesting set up you have-----------------------SQL isn't just a hobby, It's an addiction |
 |
|
|
Revuca
Starting Member
19 Posts |
Posted - 2002-12-04 : 05:15:59
|
| Mmmm, it's a very interesting setup. Struggling with legacy systems. With regards to problem - I am providing full path name. Could it be that I've split log files on to another drive ? Can't think that it is though. |
 |
|
|
|
|
|