Has anybody run into the issue where icons are missing from the Remote Web Access Shared Folders pages? At some point (probably when I did a sfc /scannow) icons that are supposed to show up in the Shared Folders pages disappeared. Doing some digging with Firefox developer mode I found that the page is referencing files in the <sitename>/Remote/BuiltIns/FS/images/typeIcons folder which do not exit for example:
<sitename>/Remote/BuiltIns/FS/images/typeIcons/directory_small.png
I've done some digging on the server and in the install.wim file and am not able to find the missing files anywhere. In fact, the install.wim files doesn't even HAVE a typeIcons folder.
Anybody have any idea where these files might be located and how I could get them back?
GET /Remote/BuiltIns/FS/images/typeIcons/.zip_small.png">https://<site>/Remote/BuiltIns/FS/images/typeIcons/.zip_small.png [HTTP/1.1 404 Not Found 31ms]
GET /Remote/BuiltIns/FS/images/typeIcons/.gadget_small.png">https://<site>/Remote/BuiltIns/FS/images/typeIcons/.gadget_small.png [HTTP/1.1 404 Not Found 26ms]
GET /Remote/BuiltIns/FS/images/typeIcons/.xps_small.png">https://<site>/Remote/BuiltIns/FS/images/typeIcons/.xps_small.png [HTTP/1.1 404 Not Found 25ms]
GET /Remote/BuiltIns/FS/images/typeIcons/directory_small.png">https://<site>/Remote/BuiltIns/FS/images/typeIcons/directory_small.png [HTTP/1.1 404 Not Found 6ms]
GET <a href="https:///Remote/BuiltIns/FS/images/typeIcons/directory_small.png">https://<site>/Remote/BuiltIns/FS/images/typeIcons/directory_small.png [HTTP/1.1 404 Not Found 4ms]
Thanks!
Eric Sten