Can't add archive point as the root \ of a CIFS Share
Updated: 28 Sep 2010 | 4 comments
This issue has been solved. See solution.
When using the archivepoints command to create an AP on the root of a CIFS share,
archivepoints create "\\fs\public"
I get an error:
"Exception occurred while deleting archive point on \\fs\public : Not a valid Win32 FileTime"
I am running the archivepoints command as the EV service account, and that account has modify rights to the root of the file share.
EV 7.5 SP4
Win2003 Server under EV
target fileserver is running Win2003 cluster. We are running the archivepoint command on the cluster IP (active cluster node)
What are we missing to get this running? Other archivepionts on this same server have been created okay...
Thanks!
discussion Filed Under:
Comments
possible clue
Why does the error message complain about a problem DELETING the archivepoint when we are running a CREATE operation?
I would try DELETE first to
I would try DELETE first to see if one exists
Liam Finn
http://www.plymouthrocklodge47.com
DELETE fails, as there is nothing to delete
archivepoints delete \\fs\public
Archive point on the specified folder does not exist
archivepoints create \\fs\public
Exception occurred while deleting archive point on \\fs\public : Not a valid Win32 FileTime.
Solved
Running a simple directory listing using the /tc switch to show create time showed that the create time of the directory was wonky.
r:\> dir /tc
Directory of R:\
The parameter is incorrect
07/12/2001 11:18AM <DIR> Public
After writing a utility to change the create time to a valid value, everything worked as it should.
We believe this drive was actually created under NT4 and has been migrated ever since, which could account for the error. Very odd, though.
Would you like to reply?
Login or Register to post your comment.