Repository view for calc scripts

what is the repository view for calc scripts

Are you looking for HBR rules, calc manager rules, or Essbase calc scripts?
Essbase calc scripts are in Essbase. (You can find them with .csc extension under app/your app/db folder)
HBR rules will be in EAS repository
Calc Mgr rules will be in Calc Mgr's repository
Regards
Celvin
http://www.orahyplabs.com
Please mark the responses as helpful/correct if applicable

Similar Messages

  • Repository views for performance chart

    Greetings all,
    I found this page
    [http://docs.oracle.com/cd/B19306_01/em.102/b16246/views.htm |http://docs.oracle.com/cd/B19306_01/em.102/b16246/views.htm ]
    about Oracle® Enterprise Manager Extensibility
    but I can't seem to find what I want.
    Can anybody tell me were I can find the information that feeds the charts on the Performance Tab? Like the "average active sessions"?
    I would like to build a multi-target chart.
    Thank you.
    BR,
    João Pinela.
    Edited by: Pinela on Jul 2, 2012 11:19 AM

    Thanks for the help.
    >
    Unfortunately, there is no guarantee that all data visible via EM pages will be available from the published repository views
    >
    well they have to be somewhere, because when you open the chart you can see the values for the last hour. So the data can be obtained. And I don't think that the agent will supply be historic data. Do you agree?
    you suggest this view?
    >
    MGMT$METRIC_ERROR_HISTORY
    >
    like
    select * from MGMT$METRIC_ERROR_HISTORY where target_name='POR.WORLD'?
    thanks.
    Br,
    Pinela.

  • Repository views for RMAN Catalog check

    Hi All,
    Is there any view which tells if the database is using catalog for backup, we have scheduled the rman using OEM, now i need to create a UDM which sends an alert if not using catalog, i would like to do this using the sql command with OEM Views.
    any view which can be my help ???
    I have gone through http://docs.oracle.com/cd/B1930601/em.102/b16246/views.htm#BACDGFJC_ ,
    but couldnt find any appropriate view,
    Have checked this : "MGMT$HA_BACKUP", will this view give the required information ???
    please suggest.
    Thanks and Regards,
    Harish

    Hi EricvdS,
    Thanks a lot, i have used the following command to get my result :
    select dbid,name,t.ct qct from rc_database q,(select DB_ID,max(COMPLETION_TIME) ct from rc_backup_set where db_id in (select dbid from rc_database where name like 'IN%') group by DB_ID having to_date(max(COMPLETION_TIME),'dd-mon-yy')!=trim(sysdate) ) t where q.dbid = t. db_id and q.dbid not in ('586755576','580830361','894607119','881224701') order by 3;but after seeing your comment i again went through all the available tables and found the following to get my result :
    select DB_NAME from rc_backup_set_summary where to_date(NEWEST_BACKUP_TIME,'dd-mon-yy')!=to_date(sysdate,'dd-mon-yy') and db_name like 'IN%';Both of them work properly.
    thanks a lot.
    Thanks and Regards,
    LittleFoot
    Edited by: Little Foot on May 9, 2013 12:27 AM

  • Corresponding MDX for calc script function

    <p>hi all,</p><p> </p><p>I have converted my BSO outline to ASO in 7.1.2.There in BSO oneof the members had formula which used functions like @XRANGE and@MOVSUM</p><p>now i need to write the MDX script for the corresponding memberBut i am not able find any function supporting this in MDX.</p><p> </p><p>Can somebody can help me out in this?</p><p> </p><p>thanks...</p>

    @MOVSUM() is probably best replaced by the following MDX for a trailing sum:<BR><BR>Sum (<BR> LastPeriods (<BR> (number of time periods here),<BR> [Time].CurrentMember<BR> ),<BR> (account you want to sum, or omit to do across all accounts)<BR>)<BR><BR>For a centered sum, you'd say something like:<BR><BR>Sum (<BR> LastPeriods (<BR> (number of time periods in range here),<BR> [Time].CurrentMember.Lead ( (number of steps ahead to start range) )<BR> ),<BR> (account you want to sum, or omit to do across all accounts)<BR>)<BR><BR>@XRANGE will have a corresponding TupleRange() function in Essbase 9. But in an ASO database,<BR>splitting the time dimension into separate year and period parts isn't generally worth it. Instead, having Month and Quarter levels of an attribute dimension gives users the ability to split them out, while making full use of the time series functions. <BR><BR>What specifically are you using @XRANGE to accomplish? Maybe you don't even need the newer TupleRange() function.<BR>

  • Write privileges on Essbase outline, substitiute and calc script variables

    Hi,
    What exact privileges need to be provision to the user\group to have the write access on outline, substitute variables and cal script without provision them to Database Manager.
    Thanks.

    To view the content of the calc, you'll have to edit it and edit needs databasemanager privileges.
    I don't think you achieve what you are looking for out-of box. So how about writing a bat file which copies the calc script to a shared folder where you can provide a read access to the users and they can view the calc scripts. (They can use text editor to view the script contents.)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Unable to see External HANA Repository view

    Dear Experts,
    I want to create a HANA views from BEx Query and followed the steps:
    Create Query snapshot index via RSDDB--> Quey as infoprovider Tab --> Release Query as infoprovider -->click on create button. --> SAP HANA/BWA Settings Tab -->enable the External HANA Repository view -->Activate and fill index
    But I didn't see the option "External HANA Repository view for reporting" to before Activate and Fill Index,
    please help me why that options not available for my query.
    Thanks,
    Regards,
    Karuppiah N

    H Karuppiah,
    Can you not use the transaction RS2HANA_ADMIN for this? Please see the documentation here:
    Generating SAP HANA Views from the BW System - Using the SAP HANA Database - SAP Library
    Kind Regards,
    Des

  • LCM Migration : Calc scripts not available

    Hello,
    We are using LCM for the first time. It is working correctly, except for calc scripts.
    For one Planning application, in Hyperion Shared Services when we collapse the Plan type the folder Calc scripts is empty. But we have calc scripts for this application, we can see them in Essbase Administration services (we use them as well)
    Why those calcs scripts won't appear in HSS?
    Thanks in advance.

    Hi,
    EPMA is installed but unused.
    The modification of the database will be done in last resort. Meanwhile we are going to
    - use LCM to export the plan type
    - use LCM on development environment to export Attribute Dimensions, Calc Scripts, Rule Files et Subsitution Variables
    - modify the xml files to rename the plan type
    - delete the plan type misnamed (knowing that the app only have one plan type, I do not know if that's even possible...)
    - reimport it with the correct name (and export from the development environment anything that is missing from the LCM of production)
    Does it seem a good solution to correct this error ? (maybe import the correct plan type before deleting the problematic one?)

  • EAS calc script security crashes essbase server

    Hi,
    We are using EPMA 11.1.1.2 and I am having some issues when I try to assign security in EAS to calc scripts. I navigate into EAS and select Security and then open the list of groups. I right click on groups and go to display group table. Next, I select a group and edit group properties. When I expand to the list of calc scripts for one of our apps, and select the script and click apply, about 8-10 esssvr.exe processes are running on the essbase server and the server won't respond. This is only true for calc scripts in one plan type, in one app. All other plan types are ok. I restored the app back to when this issue didn't occur and recreated all of the scripts but still get the issue. Anyone ever seen this before? Why are there so many esssvr processes running? I am going to do some analysis to see if it is just one script or all of them. Any help would be appreciated. Thanks.
    DQ

    Hi,
    Just check does it happen with other script against another app/plan type. I suppose you are using Windows , you can restart essbase and admin shared services and check if the same happens again.
    Thanks
    Focusthread Hyperion Trainer
    [http://focusthread.com/training]

  • Related to Calc script

    Hi,
    I need your help as i don't have document for Calc script, few calc script are not running any idea how to troubleshoot on production environment.
    Regards
    Kumar

    What do you mean by not running, failing with error?
    If they are running and complex scripts which you don't understand you may have to get somebody to have a look at them to try and work them out.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Smartview VBA function for launch calc-scripts as strings. like EsbCalc ???

    We have used an Excel VBA which launch an calculation script from a STRING using the VBA Add-In function "EsbCalc".
    We would like to migrate to Smartview VBA functions.....
    The calc-script string has "parameters" which are modified at run-time...
    I have found the function HypExecuteCalcScript - but seems that use as parameters ONLY the calc-script name...
    Is it any VBA function in SmartView which launch a calc-script string (not a calc-script name) ?
    We are using EPM 11.2
    Thanks...

    A tip I just learned at Kaleidoscope 2010* is that one can create a calc script consisting entirely of a substitution variable. In other words, a calc script can look like this:
    &Calc
    Smart View VBA does have a function for changing or creating substitution variables (HypSetSubstitutionVariable). You could create a calc script and subvar in your database as above. Then, at run time, set that subvar to your calc string with HypSetSubstitutionVariable and execute the calc script with HypExecuteCalcScript.
    Quick test (11.1.1.3) shows that this really works.
    I can't remember privileges required to create or set subvars vs execute calc strings off the top of my head - might be an issue (I ran as an admin). Also this approach doesn't support concurrent users, unless they each have a calc script and subvar to themselves. Still, depending on your exact situation, this might be a feasible workaround.
    *I won't credit the presenter solely because the tip came from a presentation which he specifically declined to make public domain.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • A method for passing in the system date to either a substitution variable or directly into a calc script for use on the fix statement

    Does anyone have an idea of how to pass in the server system date into a calc script or into a substitution variable so that I can fully automate my calc script to only calculate the current day? Thanks very much for any assistance on this.

    unsure why cannot att bat<BR>below is raw code meant to insert into .bat file<BR>================================================<BR><BR>code starts below this line<BR>================================================<BR>:: <BR>:: pls ensure essbase server up and running <BR>:: batch file to upd subs var <BR>:: insert correct values below<BR>:: <BR>:: substitution variables set up in cube: curryr, lastyr <BR>:: substitution variables set up in cube: currmth, prevmth ... <BR>::<BR><BR>:: setting of local env vars<BR>setlocal<BR>::<BR><BR>:: setting of job control vars<BR>set svr=<< insert value here >><BR>set uid=<< insert value here >><BR>set pwd=<< insert value here >><BR>::<BR><BR>:: setting of date and time vars<BR>for /F "tokens=1-4 delims=/ " %%i in ('date /t') do (<BR>set dayofweek=%%i<BR>set day=%%k<BR>set month=%%j<BR>set year=%%l<BR>set datestamp=%%l_%%j_%%k<BR>)<BR>for /F "tokens=1-2 delims=: " %%i in ('time /t') do (<BR>set hour=%%i<BR>set minute=%%j<BR>set timestamp=%%i_%%j<BR>)<BR>::<BR><BR>:: setting year vars<BR>set /a curryr=%year%<BR>set /a lastyr=(%year% - 1)<BR>::<BR><BR>:: setting paths and files<BR>set destpath=<< insert path here >><BR>set errpath=<< insert path here >><BR>set errfiles=%errpath%\*.err<BR>set errfiledir=%errpath%\%datestamp%_%timestamp%_err.dir<BR>set errfile=%destpath%\%datestamp%_%timestamp%_err.err<BR>set logfile=%destpath%\%datestamp%_%timeStamp%_log.log<BR>set upd_var_file=%destpath%\upd_var.txt<BR>::<BR><BR>:: initial housekeeping<BR>if exist %errfile% del %errfile%<BR>if exist %logfile% del %logfile%<BR>if exist %upd_var_file% del %upd_var_file%<BR>if exist %errfiledir% del %errfiledir%<BR>::<BR><BR>:: start all<BR>echo. >> %logfile%<BR>echo rem &0 >> %logfile%<BR>echo. >> %logfile%<BR>echo rem --- start all --- >> %logfile%<BR>date/t >> %logfile%<BR>time/t >> %logfile%<BR><BR>:: dates<BR>echo rem --- dates --- >> %logfile%<BR>echo Curr Year = %curryr% >> %logfile%<BR>echo Last Year = %lastyr% >> %logfile%<BR><BR>:: gen temp txt to upd subs vars<BR>echo rem --- upd subs vars start --- >> %logfile%<BR>echo. >> %upd_var_file%<BR>echo. >> %upd_var_file%<BR>echo login "%svr%" "%uid%" "%pwd%"; >> %upd_var_file%<BR>if %month% == 01 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Dec"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Nov"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q4"; >> %upd_var_file%<BR>)<BR>if %month% == 02 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Jan"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q1"; >> %upd_var_file%<BR> echo updatevariable "CurrYr" "%svr%" "" "" "FY%curryr%"; >> %upd_var_file%<BR> echo updatevariable "NextYr" "%svr%" "" "" "FY%nextyr%"; >> %upd_var_file%<BR> echo updatevariable "NextY2" "%svr%" "" "" "FY%nexty2%"; >> %upd_var_file%<BR> echo updatevariable "LastYr" "%svr%" "" "" "FY%lastyr%"; >> %upd_var_file%<BR> echo updatevariable "LastY2" "%svr%" "" "" "FY%lasty2%"; >> %upd_var_file%<BR> echo updatevariable "LastY3" "%svr%" "" "" "FY%lasty3%"; >> %upd_var_file%<BR> echo updatevariable "PrevYr" "%svr%" "" "" "FY%lastyr%"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Dec"; >> %upd_var_file%<BR>)<BR>if %month% == 03 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Feb"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Jan"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q1"; >> %upd_var_file%<BR> echo updatevariable "PrevYr" "%svr%" "" "" "FY%curryr%"; >> %upd_var_file%<BR>)<BR>if %month% == 04 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Mar"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Feb"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q1"; >> %upd_var_file%<BR>)<BR>if %month% == 05 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Apr"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Mar"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q2"; >> %upd_var_file%<BR>)<BR>if %month% == 06 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "May"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Apr"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q2"; >> %upd_var_file%<BR>)<BR>if %month% == 07 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Jun"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "May"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q2"; >> %upd_var_file%<BR>)<BR>if %month% == 08 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Jul"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Jun"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q3"; >> %upd_var_file%<BR>)<BR>if %month% == 09 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Aug"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Jul"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q3"; >> %upd_var_file%<BR>)<BR>if %month% == 10 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Sep"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Aug"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q3"; >> %upd_var_file%<BR>)<BR>if %month% == 11 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Oct"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Sep"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q4"; >> %upd_var_file%<BR>)<BR>if %month% == 12 (<BR> echo updatevariable "CurrMth" "%svr%" "" "" "Nov"; >> %upd_var_file%<BR> echo updatevariable "PrevMth" "%svr%" "" "" "Oct"; >> %upd_var_file%<BR> echo updatevariable "CurrQtr" "%svr%" "" "" "Q4"; >> %upd_var_file%<BR>)<BR>echo. >> %upd_var_file%<BR>echo exit; >> %upd_var_file%<BR><BR>:: run temp txt to upd subs vars <BR>esscmd %upd_var_file%<BR>echo rem --- update subs vars end --- >> %logfile%<BR> date/t >> %logfile%<BR> time/t >> %logfile%<BR><BR>:: end all<BR>echo rem --- end all --- >> %logfile%<BR> date/t >> %logfile%<BR> time/t >> %logfile%<BR><BR>: end_all<BR>endlocal<BR><BR>===============================<BR>

  • What is the procedure/code in VBA for passing the calc scripts dynamically based on the selection.

    Hello Gurus,
    I want to know what is the procedure/code in VBA for passing the calc scripts dynamically based on the selection.
    For example:
    X=EssVCalculate("Sheetname","Calc_Script name",True)
    In the above code instead of the *"Calc_Script name"* I want a script which is called dynamically and the values are calculated accordingly.
    Thanks in advance
    Saurabh

    Hi Todd,
    This is the situation:
    I have a calc script in Essbase which I can call to perform the calculations on the current sheet that is retrieved. I want calculation for the following formulas:
    x = EssVCalculate("Sheet2", "CalcBC", False)
    CalcBC is my calc script which is present in Essbase
    So instead of passing the above script I want to pass the conditions dynamically in the VBA code . I don't want to mention the script name directly in EssVCalculate option
    For example:
    I have three drop down menus from which I would select three different( zero level )members. It would then retrieve the data for that particular values in the excel sheet and now when I click on Calculate button it should calculate the script dynamically.
    I don't know how calc scripts can be executed dynamically in the VBA code itself.
    Thanks in Advance
    Saurabh

  • To View Calc Scripts and Report scripts via MaxL or Esscmd

    Hi all,
    Can somebody tell how to read any calc script or report script in any database with the help of MaxL or Esscmd?
    For example if there is any .csc or .rep file, I want to read the context of the file i.e. the script that is written in the file. Is it possible via MaxL or Esscmd?
    Does Hyperion supports this functionality?
    Regards,
    James

    You know that calc and report scripts are text files, right?
    They are typically stored in the database directory, although that is not a requirement; they can be stored in other client-accessible directories and run from there.
    I haven't done it in ages, but is also possible to pass calc and report scripts to Essbase via the API. I can't remember if the API will let you enumerate calc scripts from the database directory. I sort of strongly think yes. Someone who is more knowledgeable will either correct or refute that statement pretty soon. :)
    If you want to list the objects (calcs or reports): http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm
    A few things that you can do with MaxL re calc scripts:
    1) execute calculations, including a string that you pass through MaxL: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/excalc.htm
    2) delete calculations: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/drpcalc.htm
    3) list the calcs: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/dispclc.htm
    4) create the calc: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/crecalc.htm
    Report scripts are sort of a poor relation in MaxL (and were in Esscmd as well). You can basically only run a report as kind of export: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/maxl/ddl/statements/exprt.htm
    So, I think it's mostly there, especially the display object command. BTW, if MaxL can list it, the API can too -- how else does MaxL work?
    Regards,
    Cameron Lackpour
    Edited by: CL on Dec 1, 2008 11:53 PM
    Didn't post the right URLs. Now fixed. CL

  • Transcription View for soundbite subclips (Like Avid's Script View)

    I'm logging a bunch of interviews and separating soundbites and I'd like to be able to view thme in the project window with their transcriptions, similar to Avid MC's Script view for bins (I switched from Avid months ago, that's one feature I miss). Ideas? Other than the metadata panel after transcribing automatically (with low accuracy by the way).

    These are doc-style interviews so there was no pre-made script for the
    talent to speak off of, unfortunately.
    On Tue, May 21, 2013 at 1:30 PM, joe bloe premiere <[email protected]

  • HI John: Advise for Business Rule or Calc Script

    Hi John,
    I need your Advice regarding Business Rule as earlier i took all ur advice seriously and also succeeded; This is toughest area for me.
    1) Any useful document which help me to understand Business Rule apart from HBR admin pdf ?
    1) Any Blog/Source/PDF/PPT especially for Planning Business Rule ?
    Thanks for any Help.
    Regards
    N Kumar

    Hi,
    Well business rules are really just calc scripts with a few additional features.
    So to understand business rules a good place to start is looking at calc script functions and commands, the essbase technical reference includes details on all this :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm
    If you get stuck on calc scripts then the essbase forum is also a good place to ask for advice as there are many experts on there.
    I have not seen many sources for information relating to just business rules.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Why are all my fonts abnormally large?

    I am working with a class in which multiple students have had their font sizes turn abnormally large.  A normal 12pt font is ridiculously big and even going as small as possible (6pt) results in text that would normally be what I would call an 18-20p

  • Please escalate to corporate executive relations

    My name is Ursula (removed per forum guidelines) (removed per forum guidelines), a very upset customer of Best Buy due to the fact that I received no assistance with my ongoing issue at the retail level that I am having to reach out to corporate exec

  • 15" C2D DVD Drive loud on load/eject?

    Is this normal? It makes quite the clicking noise loading and loading discs I have some OEM make I don;t recognize HL-DT-whatever... I seem to recall one model of the first Ti-PB series being like this too....drive was like 'clunk-click, every trip'

  • HBR Error connecting to Essbase server

    Hi, Getting an error " HBR Error connecting to Essbase server" while selecting the outline in create new business rule.Tried the below workaround,but still getting the same error. * Copy the HBRServer.properties from AAS (<HyperionHome\Hyperion\Admin

  • After Effects and Rotoscoping causes fps loss in info panel

    Hello, I am pretty new to after effects, so please take it easy on me if this is an easily fixed issue or if I am doing something wrong. Here is my whole process. I have a canon xl2, shooting in 24p with 2:3 selected. I then import the video from the