Notification of % of completed Calc on AIX

Is there a way, either ESSCMD script and/or UNIX scripting to tell how much of a datamart has calculated? If 50%, send a notification 50% has completed.

The closest thing that Essbase has to completion notice is the SET NOTICE command in a calc script - it will indicate how "far along" a calc is, and it writes messages to the application log file.An example of the command would be:/* script */SET NOTICE DEFAULT;... calc commands...By default, the calculation will spit out a completion message for every 10% of the calculation.There are a few things to keep in mind - first the time to complete each chunk of the calc may not be uniform (it can actually vary quite a lot). Second, depending on how the calc is structured, you may get several different completion notices. For example, the calc:CALC DIM (Products);CALC DIM (Measures);Will actually generate completion notices twice - once for the first calc dim and again for the second.Regards,Jade-------------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

Similar Messages

  • HT1849 I have received notification that  the "Complete My Album", Music Speaks by Candice Glover is now available to download.  I have three devices that are all enabled to receive automatic downloads.  My problem is the same on all three devices.  Only

    I have received notification that  the "Complete My Album", Music Speaks by Candice Glover is now available to download.  I have three devices that are all enabled to receive automatic downloads.  My problem is the same on all three devices.
    Only 0.05 minutes download on each song with the exception of the original song purchase: I Am Beautiful.  What needs to be done to solve this problem?

    It seems that I have solved my issue by performing a full factory reset (erasing all content, something which I had hoped to avoid) restoring from an iCloud backup did not alleviate the issue, I had to set up as a new iPad.
    Hopefully anyone else else who has this issue in the future will be able to find this.

  • Updating Phase for PM notification value after completion process

    Hi,
    I need to update Phase value for a PM notification, after its completion. This process will be triggered by a custom RFC called from PORTAL side. Could you suggest how to update phase value for PM notification confirmation/completion.
    Regards,
    Pulokesh

    Hi,
    Can you tell me where to pass the phase value in the BAPI that you have mentioned. Can anyone tell how to update Notification phase value while its closure/completion.
    Regards,
    Pulokesh
    Edited by: Pulokesh Karmakar on Aug 19, 2009 11:16 AM

  • How to stop notification email of Completion: Purchase Order

    When a PO is rejected, user gets the email "RE: Notif. of Completion:Purchase order 4500000695 rej" from the system. It is not part of the rejection task. Does anyone know how to stop it?
    Thanks in advance.
    Philip

    The notification of completion email is sent out from workflow and the users don't want to get it anymore. My question is on how to stop the system of sending out those emails.
    Philip

  • How to send an automated email notification after dataloads complete.

    Please search the forums before posting
    Hi ,
    Hoq can we send an automated email notification once the daily data loads are complete.
    All the data loads are done through PC and after these got complete daily we need to send an automated e mail saying the loads are completed.
    Request your replies.
    Edited by: Arun Varadarajan on Mar 10, 2009 9:22 AM

    Hi,
    check this threads/links:
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/9bdd42cadf2878e10000000a155106/frameset.htm
    Process chains and Email alerts?
    process chain Email Notification
    E-mailing functionality on a process chain
    If you search SDN you will find much more...
    Regards
    Andreas

  • Complete work orders without complete notifications from Overall Completion

    We have a work order assigned to a notification type and we need to complete the work order from the overall completion transaction  (IW42) without completing the notification when clicking on technical completion button.
    Is it possible?

    You can check with your netweaver team if this could be controlled from user authorizations. Do check if the following Business Transactions are available against the tcode "iw42"
    PMM2     Put notification in process     
    PMM4     Complete notification     
    PMM6     Put notif. in process again     
    I hope this will help.
    Regards

  • Notification when report complete

    Is there a way in Forms (or Discoverer) to notify a user when an Oracle Form is completed running in Batch mode? Can it notify if a report fails?
    Can you setup notification during the scheduling of the report?

    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status varchar2(20);
    BEGIN
    repid := find_report_object('report4');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if rep_status = 'FINISHED' then
    message('Report Completed');
    copy_report_object_output(v_rep,'d:\temp\local.pdf');
    host('netscape d:\temp\local.pdf');
    else
    message('Error when running report.');
    end if;
    END;

  • Set Service order and Notification to 'Technical Complete.

    Need to set service order and notificatin to teco. Use below logic and it works fine for Service Orders but
    it doesn't set the Notification to NOCO.
    Can anybody please help?
    Thank you very much
    Juergen
    lit_methods-refnumber         ='000001'.
      lit_methods-objecttype        = 'HEADER'.
      lit_methods-method            = 'TECHNICALCOMPLETE'.
      lit_methods-objectkey         = g_order.
      APPEND lit_methods. CLEAR lit_methods.
      lit_methods-refnumber         = '000001'.
      lit_methods-objecttype        = ' '.
      lit_methods-method            = 'SAVE'.
      lit_methods-objectkey         = g_order.
      APPEND lit_methods. CLEAR lit_methods.
      lit_header-orderid        = g_Order.
      lit_header-NOTIF_NO       = viqmel-qmnum.
      lit_header-TECO_REF_DATE  = sy-datum.
      lit_header-TECO_REF_TIME  = sy-uzeit.
      APPEND lit_header.
       lit_header_up-orderid     = 'X'.
       lit_header_up-NOTIF_NO    = 'X'.
      lit_header_up-FINISH_DATE = 'X'.
      lit_header_up-BASIC_FIN   = 'X'.
      APPEND  lit_header_up.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
          TABLES
             it_methods         = lit_methods
             IT_HEADER          = lit_header
             IT_HEADER_UP       = lit_header_up
             return             = G_return.

    Hi,
    There is no diffrerence between service order and service order notification.
    Its better if we can say - IW51 is for Service Order Notification
    Generally when request is initiated by the customer or distributor to the retailer then the retailer will create a service order with the detail further process.
    Regarding IW31 no proper idea. I have worked in SO notification only. 
    Regards.
    Abinash.

  • Make some values obligatory when changing notification status to completed

    Hi!!
    I would like "return delivery qty" and "def.qty (int)" to be obligatory values. Thus I don´t want them to be obligatory when creating the notification but when status chages to NOCO, Notification conformed.
    Thanks in advance.

    I have written some code in include ZXQQMU20 (which is inside exit EXIT_SAPMIWO0_020; which is inside enhancement QQMA0014). I have set a breakpoint in the beginning of the include. I have created notifications and also modified notifications and the breakpoint never appears.
    Thanks.

  • Need Email Notification of Job Completion Status

    Hi experts,
    this is 10.2.0.4 on the Windows platform
    I have a simple little job that has Job Type: RMAN Script
    Backup Database plus archivelog;
    I have installed UTL_MAIL.
    How can I have Oracle send an email to me when the job fails?
    ( This is not a Scheduler job though it runs on a schedule. I used the Database Control gui to create it.)
    Thanks. John

    I would just modify the stored procedure or batch script being ran to issue the email as the last action it takes if no errors were returned by prior steps/actions.
    One way to add an extra action to existing stored code without changing the stored code itself is to write a cover routine that calls the existing code, tests the return code, and issues or calls the additional code (email in this case)
    HTH -- Mark D Powell --

  • Notification Completion

    Hello All,
    I have a business scenario as follows:
    User completes all tasks for service notification and we need to complete the notification before saving notification or automatically complete the notification when the task is complete.
    I need to try to implement one of the following options:
    1. Raise a message to the user to also complete service notification upon completion of all tasks in notification: I am thinking of an exit here before save of notification that will raise the message to complete the notification. I know of a exit under QQMA0014, but question is can it read the task satus?
    or
    2. Based on task status, automatically trigger completion of service notification: I am thinking to use follow-up function for a task. What i will require is basically to trigger the function when the task status is set to complete and not when the task is created or released.
    Any help will be appreciated.
    Thanks,
    Rohit

    Hi,
    You can do this scenario by Workflow also.
    Whenever the task status will become complete & when you save the system send automatic email to user SAP mail id or you can configure for external mail id also.
    Orelse use the userexit & develop the PDF form for that,whenever the ststus of all task become complete then it trigger mail to the users.
    Regards,
    Raj

  • Error while completing notification?

    Hi SAPIENTS,
    When I am pressing NOCO flag of notification I am getting error No Code group or Cause code text for Item 0005. Notification 10246076 Message no. IW912
    This item number 5 is deleted and new item for cause code or object part is added then it take item no 6. when I am entering all the data then also gettign this error.
    Regards,
    Kaushal Rai

    Greetings Kaushal,
    I believe you made a change to the catalog entries in QS41 and now you are trying to complete (and hence save) a notification with an invalid catalog entry? Is this the case?
    if so,
    You could have deleted a code that was not used in ndevelopment, but used in QA or Production system... Try deleting the code from the notification before you complete it, or restore the original code, transport the change, set NOCO, then delete it from the catalog again.

  • Customizing Complete Task email notification

    Hello all
    I have an orchestration that makes use of Complete Task email endpoint, so an actor is able to continue the process by submitting
    data from a PDF form he got via email.
    Everything works fine, save for the fact that the end-user wants to receive the notification ("Task successfully completed") in another
    format, maybe even translated.
    Is there a way to customize this email template?
    I'm using LC ES update 1 (8.2)
    Thank you

    Hi,
    Here is just a though:  Place the "EmailService" component from "Foundation" category in your process where you want to send the notification email, then go to its "Properties > Contents" to customize the email message.
    Jasmin, can you confirm if it work this way.
    Thanks,
    Han Dao

  • No longer receiving Facebook notifications

    I'm sure it's something simple but since upgrading to Yosemite I no longer get Facebook and Twitter notifications in notification centre and my MacRoumors notifications have disappeared completely.
    I've checked in system preferences and Facebook and Twitter are turned on, I just don't get the notifications.
    Any ideas?

    I also have this issue, since I updated to Yosemite in my works machine I've never have a notification from Facebook; also removed my FB account, rebooted, reinstall my FB account and nothing.
    Besides that I can't get the locations in the blue arrow options (see the image).
    I don't have this problem in my MBP with 10.8.5 (Mountain Lion).
    Any ideas how to fix this bug?.
    Regards
                                         Yosemite
                                Mountain Lion

  • OIM 9.1.0.2 - Email notification

    Hi experts,
    When resource is provisioned, I need that OIM send the Email Notification (Provisioning Accounting Complete) for Requester or User's Manager depending of requetee's attributes.
    If requestee's User Type is Employee, User's Manager should receive the notification, now if requestee's User Type is Vendor, Requester should receive it.
    Any tip on how I can do this???
    Best regards,
    Carlos

    - Store Requestee User ID somewhere in the Object form, populate it through to a process form hidden field.
    - Do all the logic checks as required and send notifications through provisioning Process tasks

