Command Line Options
Copy
There are several elements to the command line tool. First, is the executable file for the batch load tool itself, BatchLoaderCMD.exe. The details of the various options for running the executable at the command line are as follows:
Usage: BatchLoaderCmd.exe -d {data file} [optional arguments] where: -d {data file} - path to a delimiter-separated data file
Optional arguments can either be specified in the command line or in the configuration file; if not defined in either place a default value is assumed (if a default value is mentioned below): -c {config file} - path to configuration file; default ‘config.xml’-t {template file} - path to template file; default ‘template.xml’-l {log file} - path to log file-ll {log level} - verbosity of logging (1 - 3); default 1-e {encoding} - name of data file encoding; e.g. ‘us-ascii’-s {url} - Innovator server URL-db {db name} - Database name-u {user name} - Innovator user login name-p {user password} - Innovator user password-th {threads} - Number of threads in a worker process; default 1-pr {processes} - Number of worker processes; default 1-lpp {lines} - Lines processed by each worker process; default 1000-fr {row number} - First row to process in the data file; default 1-lr {row number} - Last row to process in the data file; default -1-crtloc {certificate location} - Certificates store location; default CurrentUser-crtstore {certificate store} - Certificates store name; default My-crtftype {certificate find type} - Find type for certificate search; default FindBySubjectName-crtfvalue {certificate find value} - Find value for certificate search-crtvalid {certificate is valid} - Certificate should be valid; default is true