Table never gets populated inside popup window on customer's site

I'm working on application in ADF (ADF BC, ADF Faces) with JDeveloper 11.1.1.4 (application deployed on customer's site in Weblogic Server 10.3.6)
and in one page I'm having a button behind which is a code to execute a query against a table whose data is going to be shown in popup window.
Query limits the number of records to be shown to 100 (in query: rownum <= 100).
In my development environment this works fine, but there is a problem on customer's site.
For the query to execute it takes about 20 seconds at the site of customer. After that in backing bean there is a code to show popup.
In the page - popup starts showing (it means that query ended) but never fetching data in the table (all the time there is a message - "Fetching data" like framework is retrieving it but nothing happens).
I have tested a query in SQL*plus - it returns data.
I couldn't find out what is the reason for such behaviour.
Do you have any suggestions what to try?
Thanks,
Nebojsa

I've found the reason for not populating table in popup.
Although there is a limitation to the number of rows displayed in table in the form of additional where clause: "rownum <=n" this part of where clause is added to the VO in overridden method: executeQueryForCollection.
Before executing this method framework is executing: getEstimatedRowCount which when executed for the first time through method getQueryHitCount executes a query against the database (select count(1) from... without my rowum <=n which is added to the query afterwards in above mentioned method executeQueryForCollection).
My question is: if I don't want to add rownum <= n at design-time, where it would be the best place to add it to the query so to avoid above described situation and to have that rownum <= n in place for the count query as well?
Nebojsa

