all groups > sql server replication > july 2005 >
You're in the

sql server replication

group:

\\BoxName\c$\ReplData is not a valid path or filename.



\\BoxName\c$\ReplData is not a valid path or filename. ChrisR
7/6/2005 2:16:29 PM
sql server replication: I am trying to set up a test replication publication from my laptop and get
the above message in the Specify Snapshot Folder box. I am guessing its
because the machines name has dashes "-" in it? (bla-bla-bla)

What can I do about this?

TIA, ChrisR

RE: \\BoxName\c$\ReplData is not a valid path or filename. Raymond Mak [MSFT]
7/6/2005 7:16:01 PM
You have probably tried this already, but can you do a 'dir
\\BoxName\c$\Repldata' from your laptop (under the SQLServerAgent service
account) without errors?

-Raymond

[quoted text, click to view]
Re: \\BoxName\c$\ReplData is not a valid path or filename. Hilary Cotter
7/6/2005 10:19:02 PM
Does the ReplData folder exist? Its not the - in the machine name - my
machine name has a - in it and it works fine.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: \\BoxName\c$\ReplData is not a valid path or filename. ChrisR
7/7/2005 10:34:29 AM
This doesnt work:

declare @dir varchar(256)
set @dir = 'dir \\MyLaptop\Program Files\Microsoft SQL
Server\MSSQL\ReplData'
exec xp_cmdshell @dir

output

The network path was not found.
NULL

(2 row(s) affected)


"Raymond Mak [MSFT]" <RaymondMakMSFT@discussions.microsoft.com> wrote in
message news:60A52737-E654-4C1D-A587-CC41337771BF@microsoft.com...
[quoted text, click to view]

Re: \\BoxName\c$\ReplData is not a valid path or filename. ChrisR
7/7/2005 10:35:31 AM
Yes it exists.

[quoted text, click to view]

Re: \\BoxName\c$\ReplData is not a valid path or filename. Raymond Mak [MSFT]
7/7/2005 1:01:01 PM
This looks pretty much like a network problem to me which I am sadly not
fully qualified to figure out. Can you do a 'net view \\MyLaptop' from any
account (inside or outside SQLServer) at all? If MyLaptop is the local
machine (wrt the replication agent) then I vaquely suspect that this may be a
machine authentication issue (laptop disconnected from domain controller for
long?)

-Raymond

[quoted text, click to view]
AddThis Social Bookmark Button