To import and execute an ARU file using the command line, enter this command:
ARUUtil.bat [ServerURL] [UserID] [ImportFile] [LogFile]
All arguments needed for the ARUUtil.bat are defined in ARUImport.properties.
Note: | ARUUtil.bat (and .sh) is located in BIPLUS_HOME/bin and ARUImport.properties is located in BIPLUS_HOME/common/config. |
Here is sample content of ARUImport.properties:
ServerURL=http://localhost:16000/WebAnalysis/processor UserID=hyper1 Password=hyper1 ImportFile=D:\Welcome\create1user.xml LogFile=d:\Welcome\Import.log Encryption=false
Property | Description |
|---|---|
ServerURL | URL of started Web Analysis |
UserID | Provisioned user name |
Password | Provisioned user password |
ImportFile | File path to import |
LogFile | File path to log status messages |
Note: | Login credentials of a user with administrators privileges must be used. |