RIDC call giving error when putting dataBinder.putLocal("folderChildren", folderId);
When I am trying to search a folder with 1000 around subfolders. I am including the subfolders in my search. I added " dataBinder.putLocal("folderChildren", folderId); " in my RIDC search query. While running this query , I am getting below error.
Please help in this regard. Can you suggest how to run through RIDC a server saved query.
oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketTimeoutException: Read timed out
at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:244)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:173)
at ucmhrmigration.kacst.ucm.ridc.KACSTUCMTOHRMigration.getContentFromUCMandMigratetoEBS(KACSTUCMTOHRMigration.java:606)
at ucmhrmigration.kacst.ucm.ridc.KACSTUCMTOHRMigration.main(KACSTUCMTOHRMigration.java:662)