Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithYou're not entirely crazy. <grin>
The term "Whatever scheduler" is your first issue. The BRG would not be used directly by their scheduler.. it has to be converted to a BRX or a LXA.
- To run graphs from a command line, (this would include cron, or ctrlM, or other linux program) you need to use the program laeController which requires building a BRX.
- To run graphs in the Lavastorm Automation Services, you need to build a LXA.
In either case, consideration must be made if you need external graph parameters. Those have to be setup so as to feed the graph properly.
Yes, your graph (BRG) has to be properly configured and tested so as to name the input and output tables and files, handle date processing, etc. I don't know that YOU would need access from BRE to the LAE server yourself, but without such access, diagnosing issues is going to be a severe case of trial and error.
Now, I do have a customer or two for whom I create and test BRGs on their test server, and then I hand them the BRGs. They then examine my code for security issues, and then create the BRX with their copy of BRE. Those graphs have various system and database parameters in place such that if you run the BRX on the test machine, it connects to the test database, but if you use the same BRX on the production machine, the parameters there direct you to the production database, etc.
It takes a bit of time and trial-and-error to get all the settings in place so that a scheduling system is running the way you wish, but after you go thru that, adding a new graph to the schedule is not significant. At my main client, I can add a new (working/tested) graph to the scheduler within 3-5 minutes.