Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
We have denied the delete permission to the user on Windows 2003 server. Now
when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you may want to reconsider your approach...
When excel saves the file, it saves it as a temporary file with a funny name (8 characters--no extension) on that same drive/folder. If the save is successful, xl will delete the original (or rename it to its backup name (like "backup of book1.xlk)) and if that's successful, xl will rename the funny named file to the original's name. So as long as the users are supposed to be able to save their changes, they need delete access to that server/folder to delete the original file. ========= Those funny named files may be the ones that have the latest and greatest data in it. Suhas Sakalikar wrote: We have denied the delete permission to the user on Windows 2003 server. Now when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Dave,
We don't want to allow user to have delete permission. What we are doing for other than excel file is every day in morning we search (~*.*, *.tmp) and delete the file, as excel temporary file donot have any extention we are not able to serach. What is happening in actual scenario, one user is deleting or moving the file and other user ask us that somebody has deleted the file though we are able to restore the file from backup but we do not want such situations. Suhas "Dave Peterson" wrote: I think you may want to reconsider your approach... When excel saves the file, it saves it as a temporary file with a funny name (8 characters--no extension) on that same drive/folder. If the save is successful, xl will delete the original (or rename it to its backup name (like "backup of book1.xlk)) and if that's successful, xl will rename the funny named file to the original's name. So as long as the users are supposed to be able to save their changes, they need delete access to that server/folder to delete the original file. ========= Those funny named files may be the ones that have the latest and greatest data in it. Suhas Sakalikar wrote: We have denied the delete permission to the user on Windows 2003 server. Now when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I understand that you don't want to allow users to have delete permission.
But remember that the funny named file is the one that has just been updated. If you delete that (as an admin), the user loses his/her changes. I think you have conflicting goals if you want to have the user update the workbook. Suhas Sakalikar wrote: Thank you Dave, We don't want to allow user to have delete permission. What we are doing for other than excel file is every day in morning we search (~*.*, *.tmp) and delete the file, as excel temporary file donot have any extention we are not able to serach. What is happening in actual scenario, one user is deleting or moving the file and other user ask us that somebody has deleted the file though we are able to restore the file from backup but we do not want such situations. Suhas "Dave Peterson" wrote: I think you may want to reconsider your approach... When excel saves the file, it saves it as a temporary file with a funny name (8 characters--no extension) on that same drive/folder. If the save is successful, xl will delete the original (or rename it to its backup name (like "backup of book1.xlk)) and if that's successful, xl will rename the funny named file to the original's name. So as long as the users are supposed to be able to save their changes, they need delete access to that server/folder to delete the original file. ========= Those funny named files may be the ones that have the latest and greatest data in it. Suhas Sakalikar wrote: We have denied the delete permission to the user on Windows 2003 server. Now when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, we don't mind user loses his/her changes. Only final file is important
for user. During our testing of denying this permission, we found that funny name stores earlier version of excel file and original name have newer version. We want this new version only. Suhas "Dave Peterson" wrote: I understand that you don't want to allow users to have delete permission. But remember that the funny named file is the one that has just been updated. If you delete that (as an admin), the user loses his/her changes. I think you have conflicting goals if you want to have the user update the workbook. Suhas Sakalikar wrote: Thank you Dave, We don't want to allow user to have delete permission. What we are doing for other than excel file is every day in morning we search (~*.*, *.tmp) and delete the file, as excel temporary file donot have any extention we are not able to serach. What is happening in actual scenario, one user is deleting or moving the file and other user ask us that somebody has deleted the file though we are able to restore the file from backup but we do not want such situations. Suhas "Dave Peterson" wrote: I think you may want to reconsider your approach... When excel saves the file, it saves it as a temporary file with a funny name (8 characters--no extension) on that same drive/folder. If the save is successful, xl will delete the original (or rename it to its backup name (like "backup of book1.xlk)) and if that's successful, xl will rename the funny named file to the original's name. So as long as the users are supposed to be able to save their changes, they need delete access to that server/folder to delete the original file. ========= Those funny named files may be the ones that have the latest and greatest data in it. Suhas Sakalikar wrote: We have denied the delete permission to the user on Windows 2003 server. Now when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. -- Dave Peterson -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you don't mind that the user loses the changes, then provide readonly access
to that drive/folder. I think your testing of the funny named file wasn't comprehensive. Suhas Sakalikar wrote: Yes, we don't mind user loses his/her changes. Only final file is important for user. During our testing of denying this permission, we found that funny name stores earlier version of excel file and original name have newer version. We want this new version only. Suhas "Dave Peterson" wrote: I understand that you don't want to allow users to have delete permission. But remember that the funny named file is the one that has just been updated. If you delete that (as an admin), the user loses his/her changes. I think you have conflicting goals if you want to have the user update the workbook. Suhas Sakalikar wrote: Thank you Dave, We don't want to allow user to have delete permission. What we are doing for other than excel file is every day in morning we search (~*.*, *.tmp) and delete the file, as excel temporary file donot have any extention we are not able to serach. What is happening in actual scenario, one user is deleting or moving the file and other user ask us that somebody has deleted the file though we are able to restore the file from backup but we do not want such situations. Suhas "Dave Peterson" wrote: I think you may want to reconsider your approach... When excel saves the file, it saves it as a temporary file with a funny name (8 characters--no extension) on that same drive/folder. If the save is successful, xl will delete the original (or rename it to its backup name (like "backup of book1.xlk)) and if that's successful, xl will rename the funny named file to the original's name. So as long as the users are supposed to be able to save their changes, they need delete access to that server/folder to delete the original file. ========= Those funny named files may be the ones that have the latest and greatest data in it. Suhas Sakalikar wrote: We have denied the delete permission to the user on Windows 2003 server. Now when user saves the excel file 8 digit alphanumeric temporary files get generated without any extention where is in word it generated with .tmp extention. Now as administrator we want to delete these temporary files from all location with one go. Can you help us. -- Dave Peterson -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel crashes while opening excel file imbeddied with macros | Excel Discussion (Misc queries) | |||
How do I unlock FILE access? | Excel Discussion (Misc queries) | |||
Putting Excel formatting and/or formulas into CSV file | Excel Discussion (Misc queries) | |||
VBA for Excel 2000 file is corrupt | Excel Discussion (Misc queries) | |||
How Do I open an excel file without Excel Viewer support | Excel Discussion (Misc queries) |