I found the solution to resolve my issue 😛
I executed the following step :
- Disable indexing on FILESTREAM volumes.
- Disable generation of 8.3 names on all NTFS volumes used for FILESTREAM data storage by running the below command at a command prompt.
FSUTIL BEHAVIOR SET DISABLE8DOT3 1
- Disable last file access time tracking in NTFS volumes used for FILESTREAM data storage by running the below command at a command prompt.
FSUTIL BEHAVIOR SET DISABLELASTACCESS 1