Cancel not working in EAS

Does anyone else have experience of the [Cancel] button not working correctly in EAS ? I have noticed this specifically with exporting data, where cancelling an export doesn't stop the task. Also, it seems that trying to kill a session does not work very well either, the session monitor shows the session as "terminating" but doesn't actually appear to terminate it. We have EAS running on a Unix server and the Essbase server running on NT - has anyone else experience of this set up ?

Hi Chandana,
1. This is one of the common problems people find when they first try their hands on SQL in EAS.
2. The pre requisite for this is , you need to create a data source . i.e ( control panel-> administrative tool -> data sources( ODBC).
3. After you create this at you server end ( where essbase server is running).
4. Try to open data prep editor- > open SQL, now , you should see the data source which you created in step 2
Sandeep Reddy Enti
HCC
http://hyperionconsutlancy.com/

Similar Messages

  • html:cancel / not working after changes made as per Steve Muench documen

    I have followed the document posted by steve for configuring BC4J to use Struts 1.1 Final.
    Once this is done the <html:cancel> button does not work.
    This button does two things , it skips the validate method in FormAction and returns true for
    isCancelled(request), but both things are not happening.
    When i go back to 1.1beta 2 release it works fine,
    So it is related to the changes that Steve made in the three files.
    BC4JRequestProcessor.java
    MultipartUtil.java
    UpdateAction.java
    Steve could you take a look and fix this issue.
    Thanks

    more info on isCancelled()
    isCancelled(javax.servlet.http.HttpServletRequest request)
    Returns true if the current form's cancel button was pressed.
    This method will check if the Globals.CANCEL_KEY request attribute has been set, which normally occurs if the cancel button generated by CancelTag was pressed by the user in the current request.
    If true, validation performed by an ActionForm's
    validate() method will have been skipped by the controller servlet.

  • CDF @JExportTo does not work in EAS Business Rules

    Hello,
    I have registered the custom defined function in 11.1.1.3 and it is registered properly in the application (log). @JExportTo works fine in a calc script but if I try to use the same code (without any variables in the first place of course) in an EAS Business Rule (not Calc Manager), HBR does not recognize it as a function and gives me code validation errors.
    Any help is very much appreciated!
    Many thanks,
    Michael

    renatew,
    did you try using "To or Cc" instead of the localized version? I think that Mail uses the actual header names for those rules, the localized names in the standard selection or UI-only.
    Andreas

  • Audio echo cancellation not working over rtmp

    I'm doing a audio conferencing app, using RTMP to our server (freeswitch) and getting a bad echo from anyone using speakers & mic- headsets don't cause the echo.  I've also tried 3rd party audio chat apps and they have echo too.
    I'm using getEnhancedMicrophone() and have played with all the Microphone & MicrophoneEnhancedOptions I can find.  I followed this article carefully: Best practices for acoustic echo cancellation in Flash Player | Adobe Developer Connection
    Does echo cancellation work over RTMP or only over RTMFP?
    Here's code I use to connect to send and receive our server's stream:
    netConnection = new NetConnection();
    netConnection.connect("rtmp://whatever.com/phone");
    incomingNetStream = new NetStream(netConnection);
    incomingNetStream.client = this;
    incomingNetStream.bufferTime = 0.2;
    incomingNetStream.play("play");
    incomingNetStream.receiveAudio(true);
    outgoingNetStream = new NetStream(netConnection);
    outgoingNetStream.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    outgoingNetStream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
    outgoingNetStream.bufferTime = 0;
    outgoingNetStream.attachAudio(mic);
    outgoingNetStream.publish("publish", "live");
    Is anyone successfully using RTMP with echo cancellation?  Can you send a link so I can try it?
    Any other ideas?
    Thanks,
    Ken

    I am not sure about echo cancellation directly at RTPM level but you may also try echo cancellation solutions that can be integrated with freeswitch. Take a look at their wiki. For example they mention PBXMate integration to cancel echo and noise, etc.

  • MDR-NC31E noise cancelling not working?

    Hi,
    I recently purchased a set of MDR-NC31E headphones for use with my Xperia Z3 (D6603).  The phone recognizes the headphones as the correct noise cancelling model when I plug them in, but I don't notice any noise cancelling happening.  With the headphones plugged in, I can easily hear the keyboard clicking noises of my coworker in the next cubicle (not especially loud, but I can hear it just as if I were wearing standard headphones).  I've tried the different settings (Office/Bus/Airplane), but don't notice any difference.  I've never had noise cancelling headphones before, so maybe I'm expecting too much.  Is there a way to determine whether these headphones are working correctly?
    Thanks!
    Solved!
    Go to Solution.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    One thing that you could try to see if they are working, is to activate "Power saver mode". This can be done when your headset is connected to the phone > Drag down the notification field > Tap "Noise cancelling is On" > Tap "Power saver mode".
    When you lock the phone by pressing the ON/OFF button, you should hear everything pretty clear. And if you unlock the phone, the sound should be more dampened. In this way you should be able to determine if it works.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Open SQL is not working in EAS

    Hi,
    I'm trying to load the data into Essbase using the RDBMS. Following are the steps I followed:
    1. Created a DataSource
    2. Opened the DataPrep Editor in EAS.
    3. Click on File --> Open SQL.
    4. Given the Essbase server, application and Database.
    Now Its throwing me the error, "There are no datasources defines. Please define one".
    Anybody has idea on this problem.
    Thanks in Advance
    Chandana

    Hi Chandana,
    1. This is one of the common problems people find when they first try their hands on SQL in EAS.
    2. The pre requisite for this is , you need to create a data source . i.e ( control panel-> administrative tool -> data sources( ODBC).
    3. After you create this at you server end ( where essbase server is running).
    4. Try to open data prep editor- > open SQL, now , you should see the data source which you created in step 2
    Sandeep Reddy Enti
    HCC
    http://hyperionconsutlancy.com/

  • FileReference Select and Cancel Event Not Working in leopard

    FileReference not working in leopard
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    public function onClick():void{
    var fr:FileReference=new FileReference();
    //fr.addEventListener(
    fr.addEventListener(Event.OPEN,openHandler);
    fr.addEventListener(Event.COMPLETE,completeHandler);
    fr.addEventListener(Event.SELECT,selectHandler);
    fr.addEventListener(Event.CANCEL,cancelHandler);
    fr.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA,uploadCompleteDataHandler);
    fr.addEventListener(HTTPStatusEvent.HTTP_STATUS,httpStatusHandler);
    fr.addEventListener(IOErrorEvent.IO_ERROR,ioErrorHandler);
    fr.addEventListener(ProgressEvent.PROGRESS,progressHandler);
    fr.addEventListener(SecurityErrorEvent.SECURITY_ERROR,securityErrorHandler);
    fr.browse([new FileFilter("images", "*.png;*.jpg;*.gif")]);
    private function cancelHandler(event:Event):void {
    trace("cancelHandler: " + event);
    private function completeHandler(event:Event):void {
    trace("completeHandler: " + event);
    private function
    uploadCompleteDataHandler(event:DataEvent):void {
    trace("uploadCompleteData: " + event);
    private function
    httpStatusHandler(event:HTTPStatusEvent):void {
    trace("httpStatusHandler: " + event);
    private function ioErrorHandler(event:IOErrorEvent):void {
    trace("ioErrorHandler: " + event);
    private function openHandler(event:Event):void {
    trace("openHandler: " + event);
    private function progressHandler(event:ProgressEvent):void {
    var file:FileReference = FileReference(event.target);
    trace("progressHandler name=" + file.name + " bytesLoaded="
    + event.bytesLoaded + " bytesTotal=" + event.bytesTotal);
    private function
    securityErrorHandler(event:SecurityErrorEvent):void {
    trace("securityErrorHandler: " + event);
    private function selectHandler(event:Event):void {
    Alert.show("XD");
    ]]>
    </mx:Script>
    <mx:Button x="205" y="198" label="Button"
    click="onClick()"/>
    </mx:Application>
    Adobe Flex Builder 3 Beta3
    Leopard 10.5.1
    both Safari and firefox doesn't work

    Flash version is 115 debug player

  • In Editable ALV the BACK/CANCEL/EXIT buttons are not working?

    Hello,
    I wrote a editable FM based ALV, working fine that when user changes the data and press SAVE button, values are transfering into prog. But, i need to put a validation that, if user changes the values and press BACK/CANCEL/EXIT button, i need to popup the message that "Do you want to save changes", my PF-STATUS is good(because, SAVE is working).
    But, its not working that when user done changes and press BACK button (forgot to press SAVE button), system taking me to selection screen/screen 0!! I my code is as below,
    FORM pick USING v_ucomm     TYPE syucomm
                                         it_selfield TYPE slis_selfield.
      DATA: v_answer TYPE char1.
      READ TABLE it_z_tbl  INDEX it_selfield-tabindex
       INTO w_z_tbl.
      CASE v_ucomm.
        WHEN '&IC1'.
            " working fine this functionality
          ELSE.
            MESSAGE i000 WITH 'Double click on key field'.
          ENDIF.
        WHEN 'SAVE'.
            " working fine this functionality
        WHEN BACK' " OR 'CANCEL' OR 'EXIT'.
          PERFORM popup_for_user_decision CHANGING v_answer.
          CHECK v_answer = '1'.
          PERFORM now_update.
      ENDCASE.
    ENDFORM.     
    when i put the break point on the first line of this piece of code, its not stopping on pressing BACK/CANCEL/EXIT buttons!! (its stoppig for SAVE press or double click)
    Its stopping at this point,
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'.
    EXPORTING
    i_callback_user_command  = 'PICK'
    IMPORTING
    EXCEPTIONS
    IF sy-subrc <> 0 =================> its stopping at this point!
    ENDIF.           
    Pls. let me know why system is not recognising that i hv a PICK form (SAVE and Double clicks are working fine)?
    Thank you

    Hi,
    Actually BACK is standard user command so it is not stopping and going to selection screen.
    Give some other use command like 'BCK' and try....

  • On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    What version of Mac OS X?
    What home page?
    What browser?

  • My imac is running mountain lion and last night i downloaded maverick. in midst of installing it it said a powerPC app microsoft word would not work so i canceled the install for the time being. my questions is  if i choose to finish installing maverick

    my imac is running mountain lion and last night i downloaded maverick. in midst of installing it, it said a powerPC app microsoft word would not work so i canceled the install for the time being. my questions is  if i choose to finish installing maverick does that mean i will nevver be able to access word documents stored on my desktop? or do the word docs automatically convert to pages or what? i am so confused. would i be better off just sticking with mountain lion and send the maverick install to the trash? hoping someone will be able to answer my question though i am afraid the response is likely to be just stick with mountain lion so you can keep using word. i had been looking forward to maverick but it seems pretty drastic to not have access to microsoft word anymore by switching to maverick. hope someone has an answer so i can have the best of both worlds so to speak!

    thanks for your response Csound1 on the peninsula ... if i go ahead and install maverick and then download LibreOffice or OpenOffice will i then be able to access old microsoft word saved documents on my deskstop through those two free alternatives? i am not that knowledgeable about these things so i am not sure if you are saying i will just be able to use libreoffice or openoffice for creating new documents or whether i can access the saved microsoft docs? are they transferred to OO or LO or what and if editing of the old word docs is needed can i do that through the OO and LO programs or apps (see i am not even sure if i am using the correct vocabulary!) hope you can answer this as quick as the first question, so i can decide to stick with mountain lion and trash the maverick install or proceed with maverick install and hoppe that my microsoft word docs are still accessible through OO or LO or adding to myquestion will pages on maverick be able to open the old word documents? thanks again!

  • I purchased an app, but it does not work. Can I cancel it and get my money back?

    I purchased an app two days ago but it does not work.  Can I cancel it and get my money Back?
    I have in ipad2
    Thank you

    You can always try to contact iTunes Support:
    http://apple.com/support/itunes/

  • I am trying to cancel but your Chat is not working

    I want to cancel my creative cloud - the deadline is tomorrow to avoid future charges, but the only way to cancel is through your chat and your chat button is not working, though it says agents are available. I've been trying for a couple days now and will be very upset if I can't get through to someone in time!

    Which Creative Cloud membership do you want to cancel?
    Learn how to cancel your Creative Cloud membership or subscription. http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • Cancel and Exit button not working

    Dear Experts,
    <u>Cancel and Exit button not working</u>
    I am calling a screen from inside a report program
    using SET SCREEN 9000.
    2 of the date fields(start date end date)
    on this screen are Mandatory.
    I am not able to Come out of this screen 9000 using
    CANCEL or EXIT button
    without giving a date entry in both of
    Mandatory fields (start date end date).
    Can someone help me with a solution?
    Appreciate your valuable help;
    Points assured
    Thanks,
    Aby Jacob

    Hi..
    To avoid this problem you have to use AT EXIT-COMMAND Module.
    1. In the GUI Status for both EXIT and CANCEL buttons assign the Function type E (Exit Command)
    2. In the PAI of the Screen Call this module.
       MODULE EXIT_SCREEN AT EXIT COMMAND.
    3. Now check the OK_CODE or Sy-ucomm in this module to Leave the Screen
       MODULE EXIT_SCREEN  INPUT.
           CASE OK_CODE.
          WHEN 'EXIT' .
                LEAVE TO SCREEN 0.
          WHEN 'CANCEL'.
          ENDCASE.
       ENDMODULE.
    This will surely work.
    <b>reward if Helpful.</b>

  • Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anyth

    Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anything.  I have taken my car to my local dealer but they say the Radiosat is working ok?

    Hello there stidhambr15,
    I was researching the issue you are having and recommend a couple of things. First it might be a good idea to reset the device following iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting found here http://support.apple.com/kb/ht1430
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't quite get the device going again, I recommend restoring the device.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Might even be a good idea to turn off the phone, reseat the SIM card, and turn it back on.
    iPhone and iPad: How to remove the SIM card
    http://support.apple.com/kb/ht5163
    iPhone 4 (GSM model)
    iPhone 4S
    Cheers,
    Sterling

  • Cancel Query not working

    Problem Summary
    Cancel Query not working on 11.5.10
    Problem Description
    While finding orders, window pops up the cancel query but when user tries to click the cancel button, query does not cancel.

    jemar98 wrote:
    Problem Summary
    Cancel Query not working on 11.5.10
    Problem Description
    While finding orders, window pops up the cancel query but when user tries to click the cancel button, query does not cancel.Please post the details of the application release, database version and OS.
    Was this working before? If yes, any changes been done recently?
    Please review (Canceling Long Running Queries in Oracle Applications 11i [ID 138159.1]) and make sure you complete all the steps.
    Thanks,
    Hussein

Maybe you are looking for

  • Problem sending timeline from Final Cut to a Soundtrack Pro Multitrack Project

    Hello, Thank you in advance for reading.  I am having trouble sending a timeline from Final Cut to a Soundtrack Pro Multitrack Project.  Final Cut makes a new Soundtrack Pro project file just fine and opens Soundtrack Pro as it's supposed to, but the

  • Where can I buy a replacement battery for a 17" PowerBook G4?

    Just was advised by Apple Care that Apple no longer sells replacement batteries for the 'vintage' PowerBook G4. Does anyone know of an alternate source where I might be able to buy a replacement battery?

  • Do you know how to re-colour a single colour gradient?

    Hi Everyone, Perhaps this is simple for one of you Photoshop gurus out there. I would like to know how to change the colour of a single layered, single coloured gradient (foreground to transparent) image. There is nothing more to it than that other t

  • Regarding ECC 6.0

    Hi Experts, Program is exeuting syntatically fine, but, when executing its show, time exceed error in ECC 6.0 , initially it is developed in 4.6c. Please, can any one suggest this same code to incorporate in Forall entries.   SELECT abukrs aebeln beb

  • ORA-13285 again

    Why would this query result in this error? Usually it occurs when the coordinate systems for the two tables are different, but in this case there is only one spatial table, which I'm looking for overlaps within where both features meet certain criter