Run Calc Script using MaxL server location

Hello!!

I wonder if anyone has tried running Calc script stored on the server (not in the app folder) using MaxL?

My research on run calculation led to run scripts associated to a particular application, but not on executing a script from a common repository such as the location of the server between multiple applications.

Any help is greatly appreciated.

It is sometimes useful, in my case, I had a unique scenario where I had 10 cubes

Cube 1 essbase process information and then send to the DATA STORE, which then runs a set of calc (some detailed data movement)

Cube 2 then consumes these data and processes to Cube 10.

All scripts used in Essbase is the same. However, we had to keep all applications and maintenance was a nightmare. This RUNCALC scenario helps a lot.

I had to create a dummy app/db to store all Calc and maintenance will be done on this one and a bat script will move those to the respective cubes. I can identify at the request

Concerning

Celvin Kattookaran

Tags: Business Intelligence

Similar Questions

  • How to operate only a calc script using ODI

    Hi John,.

    I would like to run only a calc script using ODi. Could if it you please let me know the process. Is it mentioned in your blog anywhere?

    Awaiting your response

    Thanks in advance
    Sravan

    The km - 'IKM SQL for Hyperion Essbase (DATA)' there is an option 'RUN_CALC_SCRIPT_ONLY', set to Yes and then enter the name of the calc script in "CALCULATION SCRIPT".
    It will take still a source and a target in the interface for it to run, but it will ignore the source and the target and just run the calc script, it is possible to customize the KM so it didn't need a source/target, but you should be fine with the method I proposed.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Run a script on the server side

    someone at - not how to run a script out server php with him sending variables or receive all the variables and not to open a new window.

    #2030 error: end of file was encountered. This is the error I get when you use this code

    What is the file php is encode flv files. He calls him self saying that all videos uploaded in the database cue list are converted. So I have download 3 videos the script takes and makes the 1st file then 2nd, then 3rd. In the flash player I get error 2030 whenever the script call it is oneself.

    If I call the script php outside of flash with a browser, it works perfectly.

    I use all kinds of variations of URLRequest and URLLoader really puzzled. Thank you flexperts.

    private function encodeHandler(event:DataEvent):void

    {

    var variables: URLVariables = new URLVariables();

    variables.fileName = has ';

    variables.fileExt = of ';

    var request: URLRequest = new URLRequest ("""http://" " + ModelLocator.SERVER + ' / scripts/videoConvert.php"")

    request.method = "get";

    request.data = variables;

    var loader: URLLoader = new URLLoader();

    loader.dataFormat = can.

    loader.addEventListener (Event.COMPLETE, completeHandler);

    loader.addEventListener (flash.events.HTTPStatusEvent.HTTP_STATUS, onStatus);

    try

    {

    //status.text = "video encoding".... » ;

    loader.load (request);

    trace() 'start encoding');

    }

    catch (error: error)

    {

    //status.text = "unable to load URL";

    trace()"coding error cannot load url");

    }

    function onStatus(event:HTTPStatusEvent):void

    {

    If (event.status! = 0) {}

    //status.text = "encoding error";

        trace('encoding error');

    }

    }

    function completeHandler(event:Event):void

    {

    //status.text = "complete encoding";

    trace(() 'complete encoding');

        }

    }

    Very well, please close this thread.

  • Run the Script using hotkey in InDesign

    Hello

    How to run the script in InDesign using the shortcut key.  Can someone help me?

    Thanks in advance,

    Sudha K

  • How to run a script using the OMB tcl

    I'm trying to run a tcl script using the following syntax in cmd

    D:\app\Username\product\11.1.0\db_2\owb\bin\win32 > ombplus.bat c:\t.tcl

    and I get the error

    OMB01001: Not connected to the repository.

    The tcl script was basically accompanied by a tutorial and I can't continue the OWB tutorial, unless I run it first

    Departure ombplus.bat

    You can then start the script with the source command such as

    source C:/t.tcl
    

    Be careful with the backslash (he is not C:\t.tcl)

    You must also add a connection before your script to OWB with the OMBCONNECT

    OMBCONNECT $UserLogin/$UserPassword@$DBHostName:$DBHostPort:$ServiceName USE REPOSITORY '$RepositoryUser' USE MULTIPLE_USER_MODE
    

    Replace the parameters $ with your own value.

    And then your script, you can disconnect:

    OMBDISCONNECT
    

    Success
    Nico

    Documentation is here for the 11g OMBCOMMAND
    http://download.Oracle.com/docs/CD/B28359_01/OWB.111/b31279/TOC.htm

  • When you use SEEP (cloud planning), can still develop you MaxL scripts to load the data, metadata, run calc scripts, etc.?

    I'm happy to get my hands on an instance of SEEP, but until then I'm trying to understand some technical details that you cannot learn of Oracle demos.  For example, can I develop MaxL to automate various processes?  Is the utility planning avaialbe (OutlineLoad, PasswordEncryption, etc.) for use?  Thank you!

    I found what I was looking for after some digging.  Thanks Google!

    Administer the data management

  • Essbase Calc Script using Exclude

    I use the 'EXCLUDE' command in a script (see below) essbase calc
    Fix (@relative("Entity",0), EXCLUDE (@MEMBER ("Canada") ENDEXCLUDE)),
    @RELATIVE ("Type", 0), @RELATIVE("Net Income",0), @RELATIVE("BALANCE SHEET",0),.
    @RELATIVE ("CASH FLOW STATEMENT", 0), & CURPER)
    CLEARDATA "GL";
    END FIX;

    I keep getting the following error:
    WARNING: parsing formula [statement of DIFFICULTY] (line 14) 1200315 error: invalid object type
    No idea what's wrong with my script? 14 of my script is the line starting with the declaration of FIX. Any advice would be greatly appreciated.

    EXCLUDE is a simillar to FIX calc command and can be used within FIX ().
    In your case, you can use function @remove as shown below:

    Fix (@Remove (@relative("Entity",0), @list ("Canada")), @RELATIVE ("fleet Type", 0), @RELATIVE("Net Income",0),)
    @RELATIVE ("FINANCIAL REPORT", 0), @RELATIVE ("CASH FLOW STATEMENT", 0), & CURPER)
    CLEARDATA "GL";
    END FIX;

  • How to run SQL scripts using OWB process flows?

    Hello
    I have a few SQL Scripts. I run them using process flow OWB.

    Can I get a document or a link that helps me to achieve this?

    Thanks in advance,
    SriGP

    Hi SriGP,

    You can call SQLPLUS using the external process activity.

    Order: Give the full path of the SQLPLUS executable
    Script: specify what you want to do in SQLPLUS

    Thank you
    Fati

  • Need to run the Calc Script in sequence in MAXL

    Hello

    I need a idea how to run calc in sequence through Maxl scripts. My requirement is to run calc script loads after the end of the last. I try to make the method below, but some how its not working. I'd appreciate any help.

    Thank you

    login password admin on ServerName.

    spool to 'K:\test\MXLTest.log ';

    / * Calculate * /.

    run the calculation App.db.Test;

    function SIERREUR 'error ';

    run the calculation App.db.Test2;

    set the label 'error ';

    spool off;

    disconnection;

    "exit";

    Seems iferror works only with the batch/shell script. I was trying to run EAS.

  • Question of design - approach of calc scripts organization

    Nice day!

    I'm a "application design" that must run series of similar calculations.
    My calc script uses variables substitution as calculation "settings".
    I have run this script several times, each time changing the values of the substitution variables.

    To do this, I created a script maxl containing blocks like this:
    ...
    change the BSO_ACCT database. BSO_ACCT set the variable ACCOUNT_NR ' "610120" ";
    change the BSO_ACCT database. BSO_ACCT set the CUSTOMER_NR variable ""40502;"
    run the calculation BSO_ACCT. BSO_ACCT.cust_act;
    ...

    The problem - whenever a new customer is added, I should update my maxl script.
    Y at - there a better idea? How can I automatically get a subset of the Customer dimension and run my script calc for this subset?

    Your suggestions are greatly appreciated!

    Best regards
    Alex

    There are two ways of dio,
    You can send the script as a string calc using esbCalc http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_api/api_vb/mavb/funcs/mavfcalc.htm
    You can put the calcscript in a file and use EsbCalcFile http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_api/api_vb/mavb/funcs/mavfcalf.htm

    I usually use it as read a prototype calc script on the server by using EsbGetObject http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_api/api_vb/mavb/funcs/mavfgobj.htm
    I then change the chips I put it in the script (I use a ~ as ~ account and replace ~ account with my member name) and run the script. Works very well

  • Calc scripts in sequence

    Hi all

    We have requirment to run calc scripts in the order they are dependent. If we merge all the scripts in a script then due to dependence, the calculations do not or not giving not correct result.

    Is there a way to make the calculation scripts are setup in order in the script of a calculation and a single Script provides details for the two Script and so on. We do not want to use business rules because of the given assignment of security which will be very tedious work.

    Thank you and best regards,
    Konrad.

    Sequences and business rules would be the correct procedure to use with planning.

    But I don't see how running separate calc script is going to be different that implemented a calc script, which does not any sense.

    If you want to run calc scripts in order then you could batch usage maxl.

    I do not know what information you want to pass between calc script but you can use substitution variables, as that be used in a script.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • My db Essbase corrupt when I complete the calc script why?

    Hi all

    I had the problem with essbase db... It is corrupting data when I closing all running calc script.
    So that whenever I m taking back for that...
    Please let me know how to avoid this... and why it is corrupt?
    Is something wrong with my Essbase?

    Kind regards
    Katia

    If by "corrupt" you mean that essbase breaks down and you can't restart the db so yes it's unusual and something is wrong with the environment. However, if you mean that the data is not the same as it was before you start the script, then no, there is nothing wrong. Essbase is not a restoration have this cancellation, the calc script processed until you killed it.

    Dave

  • Run the script in local path calc

    @Hi all,

    We have a requirement in which an a certain application calc script is run to clear data. The data to be erased (months) are mentioned in a file that we receive the ETL.

    The mechanism is so that, from workday1 up to Workday4, we have a clear current and previous months and workday5 until the rest days, delete us the data of the current month.

    We were doing this manually so far and we need to automate the process. We used VBScript to read the contents of the file that is sent by ETL and change the script to calc.

    But the problem is the calc script which is getting changed is present in the local system and not on the application server.

    Please suggest some options where I can call the calc updated the script locally and executed him from maxl.

    Appreciate any help on this!

    Hello Sadhana,

    When you create a calc script VB logic on the local computer, then you can probably develop it a little and write a MaxL script with the calculation inside. Then you can run this script on your local computer where MaxL has been installed.

    Kind regards

    Philip Hulsebosch

  • How to run a script php on external server

    Hello!

    Here's my problem: I want to run a script php on a server by calling a simple url. Here is an example of a possible url: http://servername/dir/scriptname.php?var1=a&var2=2.

    The return value is a html code.

    I use CVI 2012 AND 3.5!

    Hello!

    Thank you very much! It's the way I'll do it!

    But I have to call a different get command. Here's my way: Fmt (tlsend, "%s %s", "GET" ', http://servername/dir/scriptname.php?var1=a&var2=2 ');

    The next problem is the response of the InetTelnetRead. She returns with-4 "system socket error". But the result of the php-script is tlread.

    So my problem is almost solved!

  • using Calc script

    Hello

    Can you please help me understand how to get the result for ACC3. Here are the numbers of different accounts for the intersections, which is used in the calc script. I am trying to understand the script below calc formulas but I don't you how is calculated the value for ACC3. Can you please help me understand how the value of the account ACC3 is "274.4529403" is derived.

    Excel output addins:

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC1 11

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC2 18564.81

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC4 254.43

    After you run the following Calc script I get the value of ACC3 as mentioned below.

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC3 274.4529403

    CALC SCRIPT

    ==========

    DIFFICULTY ((@LEVMBRS("Platform","Lev0,Platform") AND @DESCENDANTS ("Entity"))

    @LEVMBRS ("parts", "Lev0, shares")

    ('hand')

    '' Operation. ''

    "Deviation".

    "08 2011")

    "ACC1")

    PERCENTAGE = ("ACC2" / 'ACC2 "->" platform "->" parts "-->" operation '->' OD'-> 'deviation '->' main '->' 2011 08');

    IF ((ACC1 <> #MISSING) AND (ACC1 <>0))

    "ACC3" = "ACC4 '->' platform '->' pieces '->' operation '->' OD '->' deviation '->' hand '->' 08" 2011 * PERCENTAGE; "."

    ENDIF

    )

    ENDFIX

    I think the main thing that you may be missing, it is that PERCENTAGE and ACC3 formulas depend on what is at the top of the 'Platform' and 'Parts' - dimensions is what the '->' alias 'transdimensionnels operator' done in there.  So you are not showing a couple of intersections in your recovery of Excel that are in fact essential in the calculation of the value.

    PERCENTAGE is the ACC2 value to low 'Platform' and 'Parts' in percentage of the value of ACC2 at the top of the 'platform' and 'parts '.

    ACC3 is then (assuming that ACC1 is not #Missing or zero) the value of ACC3 at the top of the 'platform' and 'parties' multiplied by the PERCENTAGE.

    In plain language, the calc is spreading the value of "ACC4" from the top of the "platform" and "parties" to the bottom of these dimensions, using "ACC2" as driver and put the result in "ACC3".

Maybe you are looking for

  • text back again iPhone to iCloud

    Will be my backup transfer iCloud my texts to a new iPhone?

  • Specialties

    For some reason, my specialties are listed as office and iLife.  I don't have a desktop computer. I have a MacBook Pro, an airport Time Capsule, iPhone 5 c, an Apple TV and iPad and a USB SuperDrive. I know a little about these devices, but I don't k

  • Contacts are absent, but can add to the message text?

    When I open my contacts on my iPhone 6 (iOS 9.2.1) I'm missing most of them.  However when I go to messages and a compose a new message, I can type in the name and it will appear (but it wasn't in my contact list).  I'm guessing that somewhere a timi

  • Register a new phone?

    I just got an iPhone 6 + and want to register for (Canada) warranty and technical support

  • Get the right drivers for my desktop a6000

    Hi I'm new to this site can someone please help me find the right drivers for my computer, the model number on the case is a6000 and it's a deskstop, I just removed Vista from my computer and put windows xp professional on this topic, I did a new ins