I am running windows 2003. We have active directory in my organization. I have a user -- for example -- called Bob Smith (e-mail is bsmith@organization.com, again, made up).
Just for the record, Windows permissions are somehwat voodoo for me (if you happen to include a good primer or suggest a good book I will be very happy).
I have this directory layout. \websrv\Inetworkpublish$\www-intra\ac\dir\Finance-Dashboard
The directory "ac" I have shared by going to properties and turning it into a share. The directory "dir" is just a directory. I have also made "Finance-Dashboard" into a share. I gave the above path to the user and told him to put it in Start -> Run (he has Windows 7) and he got this error:
Cannot find file "\\websrv\Inetworkpublish$\www-intra\ac\dir\Finance-Dashboard". Verify the path or Internet address is correct.
Ok, I simply do not understand, but why is it not working for him? I am genuinely lost here.
I suppose it would not hurt to give you the permissions that I gave this guy :)
+------------------------------+--------------+----------+----------+
| | Hex |Folder and| |
| |Representation|subfolders|Files only|
+------------------------------+--------------+----------+----------+
|Full Control | F | | |
+------------------------------+--------------+----------+----------+
|Traverse Folder / Execute File| 6 | x | |
+------------------------------+--------------+----------+----------+
|List Folder / Read Data | 1 | x | x |
+------------------------------+--------------+----------+----------+
|Read Attributes | 8 | x | x |
+------------------------------+--------------+----------+----------+
|Read Extended Attributes | 4 | x | x |
+------------------------------+--------------+----------+----------+
|Create Files / Write Data | 2 | x | x |
+------------------------------+--------------+----------+----------+
|Create Folders / Append Data | 3 | x | x |
+------------------------------+--------------+----------+----------+
|Write Attributes | 9 | x | x |
+------------------------------+--------------+----------+----------+
|Write Extended Attributes | 5 | x | x |
+------------------------------+--------------+----------+----------+
|Delete Subfolders and Files | 7 | | |
+------------------------------+--------------+----------+----------+
|Delete | A | x | x |
+------------------------------+--------------+----------+----------+
|Read Permissions | B | x | x |
+------------------------------+--------------+----------+----------+
|Change Permissions | C | | |
+------------------------------+--------------+----------+----------+
|Take Ownership | D | | |
+------------------------------+--------------+----------+----------+