About 52 results
Open links in new tab
  1. 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 basic MAXL …

  2. 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 application …

  3. 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 scripts. For …

  4. reading variables from text file in MaxL - Stack Overflow

    Jul 18, 2015 · reading variables from text file in MaxL Asked 10 years, 9 months ago Modified 10 years, 9 months ago Viewed 1k times

  5. 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 might be better …

  6. 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 cube, output …

  7. MIN and MAX in C - Stack Overflow

    Aug 9, 2010 · Where are MIN and MAX defined in C, if at all? What is the best way to implement these, as generically and type safely as possible? (Compiler extensions/builtins for mainstream compilers …

  8. Essbase Java API export database MAXL - Stack Overflow

    Nov 26, 2014 · 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 …

  9. 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.

  10. rules - Data Export in Essbase - Stack Overflow

    Jan 27, 2020 · I took data Export of a database and the export should be saved in the according app or essbase server. The problem here is I am unable to find the extracted data. Somewhere they must …