Induce the "fetching data" message during QBE

hi there,
my table view of the data does not provide any indication that it is working during QBE processing.
is there a way to induce an hourglass or the "fetching data" message during QBE processing?
thanks again.

Hi David,
It turned out that Oracle Support considers this 'standard behaviour' of the ADF interface.
The only workaround is to disable it by setting ORACLE_ADF_UI to False in planning properties. This works only when navigating through workspace - not on 8300 - so you can have a bit of both worlds.
Regards,
Alin

Similar Messages

  • Has anyone been able to upload an ibooks file with audio only files (m4a) in it? I keep getting the following error message during the upload in iTunes Producer: ERROR ITMS-9000: "Files of type audio/x-m4a are not allowed outside of widgets.

    Has anyone been able to upload an ibooks file with audio only files (m4a) in it? I keep getting the following error message during the upload in iTunes Producer: ERROR ITMS-9000: "Files of type audio/x-m4a are not allowed outside of widgets. then it names the file as an m4p file. Everything works beautifully on the iPad through Preview, and validates through iTunes Producer up until the attempted upload. If you've been able to accomplish this, please let me know how you prepared your audio files. Many thanks.

    Hello Fellow iBook Authors!
    Today I received the same error that you all have been discussing.  I tried selecting the DRM
    and this did not work for me, though I'm glad it did for some.  Here's what I did as a work-around. . .
    Since iBooks Author did not have a problem with Videos, I simply used one of my video programs, ScreenFlow to turn the audio into a video file m4v.  I added an image and extended the length or timing of the image to span the length of the audio file.  Then exported as an .mov.  I then opened QuickTime and opened the file and exported the file to iTunes. 
    You can use iMovie, Camtasia or any other progam that will allow you to export the audio as a movie file.  Does this make sense?  I hope this helps, at least in the short-term.
    Michael Williams

  • Tab&Fetching Data message

    Technologies Used : Jdeveloper 11.1.1.0.1 + ADF BC
    Problem Description
    - Home page contain panel spiller , First facet contain link to dynamic Region in the Second facet
    - dynamic Region has backing bean scope
    - every dynamic Regions consists of PanelTabbed
    - first tab of PanelTabbed contain table
    When running :
    - first region work correctly , i can navigate between tabs , and make transactions
    - if you try to load Second region , second dynamic region appear with PanelTabbed ,
    but message "Fetching Data" appear
    How i can fix it ?
    thanx
    Wael
    Edited by: Wael22 on Mar 16, 2009 5:21 AM

    Hi,
    sorry, but your post does not contain any hint that could be used to provide help. You describe the usecase pretty well, but apart from this there is nothing that could point to the problem. If there is no stack trace or similar then my best suggestion is to contact support and have them looking at the testcase
    Frank

  • No due items exist at the key dat Message no. F5345

    Hi Gurus
    When I try to reverse this item BOE (because payment is received) through the T-Code F-20 ,SAP gives me the below error message (u201CNo due items exist at the key dateu201D Message no. F5345) I have checked the customer line item and document is due for 31.01.20111 and  Due by date: 04.03.2011(entered F-20). So what could be th ereason fo rthis error?
    Thnaks
    Sanju

    Hi,
    If the OB86 settings are changed after the BoE document is posted then current OB86 settings are not applicable. OB86 settings available at the time of posting BoE documents are considered.
    By transaction OB86, You can define the life period of the bill of exchange.
    In your case the "Life of a bill of exchange" has the value 3 that will be added to the bill of exchange due date.
    Now if you run F-20 the field 'due by' will be 3 days after due date.
    regards
    Waman

  • Change "Fetching data" message in Table

    Hi,
    I want to display a GIF instead of showing 'Fetching data..' in table while retriving the data. Is is possible to do it in skinning?
    Thnaks,
    $N
    Edited by: Saravanakumar Nanjappan on 5-Aug-2011 7:56 AM

    the value will come from AdfDhtmlLookAndFeel._TRANSLATIONS and the key is af_table.LABEL_FETCHING
    you can change in your custom css i think

  • HT203322 Still having issues with installing Yosemite after deleting "Backups.backupdb" on the internal hard drive.  I have restarted multiple times and cannot find any other back up files, yet I still receive the same error message during installation.

    I am using a 2011 iMac on 10.6.8. I recently downloaded the Yosemite upgrade and during the installation process ran into the "this disk is used for time machine backups". I ejected the external drive I use for time machine backups and turned off time machine in the application. I then followed the instructions of the help article (OS X: Cannot install on a volume used by Time Machine for backups - Apple Support) by moving the folder "Backups.backupdb" that I was able to find on my internal hard drive to the trash. I have restarted several times after completing this process. I am still running into the same error during the installation process. I have searched the hard drive for any other backups and I cannot find any. I searched the hard drive using the command cmd-shift-g and searched for “backups.backupdb” and was unable to find any folders or files. Any other suggestions?

    I have resolved the problem - I did not actually delete the "backups.backupdb" folder, I only deleted the contents of the folder.  I must have only searched on the user account for the folder after I thought I had deleted it.  Thank you for the assistance everyone and I apologize for the inconvenience!

  • How can i stop the mobile data message i keep getting

    hi
    i keep getting the anoying message " mobile data is turned off"
    how do i stop this message

    You cannot disable that popup.
    Leave feedback here to request the feature be added: apple.com/feedback/iphone.html
    ~Lyssa

  • How to Format the fetched data from rowSetInfo?

    Hi,
    I got a scrollable rowSet to access data for
    printing manually. Now i need to format the
    data for data, currency, and...
    for example the date data in rowset is
    "2000-12-4 10:11:30" and i want to format
    it as "12/4/200".
    the formaterinfo property will do that only
    to view on screen and not in rowSet level.
    Would appreciate any help.

    Sathish,
    Thanks alot for your suggestion.
    I tried it, but my program is not going inside the if statement for some reason
    I tried it as shown below
    Object o = immediatAccess.getValuesAsObject();
    if( o instance of oracle.jbo.DomainInterface)
    Even with
    immediateAccess.getPresentationString(Locale.getDefault())
    I always get the values for the FIRST row.
    (That's the reason I was always getting '99-03-24' date which is in my first record)
    I am using JDev 3.1.1.2
    I'll download JDev3.2 and try out your second option.
    Thanks again
    I also tried getting the current row values from the ViewObject as shown below:
    ViewObject vo = applicationModule.findViewObject("View1");
    Row curr = vo.getCurrentRow();
    Object o = curr.getAttribute("BuildingId");
    System.out.println(o.toString());
    This ALWAYS takes me to the FIRST row as in the above case !!
    I don't know how can I ever get to that!
    Well, if anyone has experianced this before, please let me know.
    Thanks
    null

  • Error message during cube creation

    Hi expert,
    System show the following error message during cube creation, please info how to solve this problem. Thanks.
    Define the characteristics of the validity table for non-cumulatives
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.

    Hi,
    Go to the Extras Tab in the definition of the Cube and there select " Maintain Non-Cumulatives" and there select the Plant check box. You can also check Material but it is not recommended. Now try to activate the cube. I think it will work for you.

  • Error message during software updates

    I am constantly receiveing the following error message during software updates. This time it happened with an HP printer update, but it has happened with iTunes and Safari as well. Does anyone know what I need to do?
    The system extension “/System/Library/Extensions/GeneIOUSBCFSubclass.kext” was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update
    Thanks!

    Try using Help > Updates from one of your CS6 applications.
    When you return home, you might try uninstalling CS6 and reinstalling it again. It sounds like some stuff may have become corrupted.

  • Error messages during BC Activation.

    Hi Friends,
    I have the following warning messages during activation of BC. All the below mentioned DS are active and replicated to BI.
    Any help is appreciated.
    Installation (simulation mode) of: Transfer Rules (ISMP)                              
    Transfer rules 0ART_PLANT_ATTR RD2CLNT030                              
    Filtering fields                              
    Field AUSDT not delivered by source system -> Deleted from rule                              
    Field BEARZ not delivered by source system -> Deleted from rule                              
    Field BWSCL not delivered by source system -> Deleted from rule                              
    Field DISMM not delivered by source system -> Deleted from rule                              
    Field DISPO not delivered by source system -> Deleted from rule                              
    Field DZEIT not delivered by source system -> Deleted from rule                              
    Field EKGRP not delivered by source system -> Deleted from rule                              
    Field FEVOR not delivered by source system -> Deleted from rule                              
    Field KOKRS not delivered by source system -> Deleted from rule                         
    Field LVORM not delivered by source system -> Deleted from rule                         
    Field LZEIH not delivered by source system -> Deleted from rule                         
    Field MAABC not delivered by source system -> Deleted from rule                         
    Field MATNR not delivered by source system -> Deleted from rule                         
    Field MAXLZ not delivered by source system -> Deleted from rule                         
    Field PERIV not delivered by source system -> Deleted from rule                         
    Field PLIFZ not delivered by source system -> Deleted from rule                         
    Field PLNNR not delivered by source system -> Deleted from rule                         
    Field PLNTY not delivered by source system -> Deleted from rule                         
    Field PLVAR not delivered by source system -> Deleted from rule                         
    Field PRCTR not delivered by source system -> Deleted from rule                         
    Field RUEZT not delivered by source system -> Deleted from rule                         
    Field SERVG not delivered by source system -> Deleted from rule                         
    Field TRANZ not delivered by source system -> Deleted from rule                         
    Field VBEAZ not delivered by source system -> Deleted from rule                         
    Field WEBAZ not delivered by source system -> Deleted from rule                         
    Field WERKS not delivered by source system -> Deleted from rule                         
    Field WZEIT not delivered by source system -> Deleted from rule                         
    Transfer rules 0DISMM_ATTR RD2CLNT030                         
    Filtering fields                         
    Field DISMM not delivered by source system -> Deleted from rule                         
    Field DISVF not delivered by source system -> Deleted from rule                         
    Transfer rules 0DISMM_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Transfer rules 0MAT_PLANT_ATTR RD2CLNT030                         
    Filtering fields                         
    Field AUSDT not delivered by source system -> Deleted from rule                         
    Field BEARZ not delivered by source system -> Deleted from rule                         
    Field BWSCL not delivered by source system -> Deleted from rule                         
    Field DISMM not delivered by source system -> Deleted from rule                         
    Field DISPO not delivered by source system -> Deleted from rule                         
    Field DZEIT not delivered by source system -> Deleted from rule                         
    Field EKGRP not delivered by source system -> Deleted from rule                         
    Field FEVOR not delivered by source system -> Deleted from rule                         
    Field KOKRS not delivered by source system -> Deleted from rule                         
    Field LVORM not delivered by source system -> Deleted from rule                         
    Field LZEIH not delivered by source system -> Deleted from rule                         
    Field MAABC not delivered by source system -> Deleted from rule                         
    Field MATNR not delivered by source system -> Deleted from rule                         
    Field MAXLZ not delivered by source system -> Deleted from rule                         
    Field PERIV not delivered by source system -> Deleted from rule                         
    Field PLIFZ not delivered by source system -> Deleted from rule                         
    Field PLNNR not delivered by source system -> Deleted from rule                         
    Field PLNTY not delivered by source system -> Deleted from rule                         
    Field PRCTR not delivered by source system -> Deleted from rule                         
    Field RUEZT not delivered by source system -> Deleted from rule                         
    Field SERVG not delivered by source system -> Deleted from rule                         
    Field TRANZ not delivered by source system -> Deleted from rule                         
    Field VBEAZ not delivered by source system -> Deleted from rule                         
    Field WEBAZ not delivered by source system -> Deleted from rule                         
    Field WERKS not delivered by source system -> Deleted from rule                         
    Field WZEIT not delivered by source system -> Deleted from rule                         
    Transfer rules 0MAT_PLANT_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field KEY2 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Transfer rules 0MRP_CONTRL_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field KEY2 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTLG not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Field TXTSH not delivered by source system -> Deleted from rule                         
    Transfer rules 0PRODSCHED_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field KEY2 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTLG not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Field TXTSH not delivered by source system -> Deleted from rule                         
    Transfer rules 0PUR_GROUP_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field TXTSH not delivered by source system -> Deleted from rule                         
    Transfer rules 0RT_DEPARTM_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Transfer rules 0RT_PURCHAR_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Transfer rules 0RT_SERVLEV_TEXT RD2CLNT030                         
    Filtering fields                         
    Field KEY1 not delivered by source system -> Deleted from rule                         
    Field LANGU not delivered by source system -> Deleted from rule                         
    Field TXTMD not delivered by source system -> Deleted from rule                         
    Transfer rules 2LIS_04_P_MATNR RD2CLNT030                         
    Filtering fields                         
    Field AUFNR not delivered by source system -> Deleted from rule                         
    Field BUDAT not delivered by source system -> Deleted from rule                         
    Field BUKRS not delivered by source system -> Deleted from rule                         
    Field DFZEH not delivered by source system -> Deleted from rule                         
    Field DFZEXEH not delivered by source system -> Deleted from rule                         
    Field ERDAT not delivered by source system -> Deleted from rule                         
    Field ETRMP not delivered by source system -> Deleted from rule                         
    Field FA_GLFT not delivered by source system -> Deleted from rule                         
    Field FTRMI not delivered by source system -> Deleted from rule                         
    Field FTRMP not delivered by source system -> Deleted from rule                         
    Field FTRMS not delivered by source system -> Deleted from rule                         
    Field GETRI not delivered by source system -> Deleted from rule                         
    Field GLTRP not delivered by source system -> Deleted from rule                         
    Field GLTRS not delivered by source system -> Deleted from rule                         
    Field GSTRI not delivered by source system -> Deleted from rule                         
    Field GSTRP not delivered by source system -> Deleted from rule                         
    Field GSTRS not delivered by source system -> Deleted from rule                         
    Field IAMNG not delivered by source system -> Deleted from rule                         
    Field I_DFZ not delivered by source system -> Deleted from rule                         
    Field I_DFZ_EX not delivered by source system -> Deleted from rule                         
    Field I_DLZ not delivered by source system -> Deleted from rule                         
    Field I_DLZ_EX not delivered by source system -> Deleted from rule                         
    Field KDAUF not delivered by source system -> Deleted from rule                         
    Field KEINH not delivered by source system -> Deleted from rule                         
    Field KSUMS not delivered by source system -> Deleted from rule                         
    Field LEAD_AUFNR not delivered by source system -> Deleted from rule                         
    Field LEAD_MATNR not delivered by source system -> Deleted from rule                         
    Field LTRMI not delivered by source system -> Deleted from rule                         
    Field LTRMP not delivered by source system -> Deleted from rule                         
    Field MATNR not delivered by source system -> Deleted from rule                         
    Field MAUFNR not delivered by source system -> Deleted from rule                         
    Field MEINS not delivered by source system -> Deleted from rule                         
    Field PAMNG not delivered by source system -> Deleted from rule                         
    Field PGMNG not delivered by source system -> Deleted from rule                         
    Field PI_FREI not delivered by source system -> Deleted from rule                         
    Field PI_LIEF not delivered by source system -> Deleted from rule                         
    Field PI_STAR not delivered by source system -> Deleted from rule                         
    Field POSNR not delivered by source system -> Deleted from rule                         
    Field PSAMG not delivered by source system -> Deleted from rule                         
    Field PSMNG not delivered by source system -> Deleted from rule                         
    Field PS_FREI not delivered by source system -> Deleted from rule                         
    Field PS_LIEF not delivered by source system -> Deleted from rule                         
    Field PS_STAR not delivered by source system -> Deleted from rule                         
    Field PWERK not delivered by source system -> Deleted from rule                         
    Field P_DLZ not delivered by source system -> Deleted from rule                         
    Field ROCANCEL not delivered by source system -> Deleted from rule                         
    Field SI_FREI not delivered by source system -> Deleted from rule                         
    Field SI_LIEF not delivered by source system -> Deleted from rule                         
    Field SI_STAR not delivered by source system -> Deleted from rule                         
    Field STRMP not delivered by source system -> Deleted from rule                         
    Field S_DFZ not delivered by source system -> Deleted from rule                         
    Field S_DFZ_EX not delivered by source system -> Deleted from rule                         
    Field S_DLZ not delivered by source system -> Deleted from rule                         
    Field S_DLZ_EX not delivered by source system -> Deleted from rule                         
    Field WEMNG not delivered by source system -> Deleted from rule                         
    Field WERKS not delivered by source system -> Deleted from rule                         
    Field ZEITP not delivered by source system -> Deleted from rule                         
    Transferring the 12 objects from type ISMP took 0.0 seconds                         
    Thanks,
    VBR

    Hi,
    I do not know exactly why it happened but do the following things
    Rsa5-install the bc datasource and transfer
    and do u wat to customise customise at LBWE
    then replicate at bw here it asks thorough either transformations or infosource may be ur selected through transformations there u should map the field and object may this thing u r not done pls check as above.
    thanks
    sathish

  • HT3275 For the past several days, I have been getting this message during backups: Time Machine could not complete the back up.  The backup disk image "Volumes/Data/iMac.sparsebundle" could not be accessed (error-1).

    For the past several days, I have been getting this message during backups:
    Time Machine could not complete the back up.  The backup disk image "Volumes/Data/bhoppy2's iMac.sparsebundle" could not be accessed (error-1).  When I click on the 'help' icon on the message, it reverts to a blank page, and I cannot find anything online regarding the term 'sparsebundle.'  In addition, I cannot access previous backups any longer. 
    Help?

    See C17 in Time Machine Troubleshooting by Time Machine guru Pondini:
    http://pondini.org/TM/Troubleshooting.html

  • Error during the retrieval of the logon data store Message was Not Created

    Dear  Gurus,
                         I got this error while creating support message.
    Error in Local Message System: Error during the retrieval of the logon data store Message was Not Created
    Message no. BCOS088
    Wether this support message will be send to SAP Support or internal sap support team in an organisation.
    I  am new to SAP BASIS. Kindly explain clearly

    Paste the entires from BCOS_CUST table
    Regards
    Nick Loy

  • Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.

    Hi!
    We have 5 Exchange 2013 servers and when I’m trying to run a script that includes the cmd-let Get-MessageTrackinglog with StartDate = the first of the month and with EndDate = the end of the month I get the following error message after
    a couple of hours. The script is run on the server SERVER01 and goes through the Message Tracking logs of all Exchange servers. I have tried the script on other servers and get the same result.
    Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.
    [Server=SERVER01, TimeStamp = 918/2014 19:32:34]
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo         
    : OperationStopped: (server01.domain.com:String) [], PSRemotingTransportException
        + FullyQualifiedErrorId : JobFailure
        + PSComputerName       
    : server01.domain.com
    I have gone through “about_Remote_Troubleshooting Help topic”, but can’t find anything related to my issue. There is nothing in the Application or the Windows PowerShell log either.
    /Henrik

    Hi Henado 
    Check the time on your Exchange server(s) relative to the DCs and ensure they are in correct sync
    Use another account which is assigned the Organization Management permission and log to to the server run the command in shell and see the results
    Run 
    Add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
    Set-Adserversettings -ViewEntireForest $True and then run message tracking command and see the results
    If none of the above helps you may need to remove and re-install the WinRM and see the results
    Good Luck :)
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • How to acces the filename from Message Header during variable substitution

    Hi,
    We need to access the attribute filename from Message Header during Variable Substitution.We are able to access the following attributes of Message Header
    sender_party, sender_service, receiver_party, receiver_service, interface_name, interface_namespace,
    message_id (message ID with hyphens, for example 9fbe1ff1-9a0d-11d9-8665-cbf10a126331)
    message_id_hex (message ID in hexadecimal format, for example 9fbe1ff19a0d11d98665cbf10a126331)
    For example, if we want to specify the interface name from the message header in the target directory or in the file name scheme, we enter message:interface_name as the reference.
    In the same way i need to access the filename which we get in the Message Header(which we get in the Message Header when we check the Adaptor specific message properties and filename in sender CC).Any suggestions on the same
    Thanks and Regards,
    Bhargav
    Message was edited by:
            bhargav gundabolu
    Message was edited by:
            bhargav gundabolu

    Hi Bhargav,
    Use this UDF to retreive the file name from the Dynamic Configuration Payload in the mapping.
    getFileName(UDF) -
    > Filename(node in the target structure).
    public String getFileName(Container container)
       //write your code here
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName; 
    Create a node in the target structure top hold the filename returned by the UDF.
    Now your payload will have the filename along with the actual data.
    U can use the variable substution now as u use for the other data in the payload since the filename is now a part of your payload.
    Regards
    San

Maybe you are looking for