word cannot save due to naming or permission error

R

rockymtn

Users trying to save office documents via AFP to a win2k3 server. I've read
some info on this from back around the first of the year but want to know if
the bug has been fixed.

Mac OSX hints says to do this:

$ cd /path/to/volume/or/sharepoint
$ sudo mkdir .TemporaryItems
$ chgrp staff .TemporaryItems
$ chmod 1770 .TemporaryItems
but the .TemporaryItems directory already exists on the server share.Is
there any other solution?Thanks,
 
C

Corentin Cras-Méneur

already exists on the server share.Is there any other solution?Thanks,

If it already exists, did you try changing the group and permissions to
reflect what's in the post??

$ cd /path/to/volume/or/sharepoint
$ sudo chgrp staff .TemporaryItems
$ chmod 1770 .TemporaryItems

Corentin
 
Top