We are trying to upload xml files(some of them are of 2GB) but they are not getting uploaded in database using MLCP.
I created a new database and forest and new port .
Made changes to mlcp.bat as below
set OPTFILE="load_mlcp.txt" call d:\mlcp-1.3-3-bin\mlcp-1.3-3\bin\mlcp.bat -options_file %OPTFILE% echo "Data Load Complete" pause
The Load_mlcp.txt file has below code
import -mode local -host localhost -port 8047 -username admin -password ###### -input_file_path d:\\mlcp_data\\ -output_uri_replace "mlcp_data"
Ran the mlcp.bat file in command prompt but could not see any xml files(not even small files) being uploaded in database .
We are getting error : "Batch Recursion exceeds Stack limits" and "Batch processing is aborted".
Please help and suggest .