About 803,000 results
Open links in new tab
  1. What is the purpose of MaxL in Hyperion? - Stack Overflow

    Apr 10, 2016 · MAXL is a command line tool for administration of Essbase. While EAS is a GUI based tool. As with all command line tools, MAXL can be used to automate tasks by creating …

  2. Extract data from oracle hyperion essbase - Stack Overflow

    Mar 14, 2017 · MaxL is the scripting language that ships with Essbase. It is installed on Essbase servers but would need to be installed locally to your machine in order for you to extract data.

  3. Essbase Error 1242021- while executing Maxl to run a report script

    May 19, 2017 · I am running a Maxl to export database using report script, below is the Maxl: spool stdout on to "$4Adhoc.mxl.log"; spool stderr on to "$9Adhoc.mxl.err"; alter system load …

  4. cmd - Batch File and Wait - MAXL - Stack Overflow

    To run MAXL, you list the full path to StartMAXL.bat and then pass a list of commands in a .msh file followed by the variables/parameters. Save this as Essbase_Rebuild.cmd file This is the …

  5. Implementing Constraints in OPL Using CPLEX - Stack Overflow

    Mar 29, 2024 · I've been working on addressing a specific constraint in OPL and attempted to write code to solve it. However, it's not functioning as expected. Could anyone provide …

  6. Cplex Decision Expression value limit - Stack Overflow

    Aug 13, 2020 · The maxl () function is used for this purpose: range I = 1..2; dvar float+ x[I]; dvar float+ b[I]; dexpr float A[i in I] = maxl(x[i] - b[i], 0); However, depending on how you use A it …

  7. using HorizontalStackLayout and VerticalStackLayout with grid on …

    Jul 6, 2023 · trying to build my first MAUI MAXL (UI) app i have 3 elements that are organized using HorizontalStackLayout and VerticalStackLayout i want to use them as one struct and put …

  8. oracle database - How can I configure email alert to check if an ...

    May 20, 2017 · I believe you could use MaxL (the automation language for Essbase) to determine if an application/cube is running. For example, you could use MaxL to check the status of the …

  9. Essbase Hyperion Add data inside Rule Files Bulk more than 100 …

    Apr 9, 2020 · Nope, you just have to type them in. If new items keep on popping-up in your source data, you might consider one of the following: put your source text file into a SQL table and …

  10. Essbase Java API export database MAXL - Stack Overflow

    Dec 3, 2016 · I've been having trouble running the MaxL "export database" command with the Java API. I've tried using code like this: ( Referred to Essbase Java API Sample …