Similar Messages

  • Embeding Regions inside Popup Windows-Pattern

    Hi folks,
    i'm trying to build a prototype using the "Embeding Regions inside Popup Windows"-Pattern.
    I've got one emp-VO on a jspx page and a popup displaying the same VO as read-only table in a region created from a fragment.
    The popup should be used to choose a employee that could be edited on the underlying formular.
    The problem:
    When the popup opens only the header of the table and the text "Daten werden übertragen" (Fetching data) is displayed.
    But data is never displayed.
    Does somebody know what's going on?
    Thanks!

    Hi,
    if you use a dynamic region for this, make sure the managed bean that switches between the empty task Flow id and the Task Flow to show is neither in backingBeanScope, nor in request scope. It should be at least in viewScope.
    Frank

  • How can I get itunes to download on my PC. I just got an ipod classic for Christmas and can not get Itunes to download. Website goes to downloaded page but i never get a downloading popup. I even turned off my popup blocker.

    How can I get itunes to download on my PC. I just got an ipod classic for Christmas and can not get Itunes to download. Website goes to downloaded page but i never get a downloading popup. I even turned off my popup blocker.

    Make an appointment at the genius bar.
    If you went without an appointment, then it would make sense that you could be turned away.

  • Blocking a table from getting populated

    Hi All,
    Anybody knows about How to block a table from getting populated at the time of executing a Transaction?. If i execute MM01 transaction I want to block the table MARC only from the population. Is it possible? If possible, please let me know.
    Regards

    hi ,
    One way is that functional guy change the configuration through which we can restrict entry in any table.
    Secondly,   find an enchancemet through which u can delete particular entry before populating the table.

  • How the Feature Variables Table BEFM_FV get populated in CRM Billing Eng?

    Hello Expert,
    Can you please tell me how the Feature Variables Table BEFM_FV get populated in CRM Billing Enge(BEFN)?
    We need to change the value of CANCEL_COPY_TYPE variable there. Please help.
    - FInd out the way to maintain this table from Billing Engine Frame(BEFN) Meta Data Entry.
    Edited by: Palash Dutta on Apr 25, 2011 4:10 PM

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • Scrollbar inside Popup Window

    Hi Experts,
    I have created a popup window with a table inside that. Data is getting populated from BAPI into this table.
    Please tell me the procedure for creating a scrollbar inside the table.
    Thanks.

    Hi
    No need to  create scrollbar inside the table fro popup or any element It will introduce whenever it required.
    Just set the number of rows for table 5 ,10  etc Once data from BAPI/RFC will more than this number scroller
    will comes automatically.
    Best Regards
    Satish Kumar

  • How to create a button to get File Open popup window and select a file

    Hi,
    I have an applet that contains Browse button. When user clicks on that, a File Open popup window should be displayed to enable user to select the input file. This file path should be given back as parameter.
    How to do this? I have tried using LoadFileData but not able to get the desired result.
    Any pointers would be helpful.
    Thanks,
    Lalitha Dandibotla

    Do you need only the path or also the file back into Siebel?
    If you need both, the have a look at any attachment applet, that will give you a good start.
    Are you using Siebel in High Interactivity (HI) Mode or Standard Interactivity (SI) Mode?
    If you are in SI Mode have a look at the html type
    <input type="file">
    http://www.w3.org/TR/html401/interact/forms.html#h-17.4
    Axel

  • Table not getting populated

    hi
    i tried this
    [code]
    DECLARE
    v_Counter number := 1019381;
    BEGIN
    WHILE v_Counter <= 969 LOOP
    INSERT INTO tdn3 (PCVR_SYS_ID,pcvr_pol_sys_id,pcvr_code,PCVR_SI_CURR_CODE) VALUES (v_Counter,1,6007,001);
    v_Counter := v_Counter + 1;
    END LOOP;
    END;
    COMMIT
    [/code]
    could anybody guide me as to why the table tdn35 isnt getting populated.
    thanking in advance

    hi
    i had that figured out   after posting but almost at the same time got another issue
    DECLARE
    v_Counter number := 1019381;
    BEGIN
    WHILE v_Counter <= 1020350 LOOP
    INSERT INTO tdn3 (PCVR_SYS_ID,pcvr_pol_sys_id,pcvr_code,PCVR_SI_CURR_CODE) VALUES (v_Counter,1,6007,'001');
    v_Counter := v_Counter + 1;
    END LOOP;
    END;
    COMMIT
    i want to populate the column pcvr_pol_sys_id of table tdn3 with data of column pcvr_pol_sys_id of table dn3
    only here tdn3.pcvr_code=6007
    i tried
    update tdn3 s
       set s.PCVR_POL_SYS_ID = (select e.PCVR_POL_SYS_ID
                      from dn3 e
                      where
                        e.pcvr_si_curr_code = s.pcvr_si_curr_code
                        and rownum < 2
    where s.pcvr_code in (6007)
    tdn3 structure
    pcvr_pol_sys_id    pcvr_code
          1                     6007
          1                     6007
          1                     6007
          45465               6001
         6789                 6001
          6868                6001
       table dn3  
    pcvr_pol_sys_id                pcvr_code
        45465                            6001
        6789                              6001
       6868                               6001
    kindly guide
    thanking in advance
    cheers
    Lincy

  • I just got a new computer with Win 8.1 and everytime I open firefox I get dozens of popup windows.

    I turned this popup option off in the options. Why is this happening? They are all over the screen, some little popup windows and other are full size Firefox. It's driving me nuts. It doesn't happen when I use Chrome. But I don't like Chrome. I'm on Firefox 31.0

    I suspect a bad add-on. Since add-ons often are installed externally to Firefox, I suggest starting here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    Then, in Firefox, open the '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Finally, you can "mop up" remaining issues with the scanning/cleaning tools suggested in this support article: [[Troubleshoot Firefox issues caused by malware]].
    Does that clear it up?

  • I get a blank popup window when clicking a link in some websites. I used to get info in the popup.

    I updated to FF 3.6 in early December. Since then there are some regular sites I visit that display a blank page when I click a link that used to have a popup window with the information.

    I do not see the Adobe Reader (PDF) plugin listed with your original question. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    Try the following:
    #Close all Firefox windows, File > Exit
    #Click (Windows) Start > All Programs (or Programs) > Adobe Reader (Adobe Reader will open)
    #On the Adobe Reader menu, click Edit > Preferences > Internet
    #Under Web Browser Options, check the "Display PDF in browser" box
    #Click OK. Close Adobe Reader
    #Restart Firefox and test
    Also, check your settings for PDF Content type in Tools > Options > Applications (I know you said you have already done this, but check it again after doing the above). See:
    *http://support.mozilla.com/en-US/kb/Managing+file+types
    *http://kb.mozillazine.org/File_types_and_download_actions

  • I get a pop up window when leaving a site asking if I am sure I want to leave, the only way to get out is kill Firefox in task mgr but FF restarts the lockup

    On some sites I get a pop up window asking if I am sure I want to leave the site. The only option is to click on the pop up, nothing else works you cannot use back or even shutdown FF. I have to shut down with task manager, but when I restart FF it goes back to the locked up page.

    If you want to change how Firefox starts up after a crash, you have the option to have Firefox show a list of windows and tabs. Then you can deselect the tab you do not want opened again. Here's how to change the setting:
    (A) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (B) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
    (C) Double-click the '''browser.sessionstore.max_resumed_crashes''' preference and enter 0 (that's a zero) and click OK.
    Note: Please don't customize any other sessionstore preferences to zero, or you might lose the ability to recover your closed windows and tabs.

  • Command Link inside table to external website in popup window

    Hi,
    I am trying to have a command link inside a table which is on the tables id. I know that if I have control of the destination page I can use setCurrentRowKeyValue. However I do not have control of the external website. So I cannot add it into my faces-config.xml file? I have tried putting a GoLink and a GoButton but I get the following Illegal character in fragment error, when I put my destination URL in. An example of the format the URL is:
    http://www.bbc.co.uk/radio?&music=#{row.PrimaryKey}&adf=123
    Where I am adding in #{row.PrimaryKey} which is the Id of the row. I would like to have the new page opened into a pop up window if this is possible.
    I am not sure if this can be done in the backing bean or whether my approach is the correct one?
    Many Thanks
    Steve

    something like...
    <af:goLink text="#{row.PrimaryKey}"
               destination="http://www.bbc.co.uk/radio?&amp;music=#{row.PrimaryKey}&amp;adf=123"
               targetFrame="_blank"/>Regards,
    Neeraj

  • Can't get rid of Popup windows on startup looking for "HP product assistant disk"

    -HP Officejet 4500 Wireless All-in-One
    -Windows 7 Home Premium - 64 Bit
    Everytime I start up my SONY Vaio laptop  I get three windows that say "the feature you are trying to use is on a CD-ROM or other removeable disk that is not available".  Its asks for a destination and says "insert HP product assistant disk and click ok".  I installed this printer over a year ago with no problems and have been suddenly getting this "error".
    I do not have this disk and my solutions center states the program and device has the newest updates and drivers installed.  
    Help/.

    Hey dakota343,
    I noticed your post(s) about the popup you are seeing when you start your laptop. I have taken note of the message and researched it and have found a help guide for you to follow. I hope this helps clear up the message for you.
    'The feature you are trying to use is on a disk that is not available' or a Similar Message Displays...
    If you have any other questions, concerns or comments, feel free to write me back!
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • When i open firefox after restarting the pc i get a 2nd popup window, which I need to close manually. Why??

    When starting my pc up and opening firefox for the first time, I always get a second window. which despite no menu or header behaves like a second instance of firefox. (not a tab). I have done searches, got add blockers on and removed all malware from my pc using kaspersky latest edition and databases.
    HELP! I don't know where to go next.....

    What is on this second window?
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I have tried to download firefox 5 times and I never get a toolbar on windows 7.

    I have downloaded firefox from the official site several times but when I open the download it does not have a toolbar on top and no back or forward arrows . When I am on a site, if I look at a picture or individual story there is no way to return to the main page. This is using windows 7 and I have plenty of available space.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    You get the orange Firefox menu button when the menu bar is hidden.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    See also:
    *https://support.mozilla.org/kb/how-do-i-get-firefox-button
    *https://support.mozilla.org/kb/Menu+bar+is+missing
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *check that "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *if "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette into the Customize window to the Bookmarks Toolbar
    *if missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar setup

Maybe you are looking for

  • I have this problem, There was an error in the App Store. Please try again later. (null)  Any idea how to fix this?

    I have this problem with the APP store.  There was an error in the App Store. Please try again later. (null)  Any idea as to how to fix this?

  • BRF+: No context assigned to DB Lookup

    Hello expert, I am trying to create a BRF+ routing rule but I am facing since hour a problem. I am refering to http://scn.sap.com/thread/3324445 When trying to create rules I got the message: No context assigned to DB Lookup 'Z_GET_ROLEID' yet. Query

  • UNDEFINED SQLCXT ERROR(PRO*C)

    제품 : PRECOMPILERS 작성날짜 : 1997-12-01 SQLCXT symbol not found 시는 다음처럼 처리 한다. 1) path 와 LD_LIBRARY_PATH 가 제대로 setting 되어있는지를 check 한다. 2)$ORACLE_HOME/lib 아래 libsql.a 가 있는지를 확인후 ?/precomp/env_precomp.mk 에서 다음처럼 수정한다. #LLIBSQL=-lsql add new line: LLIBSQL=

  • Smart Array P400 and 516814-B21

    Smart Array P400 in Slot 6 Bus Interface: PCI Slot: 6 Serial Number:[Personal Information Removed] Cache Serial Number:[Personal Information Removed] RAID 6 (ADG) Status: Enabled Controller Status: OK Hardware Revision: D Firmware Version: 7.24 Rebui

  • How can I get involved with teaching SAP BI at a University

    I have been working on SAP BI for about 8 years and have good ideas on where it can add value to companies. How can I go about teaching it at a university?