Accessing the Command Line Utility

To access the Command Line Utility, you must specify your Arcadia data connection name, and if you are not an administrator, you must also specify your username.

This article includes the following topics:

Specifying Data Connnection Name

Note that you can access the Command Line Utility only on Arcadia data connections. See. Creating New Arcadia Engine Connections. To get recommendations, specify your Arcadia data connection name and an input file or a query. See Getting Recommendations in the Utility.

To add or change your data connection name, use the following command syntax:

./arcviz util recommendation --dcname=<data_connection_name> --file=<file_path to the queries file>

In our example, our data-connection name is Recommendation.

./arcviz util recommendation --dcname=Recommendation --file=/var/lib/arcadia/test.txt

Specifying Username

If you are not an administrator, you must specify your username to access the utility. Enter the following command syntax:

./arcviz util recommendation --dcname=<data_connection_name --file=<file_path to the queries file --user=<user_name>

In our example, our user is John.

./arcviz util recommendation --dcname=Recommendation --file=/var/lib/arcadia/test.txt --user=<John>