E-mail Alerts from Essbase Cubes

Hi,
I have Essbase 7.1.3 windows server and We do lots of Cube processing through Batch Files.
I would like to have an option to send email alerts to the business users once we are done with the processing.
Say for example , I have a Deposits Essbase cube and once i am done with the calculation and Enable connects to the users i would like to send a mail notification " The Deposit Cube now available....."
Essbase have some thing called " Triggers..." But i am not sure how far will it help me.
Looking forward for your inputs.
Thnx,
MS

Okay, yes, I still use esscmd, so this example is for an esscmd script (some day I will convert them, I promise...).
The shell (batch) script that I use calls esscmd to do the job, and then scans the script (using the for command) for tokens. These tokens determine who gets an email depending on the outcome of the script. By encoding the messaging into the script, I can control the business logic at an appropriate level. The TITLE token is also used during the notification, but I left the logic out that builds the SUBJECT variable (for brevity)...
:TITLE Load Budget data to Daily Trends
:Job Notifications:
:ONERR [email protected]
:ONERR [email protected]
:ONSUCCESS [email protected]
:ONSUCCESS [email protected]
:ONSUCCESS [email protected]
:ONSUCCESS [email protected]
LOGIN "LocalHost" "<superuser>" "<superpassword>";
... etc.Here is the relevant part of the shell job that scans for tokens (the RESULT environment variable is set to either "ERR" or "SUCCESS" based on the output, with other variables set as needed):
TYPE %SCRFILE% | FIND ":ON%RESULT%" >Notify.tmp
FOR /f "tokens=2" %%a in (Notify.tmp) DO SendEmail -f %FROM% -t %%a -u "%SUBJECT%" -m "%MESSAGE%" -s %RELAY% -a %ATTACH%
ERASE /Q Notify.tmp