Maybe you are looking for

  • SYSTEM CHECK FOR CREATION OF EXCISE INVOICE WITHOUT PGI

    Hi SAP guru's i need help in this issue++ See i am creating delivery and i did'nt do PGI ,after this i am creating Proforma invoice (here Proforma is must before creating commercial Invoice),with reference to Proforma system is accepting to create Ex

  • How to reinstall os x when experiencing kernel panics

    Okay I am not a very good MAC user, i just use it to test browsers for development. I rarely ever use it and dont install any software in it but one day it decided to give the kernel panics where it talks about "You need to restart your computer" bla

  • Problem in legacy asset upload

    Hi, we are going live in the mid of the year. We have fixed take over date 31/07/2010. depreciation in legacy system executed up to 7 th period. that also maintained in config. Now i am uploading legacy assets purchased in the current year. But in ta

  • Deleting iMovie files & exported movies causes errors in all of iLife

    I just went through quite an ordeal... In an attempt to clean up some space, I deleted a bunch of my iMovie project files and movies after backing them up (files in the default Movies folder). I have deleted iMovie projects before with no issues. Thi

  • Portal on OCS R2

    I have just installed OCS R2 on 3 boxes running Red Hat Linux AS 2.1 Has anyone got portal working with portlets for email, calendar, files etc. On OCS R1 I had everything installed on one AIX box and configuring portal was straightforward using the