Hi,
I am facing issue while retrieving the files under directotry using preprocessor class of WFM.
i am getting "No Archive Found" while retrieve the files from DIR.
dir.getFiles(CSFileKindMask.
SIMPLEFILE
| CSFileKindMask.
DIR, sortArray,
CSFileKindMask.
SIMPLEFILE, null, 0, -1);
Below is the Exception:
03:09:50,351 ERROR [STDERR] com.interwoven.cssdk.common.CSObjectNotFoundException: Unknown Hopi error(No archive found)
03:09:50,352 ERROR [STDERR] at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:217)
03:09:50,352 ERROR [STDERR] at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:104)
03:09:50,352 ERROR [STDERR] at com.interwoven.cssdk.sci.filesys.CSPNOHelper.locateObjectWithType(CSPNOHelper.java:2145)
03:09:50,353 ERROR [STDERR] at com.interwoven.cssdk.sci.filesys.CSPNOHelper.locateObjectAndFindFSE(CSPNOHelper.java:2035)
03:09:50,353 ERROR [STDERR] at com.interwoven.cssdk.sci.filesys.CSFile.getDirectoryContentsBatchWithQuery(CSFile.java:1598)
03:09:50,353 ERROR [STDERR] at com.interwoven.cssdk.sci.filesys.FileServiceFileSciImpl.getDirectoryContentsWithQueryBatch(FileServiceFileSciImpl.java:916
Please suggest solution if any one faced such issue for preprocessor class of WFM.
Thanks
Vipin