Hi,
I am running a cbimport task in CB Server Enterprise to upload a huge json file. It is being run using below command:
sudo ./cbimport json --format lines -c http://localhost:8091 -u Administrator -p pass -d file:///tmp/file.json -b bucket1 --scope-collection-exp scope2.col1 -g %the_key% -t 4 -e /tmp/errors.log
It completes ok, and the final output is:
JSON import failed: 111111111111111 documents were imported, 2 documents failed to be imported
JSON import failed: Some errors occurred while transferring data, see logs for more details
But the error log I had specified in the command run is empty l.
Where could I find out information about what 2 documents had failed and info about why they had actually failed?
Thanks in advance,
Regards!