LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Passing arguments with spaces to laeController

    Employee
    Posted 04-30-2014 01:43

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: awilliams

    I'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.


  • 2.  RE: Passing arguments with spaces to laeController

    Employee
    Posted 04-30-2014 06:16

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Try adding a single backslash like this:
    -a "OutputDirectory=/home/brain/MIS/XXXR/1.0/graphs/On\ Demand/YYY/output/"