visual studio - Strange problem with VSS: VSS doesn't work after 5 p.m -
i have strange problem visual source safe. use vss add-on vs 2008 in corporate intranet 5 other colleagues. vs stops working after 5 p.m. of days complaining can not connect source safe. i'm running vs 2008 , vss 2005 on vista , no other 1 in corporate have such problem.
what think cause? there log vss?
you have logon restrictions on domain account.
vss file based source control system , works via access net work share. account logon restrictions prevent gaining access share @ times.
to test theory try this:
- get share vss lives in. should in form
\\server\share
. - open command prompt
- type net use show connections
- if connected share type net use z: /delete (with z: being assigned drive letter share)
- type
net use * \\server\share
if theory correct, before 5 command completed sucessfully, after 5 access denied
Comments
Post a Comment