I am trying to run a graph in linux from a cmd line and each time it is defaulting to the default sandbox and not finding the graph.
I am using the following syntax:
wget --http-user=${userName} --http-passwd=${userPass} -q http://localhost:8080/clover/request_processor/graph_run?graphID=${graphName.grf}&sandbox=${sandboxName}
any ideas why it tries to run in a different sandbox?