Arguments That May Contain SpacesThe -user and -role arguments may contain spaces. In this case, the argument value must be enclosed in single or double quotes. For example (on Windows): CSR\OS\code\bin\ENOFCSSyncServer.bat -url http://cimi4dsy:7023/ematrix -user 'User Agent' -password XXX -maxRetries 5 -maxSyncRunnerThreads 10 -rulesCheckSecondElapse 10 -logPath E:\tmp\logs\ -logSize 3 -ruleFiles %WS%/rules.xml -role 'VPLMAdmin.Company Name.Default' Quote Characters in Shell ScriptsOn UNIX/Linux, if you have created a shell script that calls the ENOFCSSyncServer.sh script, you must backslash-escape the quote characters. For example: CSR/scripts/ENOFCSSyncServer.sh -url http://cimi4dsy:7023/ematrix -user \'User Agent\' -password XXX -maxRetries 5 -maxSyncRunnerThreads 10 -rulesCheckSecondElapse 10 -logPath E:/tmp/logs/ -logSize 3 -ruleFiles %WS%/rules.xml -role \'VPLMAdmin.Company Name.Default\' Backslash-escaping of quotes must not be used for Windows batch (.bat) scripts. |