Hi All,
I am trying to download docuemnts using CWS (java) to local drive. While downloading I want to create the full folder hierarchy of Content Server and download docuemnts in them.
Any suggestions/guidance is highly appreciated.
Thanks,
Ankur
Download documents folder hierarchy Posted byJain, AnkurOn 05/16/2016 07:19 AM Hi All,I am trying to download docuemnts using CWS (java) to local drive. While downloading I want to create the full folder hierarchy of Content Server and download docuemnts in them.Any suggestions/guidance is highly appreciated.Thanks,Ankur [To post a comment, use the normal reply function]Forum:Content Web Services ForumContent Server:Knowledge Center
Keep in mind that Content Server supports deep folder hierarchies, whereas the host system likely does not (max. character length in the path).
You will need to consider what to do in that scenario.
Kyle
At CSA we did something similar using livereport and web report. We create a .bat file using the web report and that .bat file excute on schedule time. effectivaly we had some difficulties with utf-8 which
also with the path lenght, the DOS limit is 260char. To get over this we use robocopy to get around this issue as NTFS limit is 32 000char. If you have folder tree larger then 32 000char, I think you have other problems...