You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
When I type ml mlcp --help I learned that: Roxy applies variable substitution within option files. You may use variables like: -input_file_path ${ml.data.dir}/
So I prepared an options file, User1mlcpOptions.txt, with the following text: -host localhost -username admin -password admin -port 8041 -input_file_path ${ml.data.dir}/User1Files
and I invoked mlcp through roxy by from a terminal by typing: bash ml local mlcp import -options_file User1mlcpOptions.txt
And it returned the following message: 15/05/01 12:58:34 ERROR contentpump.ContentPump: Error parsing command arguments: 15/05/01 12:58:34 ERROR contentpump.ContentPump: Unrecognized option: -host localhost -username admin -password admin -port 8041 -input_file_path ${ml.data.dir}/User1Files`
The data files to load are located in: /home/Jack/Dropbox/MarkLogic/Tech/SecurityDemo/SecurityDemo-roxy/data/User1Files
When I type ml local info I am told that ml.data.dir:/home/Jack/Dropbox/MarkLogic/Tech/SecurityDemo/SecurityDemo-roxy/data
So it looks like things are pointed to appropriate directories.
What am I doing wrong here?
Thanks,
Jack
The text was updated successfully, but these errors were encountered:
When I type
ml mlcp --help
I learned that:Roxy applies variable substitution within option files. You may use variables like:
-input_file_path
${ml.data.dir}/
So I prepared an options file, User1mlcpOptions.txt, with the following text:
-host localhost -username admin -password admin -port 8041 -input_file_path ${ml.data.dir}/User1Files
and I invoked mlcp through roxy by from a terminal by typing:
bash ml local mlcp import -options_file User1mlcpOptions.txt
And it returned the following message:
15/05/01 12:58:34 ERROR contentpump.ContentPump: Error parsing command arguments:
15/05/01 12:58:34 ERROR contentpump.ContentPump: Unrecognized option: -host localhost -
username admin -password admin -port 8041 -input_file_path ${ml.data.dir}/User1Files`The data files to load are located in:
/home/Jack/Dropbox/MarkLogic/Tech/SecurityDemo/SecurityDemo-roxy/data/User1Files
When I type
ml local info
I am told thatml.data.dir:
/home/Jack/Dropbox/MarkLogic/Tech/SecurityDemo/SecurityDemo-roxy/data
So it looks like things are pointed to appropriate directories.
What am I doing wrong here?
Thanks,
The text was updated successfully, but these errors were encountered: