mlcp export command is giving timed out error after completion of 33% while exporting jsons. I have increased the time outs in the xdbc server configurations, but still not able to export complete collection. Any help would be appreciated. Thanks in advance.
Error message:
ERROR mapreduce.MarkLogicRecordReader: RequestException:Connection timed out: connect
mlcp command:
mlcp.bat EXPORT -host hostname -port portNumber -username admin -password admin -mode local -output_file_path "C:\exportSample" -collection_filter "sampleTest"
xdbc server time out configurations:
request timeout :- 300 secs,
keep alive timeout :- 300 secs,
session timeout :- 3600 secs
Versions:
Marklogic server :- 10,
mlcp :- 11 & 9 (same error in both the versions)