Similar Messages

  • Is it possible to include attributes from Essbase Cube in HW notifications?

    Hi All,
    I need to include few attributes from Essbase cube and few from db tables in my HW notification. Just wanted to check, is it possible to include attributes from Essbase Cube in HW notifications?

    Hi All,
    I need to include few attributes from Essbase cube and few from db tables in my HW notification. Just wanted to check, is it possible to include attributes from Essbase Cube in HW notifications?

  • Error extracting data from essbase cube using MDX method

    Hi,
    We have some problems extracting data from essbase cube using MDX method, we believe that the problem is the MDX query, this is the problem and query:
    ERROR:
    [DwgCmdExecutionThread]: Cannot perform cube view operation. Analytic Server Error(1260046): Unknown Member SELECTNON used in query
    com.hyperion.odi.essbase.ODIEssbaseException: Cannot perform cube view operation. Analytic Server Error(1260046): Unknown Member SELECTNON used in query
         at com.hyperion.odi.essbase.wrapper.EssbaseMdxDataIterator.init(Unknown Source)
    MDX:
    SELECT
    NON EMPTY {[YearTotal].[Jan]} ON COLUMNS,
    NON EMPTY {[Total Movimientos].[Presupuesto Base]} ON AXIS(1),
    NON EMPTY {[Año].[FY11]} ON AXIS(2),
    NON EMPTY {[Escenario].[Presupuesto_1]} ON AXIS(3),
    NON EMPTY {[Version].[Trabajo]} ON AXIS(4),
    NON EMPTY {[Moneda].[Moneda Input]} ON AXIS(5),
    NON EMPTY {[Centros de Costo].[1101]} ON AXIS(6),
    NON EMPTY {Descendants([Resultado Operacional],4)} ON AXIS(7)
    FROM [DSR02].[ROP]
    We try extract data using a sample cube and work fine, this is the mdx query:
    SELECT
    {[Actual],[Budget]} ON COLUMNS,
    {[Sales]} ON ROWS,
    NON EMPTY {[Product].levels(0).members} ON PAGES,
    NON EMPTY {[East].levels(0).members} ON AXIS(3),
    NON EMPTY {[Year].levels(0).members} ON AXIS(4)
    FROM Sample.Basic
    The model reversed ([DSR02].[ROP]) have the same structure than query need, the query and the model are fine, definitely we can´t see the problem, someone can help us?
    Regards

    You will be able to test the MDX query in EAS, it is usually best to test the query first before trying to use it in ODI.
    Is there any reason you are using MDX to extract the data, have you tried reportscript as I usually find it more efficient to extract the data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do I send e-mail alert from WLST

    how do I send e-mail alert from WLST

    Look like it's pain...
    Better to write java class... that's what I did...
    inf any one need it.. e-mail me...
    [email protected]

  • SSRS pulls data from ESSBASE cube, data not showing

    Dear Experts,
    We are connecting SSRS 2012 to Essbase 11.1.3 to pull data from the cube, and having some issues with some members data not showing in the query designer and report, while some have no problem. And we couldn't find a pattern on which members won't show. We are wondering if this is a known issue and if there is a way to solve the problem.
    Thanks very much.
    Grace

    Hi ,
    Check the following:-
    1 Check whether you have made the joins properly.
    2 Check data at multiprovider level .
    3 is data available for reporting in both the cubes
    Regards
    Rahul

  • Sort in date order from Essbase cube source

    Hi everyone,
    I have an Essbase cube which I'm displaying the data from in OBIEE. Within the cube one of the dimensions is a date ( set as a time dimension ).
    It has several generations:
    Gen2 - Year, 2010
    Gen3 - Year/Quarter, 2010/Q1
    Gen4 - Year/Month, 2010/01
    Gen5 - Day/Month/Year, 26/01/2010
    If I produce a report filtered on the Year, say 2009, and display the full date, it puts all twelve 1st's of the month first, then the 2nds, and so on. I can resolve this by putting the Year/Month field into the report and sort on that, then the full date, but I really only want the date in chronological order.
    Can anyone advise on the best way to achieve this?
    Thanks to all in advance.
    Bagpuss
    Edited by: Bagpuss1969 on Jan 26, 2010 12:46 PM
    Generation 5 is DD/MM/YYYY

    And this is one of the reasons why OBIEE/Essbase integration is still #1 on the [Dont Try This At Home Kids|http://majendi.blogspot.com/2009/06/dont-try-this-at-home-kids.html] list.
    One of the most basic facts about the current integration - which is often disregarded - is that dimension levels and hence their contained members come across as pure VARCHARs. Sort order-wise this gives you a standard alpha-numeric sort order by default.
    However there's a workaround which we discussed just last week: Oracle BI import Essbase cube (problem on the months)
    Essbase defines the sort order. Otherwise it's alpha-numeric.
    C.

  • Enabling drill through from Essbase cube to drill through report

    The requirement is that I keep summary level information in the Essbase cube and detailed granular information (order level) in a relational table.I would like to enable drill through between the cube and the report.
    Please advise what would be the best approach considering the current system architecture that is outlined below.( Hyperion suite 11.1.2.1).
    Would also like to know drill thru vs hybrid analysis options.
    1) ASO/BSO cube is populated through Oracle Data Integrator
    2) The relational transactional table is also poulated through ODI.
    3) The cube would hold summary level info while thr drill through report should provide the order level details in the same context as chosen in the cube.
    Would appreciate guidance on the best way forward.
    Thanks & Regards,
    Anirban

    Incidentally we had been trying to use Essbase studio as an option.But there are 2 oints that we are trying to investigate.
    1) Can we bypass deployment of data and metadata everytime through Essbase studio after the initial outline is delpoyed? In the system architecture the relational tables are populated using ODI. We would like to load the data and metadata through ODI into the cube. Eeven then can we implement drill thru bypassing deployment through Essbase Studio?
    2) If Essbase studio is imperative for drill through then what are the batch automation options for deployment through Essbase studio? Ideally the option should be after the relational tables are populated through ODI then the Essbase deployment should be invoked and batch script should load the data and metadata through Essbase Studio.
    Please advise.
    Thanks,
    Anirban

  • Mail alert from IIS

    Hi Friends,
    We have IIS+Portal 6.40,SP19 installed on win2k with SAP 4.7 backend system on solaris enviornment.
    I would to provide any document to configure the alert mail from if IIS service comes down to monitor.
    Regards,
    Ramana

    It was resolved

  • E-mail alert from Apple re: iCloud storage

    I have two Apple (.me) mail accounts.  One iCloud account, though.
    Today I got an e-mail saying that I have reached 4.9 out of my 5.0 Gig storage in iCloud.  However, when I go to my iCloud account (through System Preferences), it shows I have 24 GB available.
    I'm confused.....
    Does my second e-mail account only have a 5GB limit.  Is it a separate account from my main address?  And, if so, how do I access it (as opposed to the main address) to manage the storage for that account?
    Thanks.
    Steve

    By default an icloud account has only 5GB allocated.  Judging by the email and your viewing of 24 GB free, I'd guess you have two icloud accounts.  The icloud account associated with your mac seems to have 24 GB available, and the email may be refering to a second account that one of your devices may be associated with.  Check each iOS device and verify what icloud account (ID) they are connected to.
    You say "Does my second e-mail account only have a 5GB limit." - if you do have a second email account, then you probably have two icloud accounts (unless the second email ID is an alias of the first).

  • How to start a new thread and getting mail alerts from the OTN ?

    Hi ,
    I would like to post some question in OTN and at the same time , i am intrest to get the forums mails into my mail box.
    Can you help !!!!!!!!
    Thanks

    IndianDBA wrote:
    I would like to post some question in OTN and at the same time , i am intrest to get the forums mails into my mail box.You could probably help yourself as well.
    There is a FAQ link at the upper-right of the page - FAQ stands for 'Frequently Asked Questions' and usually provides answers to those questions. ANd your questions just may be answered there if you care to look.
    I note that not only 'would you like to post some questions', but you actually 'have posted the first question'. So you seem to be on your way. Just note that there are many forums, and you are encouraged to ask in the correct forum - find them by going to the 'Forum Home' link (top left) and scrolling down (and don't forget to peek in the 'More...' areas if you can not find the ones you want.)
    AND - if you ask technical questions, remember to include operating system (including edition or distribution and version as appropriate for the OS), product version (even if you do not think it's important) and any error messages (copied, not re-typed, if possible)

  • Mail Alerts from the BW Servers

    Hello,
    We wnat to implement a scenario where by if any of the data loads are failed, the system should send out an email to the team, and a SMS with the same information to the mobile also. So Anybody can help me in providing with the details on about sending these alerts to mobile. Any help can be appreciated very much and the same can be rewarded with the points.
    Thanks:MSM

    Hi,
    In your process chain, right click on any process and give 'create message'. You will be prompted for three types of actions -> successful, errors, always. For your case, give the option as error and create a variant for the message. When you again right click on the same process , now you can see an option ' maintain messages'. Give the required recipients list and when your process fails, the message will be automatically sent to the recipients list which you have maintained.
    Regards,
    Krishna

  • Monitoring and Alerting from Essbase Admin Console.

    Hi Gurus,
    We are running a calculation scripts in Essbase 11.1.1.1 about 4 times a day. Sometime this scripts just failed or take too much time. Is there any machanisim/configuration in EAS that when scripts fails then the admin or users can get message?
    Thanks
    -Samar-

    Hi Samar,
    EAS is not going to give you this. However there are some tools that will.
    Accelatis Ascension Suite will provide a complete range capabilities to address what you require and much more. It will monitor your logs, track events you define, and take action(send email, kill process, etc) on failure or success.
    If you want to go the free route, I think the first step is to take a look at jRightLog. It provides log tailing and parsing into a format where you can then store the data in a database somewhere for later analysis. Once you get the data in the database, you create a server to monitor it and provide feedback as it does.
    http://code.google.com/p/jrightlog/
    Robb

  • E-Mail Alerts / Forum

    Hello,
    I've set specific e-mail address (the Address of Moderator)  to be notified if a question has gone unanswered in the forums for a given period of time.
    You can see teh procedure in this link (help)
    http://help.sap.com/saphelp_nw04/helpdata/en/44/93cd4496b610bbe10000000a422035/frameset.htm
    Unfortunately this setting has any function, and i didn't get any Email, while a question has gone unanswered in the forum for a period of time(in my case 1 hour).
    Has somebody any experience with that?
    Thanks and best regards

    Hi Katayoun,
    You can see this topic “Setting E-Mail Alerts” from SAP Library:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/a1baf02bc3340ce10000000a155369/frameset.htm
    Hope this link will be helpful for you.
    Regards,
    Lubi

  • View Display Error in OBIEE with Essbase Cubes

    Hi All,
    Currently we are generating the Reports from Essbase Cubes.
    We have an hierarchy in OBIEE and when we are trying to drill down one hierarchy(Tech Executive) we are getting below Error.
    " Error
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Unknown Member [H1_Rel_TecExec_Ini_appl].[Unknown] used in query (HY000)
    SQL Issued: SELECT s_0, s_1, s_2, s_3, s_4, s_5 FROM ( SELECT 0 s_0, "Defect7M"."H1_Rel_TecExec_Ini_appl"."H1 Initiative Name" s_1, "Defect7M"."H1_Rel_TecExec_Ini_appl"."H1 Tech Executive" s_2, SORTKEY("Defect7M"."H1_Rel_TecExec_Ini_appl"."H1 Initiative Name") s_3, SORTKEY("Defect7M"."H1_Rel_TecExec_Ini_appl"."H1 Tech Executive") s_4, "Defect7M"."Defect7M#1"."Defect7M - measure" s_5 FROM "Defect7M" WHERE ("Defect7M"."H1_Rel_TecExec_Ini_appl"."H1 Tech Executive" = 'Unknown') ) djm "
    Can someone assist me how to resolve this error
    Thanks,
    SatyaB

    Satya,
    Have you done anything to modify the essbase drill logic within your BMM?
    Remember when modeling essbase you should just try to use the defaults first to ensure that all works correctly the first time through. Then you can adjust any hiearchies, federate, etc.

  • Extract Data from essbase to ODI

    Hello ,
    I'm trying to extract data from Essbase cube to Oracle . Reverse engineering successfully completed , When running the interface I'm getting the following error :
    "com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: No data column defined in source model"
    i'm using the following KM
    :RKM Hyperion Essbase --> For Reverse Engineer ,and the option in the reverse engineering are all set to default
    LKM Hyperion Essbase Data to SQL
    Any idea ?
    Thx

    Hi,
    Have you read through :-
    Oracle Data Integrator Adapter for Hyperion Essbase Getting Started - http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/odiess_getting_started.pdf
    Oracle Data Integrator Adapter for Hyperion Essbase User's Guide - http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/odiess_users.pdf
    If you have read them and are still have a problem at what stage are you having the issues?
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Menu problems in Encore

    Hi, I am new to this forum and I dont know my way arround. I created 35 buttons in 2 seperate sub menus(18 buttons on first page and 17 on a second page). Everything works fine except I canot access the LAST buttonn on the 2 pages. Buttons 1 - 16 wor

  • Error in RFC Destination when CAF Application call RFC

    I developed a CAF application, where I imported a RFC in "External Services", like BAPI_FLIGHT_GETLIST, and I mapped it as "Application Service". Then for execute this CAF application, I created a RFC Destination in CE 7.11 SP4 ("http://server:port/n

  • Simple application

    My problem is simple but not for me (I' m beginer inWeblogic BEA) I have one JSP in which I entering tree simple text filds. Those values I need to put in simple Oracle table within the Container Managed Entity Bean. I configure Oracle dirvers, and O

  • Business Area required while creating Internal Order

    Hi Gurus, While creating Internal Order, Business Area is coming required. Please tell me how can i make it as a optional field. Please revert asap. Thank you

  • CCMS alert on XI interface monitoring : Error status of XML Messages

    Hello Everyone, Please can anyone let me know on how we can setup ccms alert monitoring on tcode: SXMB_MONI for XML messages which are in error status. Do we have any MTE class available in XI system ? Please share your expertise on this .. thank you