Slow script warning when prompt choice list has more than 100 elements

Hi,
Has anyone experienced this issue in Internet Explorer version 7 and above? If the prompt has more than 100 elements (my current use-case), the prompt does not get rendered and I get the slow/busy script warning in Internet Explorer. I have not experienced this in Firefox or Chrome.
Any help is appreciated
OBIEE 11.1.1.5

Thanks you, friends!
That to resolve my issue, i made next things:
1) turn off a limit items for my list
2) used SPQuery.ListItemCollectionPosition
property,
3) and corrected little mistake in my CAML Query.
May be a punkt #2 will be enough, don't you :)
from MSDN forum...

Similar Messages

  • How to map when the Context node has more than one element

    Dear SDN Community,
      I am develping a WebDynpro java application with Adobe forms. My goal is to present a user a screen with 10 records of customer details and submit. I have created a context element for the customer(Cust#, address details etc) and mentioned the cardinality as 1..n. Now How do I bind these 10 records in my data view to first element, second element... 10th element of the context. Once the user submits, I need to write the 10 record values to Z table. Can you please advice me here.
    Thanks!
    Surya.

    solved this problem by going through the Interactive forms tutorial.

  • Dynamic Calc member has more than 100 children

    In my db, I've a dynamic calc member, in say hierarchy Accounts, that has more than 100 members under it (children).
    I'm using MaxL scripts to update the Accounts hierarchy i.e. adding new members, tagging UDA's etc.
    However, the MaxL command is erroring out with a Network Error: Cannot Recieve/Send data. I understand if I try doing the update via
    EAS and try to save the outline, it gives me the more than 100 children warning but still allows me to save it but via MaxL I cannot force
    it to do so.
    This is just a warning and shouldn't MaxL still save the outline? Is there something else that am missing or is there any solution for this issue.
    This is a Sparse dimension. More members will be added to the hierarchy monthly, thereby not reducing the count below hundred.
    Any help/advise is much appreciated. Thanks.
    @deepak

    I am envisioning an entire sparse Accounts dimension with all of the upper levels dynamic. If it is like most accounts dimensions I have seen it has a lot of level zero members and a lot of parent rollups. looking at top level members could be very slow (relative to if they were calculated or dense). We have all done interesting things in our cubes to gain some performance measure trading off calculation and retrieval performance. Doing something like this is an area where a testing is crital

  • How: can i get a specificated item from a list with more than 100.000 items

    Hi,
    i have a very large list and i got always an exception that the list has more than 5000 items and cant query!! But in the default list view i can see, order and filter all items. So how can i do this by c#?

    Hi,
    According to your description, my understanding is that you want to get a specific list item form a list which with more than 100000 items using C#.
    I suggest you can use CAML Query with some condition and set Row Limit to specify the number of items to return.
    Here is a detailed code demo for your reference:
    Client Object Model Access Large Lists/Overcome ListView Threshold while accessing large list
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Problem with closing other firefox windows when window in use has more than 1 tab open

    If I have multiple firefox windows open, and the one that I am using has more than one tab open, when I try to close one of the windows that I am not using by hovering over the firefox icon on the taskbar, then clicking the cross on the other windows, a message appears asking me if I want to close a window with more than one tab open. This means that firefox is trying to close the window that I'm using, not the one I'm trying to close. Please note this only happens when I hover over the icon on the taskbar then click the cross for the window I want to close. If I open the window properly, then click the cross on the window itself, it works fine.
    Just wanted to know if anyone else has this problem, and if they do, then mozilla should probably fix it in their next update, it's getting really annoying now

    I can't find a bug on file for this on https://bugzilla.mozilla.org/ (although there are many taskbar-related issues under review).
    (1) Just to confirm, do you both have "Show tab previews in the Windows taskbar" turned off here:
    orange Firefox button (or Tools menu) > Options > Tabs
    (2) Have you tried disabling Firefox use of hardware graphics acceleration?
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, do you notice any changes?

  • List with more than 1000 elements

    I'm trying to use this query:
    select *
    from street
    where street_cod in ('street_code_list')
    It working well when the 'street_code_list' has less than 1000 codes but it fails when it have more, with a message that says that a list can't have more than 1000 elements. How can I fix this problem? Can I use any other kind of object to store my list?
    I'm querying the database in ColdFusion using ODBC.
    Thank you in advance,
    Rui

    Another thing to consider doing is simply creating a "list table" which would contain your list elements and allow you to do a
    SELECT X
    FROM Y
    WHERE X IN (SELECT X
    FROM Z)
    type query.
    I don't know where you are getting your list from, but if it is persistant (i.e, doesn't change with every program run) this is certainly a viable option (and may be usable even if the list does change every run).
    If this is being executed in PL/SQL (or some other procedural language) you could also just loop through your list: execute the query with the first 1000 list elements and do your processing, then the next, and so on. Of course, to some extent this depends on your processing, but if you need the entire result set before you can process it, then you could store the individual result sets in a PL/SQL table or an array (if you are using Pro*C or whatever) and then process when the PL/SQL table/array was fully populated.

  • Picklist does not work if list has more than 255 records.

    I'm tring to use the picklist class in picklist.pll, the library
    that come with Developer2000. Picklist class is demostrated in
    one of the Developer2000 demos. This picklist class allows you
    to select and move record(s) from one list to another. Picklist
    only works if list has 255 records or less and the list property
    sheet does not allows me to set number of records > 255
    I'm wondering if anyone ran into this problem before and found a
    work around.
    Thanks in advance,
    kl.
    null

    Kevin Lai (guest) wrote:
    : I'm tring to use the picklist class in picklist.pll, the
    library
    : that come with Developer2000. Picklist class is demostrated
    in
    : one of the Developer2000 demos. This picklist class allows
    you
    : to select and move record(s) from one list to another.
    Picklist
    : only works if list has 255 records or less and the list
    property
    : sheet does not allows me to set number of records > 255
    : I'm wondering if anyone ran into this problem before and found
    a
    : work around.
    : Thanks in advance,
    : kl.
    Hi Kevin,
    Yeah I know what the problem is. It is all to do with a forms
    limitation re scrolling views. The limitations are:
    - The fields in the picklist are displayed on one canvas, whose
    canvas size is greater than the view size, hence you get the
    scroll bar. The canvas contains a block with 255 records
    displayed, but no block scroll bar, hence you cannot scroll the
    block and 255 is the max.
    - With block scroll bars you can display an unlimited number of
    records (obviously), but you cannot resize the view, since the
    scroll bar is attached to the block, and there are no
    set_block_properties that allow you to change the size of the
    scroll bar dynamically
    What is needed is a combination of the two.
    What you will find is that most of the demos are pretty crap,
    and can't really be used for production instances.
    Anyway, the good news is that I have implemented a really sexy
    picklist and will send it to you if you mail me your E-Mail.
    Regards Steve
    null

  • SSAS Tabular slow (full) processing when server is up for more than a day

    Setup: SQL 2014 CU3. Machine with 2 physical CPUs and 384GB of RAM. Windows 2012R2.
    96GB allocated to SQL Server, rest allocated to Vertipaq/Tabular.
    Problem: after a restart of Analysis Services (Tabular), processing time for full processing is fine. Processing of the main table runs with 145000 rows/sec for one cube, and 60000 rows/sec for the other.
    After a day of uptime, full processing is slower by a factor of 2-3. For the second cube, performance stays at a low ~ 18000 rows/sec for subsequent full processing.
    Performance counter says "memory Limit Vertipaq KB" ~ 280GB, "while memory usage KB" ~ 63GB. There should be plenty of free memory.
    SQL Queries for the tabular data are fine and extremely simple and high performance.
    I can reproduce the effect at will.
    Is this a known bug?

    Please try to clear the cache and check if this issue is persists or not.
    http://msdn.microsoft.com/en-IN/library/hh230974.aspx
    Besides, here are some links about tabular memory setting, please refer to the links below.
    http://www.sqlbi.com/articles/memory-settings-in-tabular-instances-of-analysis-services/
    http://www.sqlbi.com/articles/memory-settings-in-tabular-instances-of-analysis-services/

  • Liquify shows jagged image when liquifying at more than 100%

    Hello
    Well, that`s the problem. I recently changed my video card and liquify started working a different way. The video card I have now is ATI RADEON HD 5850 DDR5, 1gb. And the computer I have is:
    QuadCore Intel Core i7 920, 2800 MHz (21 x 133)
    Motherboard: DX58SO (1 PCI, 1 PCI-E x4, 2 PCI-E x16, 4 DDR3 DIMM, Audio, Gigabit LAN, IEEE-1394)
    RAM: 6 GB DDR3-1333 DDR3 SDRAM
    Video Card: ATI Radeon HD 5800 Series (1024 MB)
    Hard Drive: 1TB western digital, 4 partitions, 73gb free space in total and 13gb free on C Drive.
    Windows 7 ultimate 64 bit.
    Photoshop CS6.
    This are the things that happened after installing the new Video Card:
    - I used to work with the PUSH LEFT tool on Brush Pressure 1. Now, to achieve the same effect (the same kind of pressure), I have to use a higher number, like 6 o 7.
    - When liquifying the image at more than 100%, the image gets jagged. I can't do any precise work like this, because I'm not seeing the image correctly, the pixels are shifted, the lines jagged. If I go back to 100% the image looks normal again.
    I already tryied on the Preference panel to change the options of the video card but the problem persists. The way I have it set up now is this:
    I need to do some precise works on small areas of the image so this is quie a problem for me. Any suggestions, ideas?
    THANKS A LOT IN ADVANCE!
    Margaret.

    Could you please post a screenshot to illustrate the issue?
    What is the GPU driver?

  • Slow script error when opening websites

    I'm getting a slow script error when opening websites

    Safari > Preferences > Advanced > Show Develop menu in menu bar
    Safari > Develop > Disable Runaway JavaScript Timer

  • Lumia 520 SMS- when a contact has more than one nu...

    Hi- when calling a contact who has more than one phone number it is easy to choose which of the numbers for that contact to use, but when sending SMS there is no option to choose. How does the SMS system decide which of the available numbers to use?
    Solved!
    Go to Solution.

    If I do the following steps: Messaging > + >To + > Select contact > I see all numbers listed for the contact.
    If I do instead: People > Contact > SMS, the number entered as "mobile" is selected by default. If you want to change it to "mobile2", you need to go: ... > switch number and select from there.

  • Auto creation of child requests when parent request has more than one group

    Hi,
    I have created a request dataset which has a child form for AD Group. While raising a request, if I add more than one group, how to process the approval flow. Because I will be having different different approvers for different different groups. Is there any way to create child requests automatically when we submit a request with more than one group? I am using OIM 11.1.1.5.0.
    I know in OIM 11g, whenever user raises request for more than one beneficiary/target-resource then OIM breaks that request into Child Requests. But this is not happening when I add more than one group in the same resource. Do I need to write my own code for DataValidator to split parent request into child requests upon validating child form? If so, is it going to impact the existing feature which is creating child request when parent has more than one user/resource.
    Please let me know.

    No not possible OOTB in current version. Check {thread:id=2318652} for more information.
    -Bikash

  • I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

  • How can I see more than 100 users when adding users to a node?

    When adding new users through the User Management interface, only the
    first 100 entries are listed. How do I increase the number of entries
    so I can see the next hundred (or more) users? Is this done via the server
    configuration parameter maxsearchresult?
    <P>
    The GUI Add User to Node option was meant for infrequent adds in smaller
    environments. In large deployments (more than 100 user adds at a time), you
    should be using the command line script "unidsattach". See the Administrators
    Guide for more details on the command.
    <p>
    The parameter, maxsearchresult, is meant to limit the number of users that can
    be returned on a search request by the calendar client. For example, if you have
    1000's of calendar users and someone tries to search for all of them, this
    parameter will make sure that the user is not left waiting a long time for
    results.

    In Settings > Notification Center, try turning "on" all the six buttons under "Today View".  Also turn "on" the top two buttons under "Access on Lock Screen".  Doing that should show you "Tomorrow" at the bottom of Noticiation Center.

  • How to print a graph in which internal table has more than 32 entries?

    hiii experts
    i am trying to make a line graph using 'gfw_pres_show' function module.
    but in report internal table has more than 32 entries
    so how can i print a graph having more than 32 entries?

    Hi ricky_lv,
    According to your description, there is main report and subreport in it, when the subreport spans across multiple pages, you want to show column headers on each page. If that is the case, we can set column headers visible while scrolling in main report.
    For detail information, please refer to the following steps:
    In design mode, click the small drop down arrow next to Column Groups and select Advanced Mode.
    Go to your Row Groups pane, click on the first static member.
    In properties grid, set FixData to True.
    Set RepeatOnNextPage to True.
    Here is a relevant thread you can reference:
    https://social.technet.microsoft.com/Forums/en-US/e1f67cec-8fa3-4c5d-86ba-28b57fc4a211/keep-header-rows-visible-while-scrolling?forum=sqlreportingservi
    The following screenshots are for your reference:
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

Maybe you are looking for

  • Bridge CC lost all Plugins incl. Photoshop Scripts after uninstalling Photoshop CC.

    Reinstallation of Bridge CC brings no solution. It is the same Probleme like in this Post: https://forums.adobe.com/thread/1502288 Also Capture One Pro 7 cant use his Scripts for Merge Images in Photoshop CC 2014. Please let me know when the bug is f

  • Broadcast - ERROR max no of 100 conversations exceeded

    We've scheduled 3 reports to email PDF's to approx 400 users but the BEx broadcaster only managed to send out about 80 emails. in the various logs and traces I can see and error that states "ERROR max no of 100 conversations exceeded". I can find var

  • Local ref garbage collection within "nested" JNI calls

    I am using a JVM started in C++ to make calls to java classes. The C++ code makes JNI call into the JVM which instantiates a java class. The java class, in the course of execution, makes other JNI calls. All this happens on one thread of execution. W

  • Converting sql to procedure

    Hi experts, I was using the below query in my asp.net page and it is working fine.while i was browsing the internet i stumlbed on the sql injection article and i got so panic and try to convert my existing sql to procedure to avoid sql injection and

  • Update Rule 8ZCDSDS03 and 80CDS_DS07 for data mart

    Hello Guru´s My proble is this 8ZCDSDS03 Update rules to Data marts for cube 0SD_C03 80CDS_DS07 Update rules to Data marts for cube 0SD_C11 are in gray i don´t know why. do you have and explanation or a solution for that. whit best regards agt