Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliamsI'm trying to schedule up a graph to run on a LAE server (v4.5.2) using laeController, we need to pass a parameter that contains spaces in it but it doesn't want to work correctly and i'm getting the "Too many BRX files specified"
The command line is as follows (returns added for readability)
-r XXX1 -brdlog /home/brain/MIS/XXXR/1.0/logs/brds/XXXXX-20140430092614.brd
-a "OutputDirectory=/home/brain/MIS/XXXR/1.0/graphs/On Demand/YYY/output/"
-a "DataDirectory=/home/brain/MIS/XXXR/1.0/graphs/On Demand/YYY/data/"
./BRXFILE.brx
I've tried quoting the full argument (as above), unquoted, and just the value being quoted but nothing seems to work correctly.