Unsolved
This post is more than 5 years old
1 Message
0
801
August 20th, 2008 09:00
View Thumbnails
Is there anyway to view the thumbnails of files that have been extended? We have a lot of extended TIF and JPG files. Whenever one of our users needs to locate a particular graphic they have to waste time and resources fetching back a whole folder of files to locate the graphic they need. If they could see the thumbnail they could fetch just the file they need. Is there any work around or planned improvement in version 6.3? This is a big problem for us.
No Events found!
jhamer1
22 Posts
0
August 20th, 2008 12:00
The OS won't display thumbnails for files that have the offline attribute set (O). The only way around the extended problem that we have been able to find is to tell DX not to set the offline attribute. This doesn't seem to impact extended operations at all that we have found - yet. It simply masks all indicators that the file has been extended. Users won't know, client OS won't know, admins will only know if they look at the properties and see the actual full file size with size on disk at 8kb.
For DX-NAS, the command to disable the offline attribute is:
fs_dhsm -modify -offline_attr off
Perhaps there is a similar setting in DX for Windows that could be modified. Ultimately it's the client OS's handling of the offline attribute that is the cause of the issue.
Hope this helps.
--Jeff
AmrutG1
37 Posts
0
August 20th, 2008 21:00
And another problem we have faced is we are not able to see the icons for htmal files?
jhamer1
22 Posts
0
August 21st, 2008 06:00
In addition to the thumbnail viewing we had trouble with one application specifically, Autodesk 3ds Max, which would simply say "file not found" when trying to access an extended file. The file was obviously there, but Max simply didn't read it properly because of the offline attribute. It took many network traces with EMC support to figure that one out.
Going through that process redirected my suspicions from DX to the OS itself. DX seems to really do a good job of creating stub files transparent to the OS and applications, but I think both XP and Vista continue to have challenges where offline files are concerned when you are actually online. Hopefully the concept of extended files and stubs will evolve on both the OS and DX sides to make things more transparent in the future.