Command Reference

Command Reference

uploadFile

uploadFile

Uploads a file to the RulePoint server
The uploadFile command uses the following syntax:
rpcmd uploadFile <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-FileName|-fn> file_name
The following table describes the
rpcmd
uploadFile options and arguments:
Option
Argument
Description
-URL
-u
url
URL of RulePoint design server instance to connect to run the command.
-UserName
-un
user_name
User name to connect to RulePoint Server.
-Password
-pd
password
Password of the user name to connect to the RulePoint Server.
-FileName
-fn
file_name
The file path to the XML file that contains the objects.

Example

You can run the following command to upload the file BankingObjects.xml as part of project "Default Project."
> ./rpcmd.sh uploadFile -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -fn /data/home/cepqa/RulePoint_6.1/samples/Banking/db/Oracle/Banking_Sample.xml

0 COMMENTS

We’d like to hear from you!