The Citrix Environment is currently in a 'change freeze' and was running 10.0.1.0 of adobe readerX.
When a pdf was opened from network share "access denied"
It could be fixed by untick protected mode.. but then we are unprotected right.
Note: Upgrading the Adobe reader also fixed this issue but 'Change Freeze'
so
Root Cause : Citrix version
of Adobe Reader PDF is not trusting any de-duplicated pdf files as they have
been “modified”
Process to replicate
- robocopy "E:\Data\Group" E:\temp *.pdf /s /move
- robocopy "E:\temp" "E:\Data\Group" E *.pdf /s /move
[pdf file attribute was A] - Forced Dedup Job -
Start-DedupJob E: -Type Optimization
(note our server was set to MinimumFileAgeDays 0) [pdf file attribute was APL]
so either
Set-DedupVolume –Volume
E: -ExcludeFiletype pdf
orJust disabled dedup on this volume.
/thx
No comments:
Post a Comment