将超过 17000 个文档复制到文件夹时出现以下错误:
Exception occurred calling method NotesDocumentCollection.putAllInFolder(string)
这是我的代码:
docColl = database.search(formula);
getComponent("TempName").setValue(docColl.getCount());
docColl.putAllInFolder("f_Statistics");
如果我移动的文件少于 17000 个,它就可以工作。视图中没有任何文档。
我怎么解决这个问题?