Is there a character limitation on the fileshare bookmarks? I have set up (Fileshare - CIFS) bookmarks. The bookmarks work fine except when trying to upload a file to the server if the path is longer than 136 characters.
If the path name \\server\folder1\folder2\ is longer than 136 characters, the upload fails.
Any path that is shorter than 136 characters has no problems with a file being uploaded to it.
Looking at the logs, for any path greater than 136, for the 137th character "^M" gets inserted as the rest of the path.
A example below, if the 137th character is the last "t"
\\server\path\....\fullpath
becomes
\\server\path\....\fullpa^M
if I'm trying to upload text.txt to the folder above, the path in the log shows:
\\server\path\...\fullpa^M test.txt
and the file never gets uploaded. Probably because the path doesn't exist.
We are using an SRA 4200, 8.0.0.1-16sv.
If the file already exists in the folder with path > 136, I can delete the file just fine. But uploading anything back will not work. There is usually no error, you see the progress bar, then loading, then nothing. Just back to the list of files.
In the office environment, when not using the SRA, I can create, copy, move files to the folder just fine, but if I try the same folder through the SRA bookmark, the upload will fail.