LAE

 View Only
  • 1.  Run brx with shell script in 6.1

    Employee
    Posted 12-08-2016 13:31

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

    Originally posted by: stevem

    Currently in 4.6 we run most graphs with a shell script. Is that still possible in 6.1?

    It runs laeController -u user -p passwd -s brs -brdlog brdfile -dump brsfile brxfile

    I have not been able to find anything in the docs regarding this only the new web system and lxa files.
    Steve


  • 2.  RE: Run brx with shell script in 6.1

    Employee
    Posted 12-08-2016 20:02

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

    Originally posted by: stonysmith

    You have the OPTION of using the new scheduler, but you can still use the old method (and your previous scripts) as well. Both will work. All you need to do is modify your script to point to the folder where the new laeController was installed.

    For scripted runs, you need to continue saving as BRX.. you will not need nor use the LXA structure.
    If you use the web interface, it requires the LXAs

    There is a third option available to you.. you could deploy LXAs to the web ui and then craft certain web calls to initiate the graph inside of the scheduler. That is documented in the "LAE Administration Guide" which is in the "docs" folder.


  • 3.  RE: Run brx with shell script in 6.1

    Employee
    Posted 12-14-2016 09:26

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

    Originally posted by: stevem

    Thank you that answered my question