Webform loading too long : only 1 cpu core used out of 16 core available?

Hi,
We have one webform which is quite heavy and takes 1min30 to load :
1 minute for essbase calculation (spreadsheet extractor)
30 seconds for network & browser rendering
We have seen that Essbase is only using 1 cpu core (100% usage) out 16 core available
Does it is possible to give some calculations to other cpu core? I know it's possible for HBR rules with CALCPARALLEL but for a webform?
Thanks!
Edited by: Tipiak on 3 juil. 2012 23:06

The system has no ability to use multiple threads for one web form. It sounds as if your form is not designed for optimal performance which usually means you have a large number of total cells and/or are not using dense dimensions for your rows and columns (usually accounts/periods).
Suggest you refer to the KB article which discusses Hyperion Planning Form design at:
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=779502.1
Regards,
john A. Booth
http://www.metavero.com

Similar Messages

  • Ring Item text string too long to display all - use ellipses ?

    The width of my Ring control is not wide enough to display all characters in the Item text string.  LabVIEW simply truncates the text with no indication that additional text is present.  Is there a way to display an ellipses in such cases ?  For example :
    "Ring text string that is too long"
    that is now shown as :
    "Ring text string that i"
    could be shown as :
    "Ring text st...too long"

    A couple of suggestions:
    1.) Use property nodes to determine which strings are too long, then concatenate the strings with ellipses.
    2.) Increase the height so the text wraps.
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal

  • "Document Is Too Long" error on MX922 using feeder! My page is really long.

    I'm trying to scan a very long document through feeder. It's a vehicle sale contract. I get error "Docunemt is too long" after 4/5 of the page is scanned.
    How can I scan a long document using my scanner?
    MX922

    It is an sqlplus error..
    Did you try this?
    begin
    func_j23k_TYPE_ADD( 'coR-EXECUTION-SUCCEEDED-XLS-PDF-HTM-TXT-CSV-XML-FLF',
      'co Reporting',
       'NOT',
    end;http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4789399600346029472

  • Loading too long, and finally: "Stop script"

    Firefox loads extremely slowly. In certain cases finally shows the "Stop script / Continue script" dialog several times. After closing I get the "FF is running" and have to kill in task manager. I'm forced to use other browsers.
    Before disabling Copernik ALWAYS had the "Stop script" dialog with a mention of Copernik site. After disabling problem persists with other sites, not mentioned in any of the add ons.
    A possible solution seems to me would be to load FF without extensions. Is this possible in an easy way?
    == This happened ==
    Every time Firefox opened
    == Always extremely slow. Stop script perhaps only with google docs. Never closes. Disabled Copernik didn't help

    I had the same problem, if you have the AVG toolbar that'll be what's causeing the problem. You'll need to disable it to stop the message boxes.
    Go into tools, click add-ons, click extentions on the left and then click the disable button for the AVG toolbar/search or any other AVG extentions

  • HT4623 Ipod loading too long

    how long does it suppose to update its been an hour and the apple sign just keeps blinking..

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • My AVI will not import to PE12. They want to load as audio only. Using Windows 7.

    My AVI files will not import to Premiere Elements 12. They want to load as audio only. Currently using Windows 7.

    twswing
    Just a reminder to those reading your thread...at the onset I wrote
    There are certain .avi files with certain video compression that can be highly problematic, such as,
    AVCHD.avi
    And, we have been pursuing that line of troubleshooting by use of the conversion of the AVCHD.avi to an .mp4 file. Right now, the issue is not which method, but getting the export settings of the conversion method correct. It would appear that your conversion settings with Koyote got away from you, especially with the frame size and frame rate.
    We need to get an import whose properties match the Premiere Elements project settings, set by you or the project. Right now I am suggesting that you set the project setting manually yourself before you import your converted file, as per the how to toward the bottom of the following.
    ATR Premiere Elements Troubleshooting: PE11: Accuracy of Automatic Project Preset (New Project Dialog) Setting
    But, first the conversion...by whatever method you select, I am suggesting the following H.264.mp4 as a 4:3 file.
    Go back to the AVCHD (H.264).avi and convert it to H.264.mp4.
    Let us target for
    Frame Width 640 pixels
    Frame Height 480 pixels
    Frame Rate 29.97 frames per second
    Pixel Aspect Ratio 1.0.  (also known as Square Pixels)
    Then open Premiere Elements to the Expert workspace File Menu/New/Project and Change Settings.
    Change the project preset to
    NTSC
    FLIP
    Flip Mino and Ultra 29_97p
    Do not forget the check mark next to "Fit Content to Available Space" as you exit the new project dialog.
    Then import your converted H.264.mp4 file into Premiere Elements with Add Media/Files and Folders/Project Assets from where you drag the file to the Timeline. There should be no black borders anywhere.
    Does Koyote conversion offer the settings that I mentioned. If not, we can discuss using HandBrake which I thought might be easier and quicker to use.
    Please review and then let us decide if we are on course.
    Thanks.
    ATR

  • I get an SMTP Transient Error 501: attribute too long

    I have an email programme built using PL/SQL. It fails when the email is over 6K bytes long. It fails when the line "utl_smtp.close_data(v_connection);" is executed.
    The following message/s returned :- "SMTP Transient error: 501Attribute too long" I also receive the message "SMTP Transient error: 421 Service not available"
    Both of these error messages report against a valid emal address and don't occur if the email message is below 5K.
    The mail server will accept emails up to 10MB
    From the point of construction:
    1) I collect the necessary data
    2) I build 'The Email' (this is a CLOB)
    3) I connect to the SMTP servicer
    4) Open the connection for data
    5) Then in a loop, write the data
    6) exit the loop when all data written
    7) At the instruction "utl_smtp.close_data(v_connection);" the it all turns to tears. Giving me "SMTP Transient error: 501Attribute too long" and sometimes "SMTP Transient error: 421 Service not available"
    The programme works fine on email being only a few Kb in size.
    Can anybody suggest what the problem may be and /or a method of resolving it aside from spliting the email into smaller secting then sending each section.

    Reposted under the correct forum: I can not resolve SMTP Transient error: 501Attribute too long
    K.

  • Classpath too long

    Hello everyone,
    I use schtasks to schedule tasks on a windows system. but my command line is too long mostly because i use :
    java -cp longpath/jar1;longpath/jar2;longpath/jar3...
    Is there a way to write only once the path and then add the differents jars ?
    My command line is way beyond the 255 max required characters ..
    Thanks in advance
    Bracame

    Thank you to everyone who posted here.
    I could not go with a "SET var=myLibPah; java -cp %var%/jar1;%var% my.class.launcher" solution since each %var% is expanded to myLibPath and my problem remains.
    Anyway, in a schtasks script, I can not write Set var=myLibPtah;java -cp etc...
    I had to do in a single line change the directory of execution and execute my java class.
    So I did that :
    Schtasks /create /sc TypePlanification /tn "TheTask"
    /tr "cmd /c d:&&cd d:\myPath&& java -cp .;jar1;jar2;jar3etc myclass myparameters"
    And it works fine.
    I was lucky enough to have all my jars stucked in a single location.
    Bracame

  • Taking too long time for booting

    Hi there,
    I just bought myself an iphone 5s. . Try to get up started for the 1st time but the thing keep booting or loading too long time for endless hours. What may go wrong? Appreciate if you could help me on this.

    But payment run before due date. you are not run before due date once check it

  • Workbook Precalculation: "Message text too long:

    Good day
    I have setup the precalculation server/services and all is well except for the size of some workbooks.  I receive the following message:
    u201CThe message could not be delivered to recipient  because the message    
    text was too long. The node used supports messages up to a a length of  
    20,000,000 bytes. The message text is, however, 43,152,918 bytes long.u201D
    I have deleted the results from the workbook before precalculation and the file is zipped for email.
    Where in BW will basis have to increase the size when a workbook is precalculated and mailed?
    Thanks in advance.
    Cj

    Hi,
    Please refer this link for the same -
    Re: error  Entry is too long  is displayed for the text edit
    Regards,
    Lekha.

  • String too long exception

    hey everyone, I'm trying to modify this program so that i can use my own defined exception StringLongException in it. then after each time a string has been entered you have the choice to enter another.
    import java.util.Scanner;
    public class StringLongE
       public static void main (String[] args)
          String letters;
    StringLongException problem = new StringLongException("too long");
          Scanner scan = new Scanner (System.in);
          System.out.print ("Enter product code (XXX to quit): ");
          code = scan.nextLine();
          while (!code.equals ("XXX"))
             try
              if(letters.length > 35)
              throws problem
             catch (StringLongException exception)
                System.out.println ("Improper string length: " );
             System.out.print ("Enter product code (XXX to quit): ");
             code = scan.nextLine();
    System.out.println(letters);
    }thanks i appreicate the help

    ok, sorry guys, lets try this again....
    import java.util.Scanner;
    public class StringLong
         public static void main (String[] args) throws StringLongException
              String letters;
              StringLongException problem = new StringLongException("too long");
              Scanner scan = new Scanner (System.in);
              System.out.print ("Enter a String with the range(XXX to quit): ");
             letters = scan.nextLine();
             while (!letters.equals ("XXX"))
                try
                   if (letters.length() > 35 );              
                   throw problem;
                  catch (StringLongException exception)
                   System.out.println("STRING WAS TOO LONG PLEASE TRY ANOTHER:");
              System.out.println (letters);
              System.out.print ("Enter a String within the range(XXX to quit): ");
              letters = scan.nextLine();
              System.out.println();
         }this is the updated version

  • I have set up iphone4s with pc and ticked only required songs to transfer to Iphone and clicked apply all the iphone displays under each genre is loading. This has been going on for 12 hours. How long does it take. It only shows 6.3gb used out of 13.6eyi

    I have set up Iphone4s with my pc and ticked only required songs to sync. I clicked apply and it has been going for over 12 hours on my Iphone just displayimg loading. The capacity on my iphone shows a capacity of 6.3gb used out of 13.6 Am i doing something wrong ?

    Thanks for the replies. It took a while not hearing anything so thought I was alone. I have done many of the suggestions already. The key here is that it occurs on both phones with apps, and phones still packaged in a box.
    A Genius Bar supervisor also checked his Verizon data usage log and found the same 6 hour incremental use. Suprisingly, he did not express much intrigue over that. Maybe he did, but did not show it.
    I think the 6 hour incremental usage is the main issue here. I spoke with Verizon (again) and they confirmed that all they do is log exactly when the phone connected to the tower and used data. The time it records is when the usage started. I also found out that the time recorded is GMT.
    What is using data, unsolicited, every 6 hours?
    Why does it change?
    Why does it only happen on the iPhone 5 series and not the 4?
    Since no one from Apple seems to be chiming in on this, and I have not received the promised calls from Apple tech support that the Genius Bar staff said I was suppose to receive, it is starting to feel like something is being swept under the rug.
    I woke up the other day with another thought ... What application would use such large amounts of data? Well ... music, video, sound and pictures of course. Well ... what would someone set automatically that is of any use to them? hmmm ... video, pictures, sound. Is the iPhone 5 succeptible to snooping? Can an app be buried in the IOS that automatically turns on video and sound recording, and send it somewhere ... every 6 hours? Chilling. I noted that the smallest data usage is during the night when nothing is going on, then it peaks during the day. The Genius Bar tech and I looked at each other when I drew this sine wave graph on the log print outs during an appointment ...

  • Plugin container exe uses half of the cpu and that heats the motherboard, cores. some times temperature in motherboard is about 90 degree which is unacceptable. it is like that even only one page or tab is open. regards

    computer features(hp pavilion dv5)
    intel centrino2 inside
    2.26 hz,
    4gb of ram,

    Ive downgraded from FF4 to 3.6 at this point. The CPU usage is out of control on OS X.

  • [SOLVED] initramfs takes too long to load

    Using systemd-analyze I found out that initramfs takes too long to load:
    463ms (kernel) + 11875ms (initramfs) + 6014ms (userspace) = 18353ms
    My HOOKS array in mkinitcpio.conf is the following:
    HOOKS="base udev autodetect modconf block encrypt lvm2 filesystems usbinput fsck"
    I suspect that the long loading time of initramfs is caused by partitions decryption (I am using dm-crypt / LUKS on top of LVM).
    Is there any tool that can report loading times of HOOKS seperately, just like systemd-analyze plot does for userspace?
    Last edited by nasosnik (2013-01-21 14:45:28)

    cfr wrote:
    In what sense is it "too long"?
    I'm just wondering: suppose that you find out that it is because you are using encryption. Would you then switch to a non-encrypted system? Would you make better use of the extra seconds you might save on those rare occasions when you reboot? Even if you reboot twice a day, you might save what? Suppose you would even save 5s per boot. That will give you a whole extra 1 minute and 10 seconds a week. Assuming you don't multitask. Obviously if you multitask, the gain will be less. Would that make it worth risking the security of your data?
    EDIT: I didn't mean this to sound as confrontational as it does now I read it back. It just always puzzles me that people are so concerned about shaving a few milliseconds here and there. I always hope that they put the time they save to good use but then I realise that the time they spent shaving the milliseconds off will obviously outstrip the time saved.
    I really don't care about the boot time because of the reasons you have already mentioned. I just want to figure out if there is any misconfiguration. I am just investigating why initramfs takes significant longer to load compared with my desktop Arch installation (non-encrypted) 1316ms for initramfs. My desktop has a Pentium 4 CPU and laptop has a quad-core i7.
    roentgen wrote:11875ms (initramfs)  means the time it takes you to type the password.
    systemd-analyze is not counting the time is spent to type the password.

  • Interactive forms takes too long to load - sometimes crashes reader.

    Hi Gurus,
    I'm just wondering if anyone have this problem?
    I just configured ADS and created a sample WD program to display an interactive form, the form is not complex, only 2 text fields and an image.
    But when I deploy or run the program, the interactive form container hangs and take very long to process before displaying.
    After I save the PDF file to a local drive, when I try to open it, it will take very long and sometimes crash my system.
    Even when I click on "PDF Preview" to view the form in NWDS it take very long too.
    At first I thought it could be due to my system and I open downloaded PDF file on other PCs, but the problem occurs too in those PCs.
    Using Acrobat Reader 8.1.2, then downgraded to 8.1.1, still no avail.
    Everytime I open the PDF or WD loads the PDF, when I check the Task Manager the process of AcroRdr32 will hog the system processes and use up the memory. I have no problems with other PDF files, only those generated by the WD application gives problems.
    Someone hit the same problem? Any advise? Could it be the ACF or Adobe lifecycle issues?
    Please help. Thanks for all answers.
    Best Regards,
    Jansen

    Hi Jansen,
    If you are using Adobe Reader 8.1.* or above and activex controls in your form, you need to install the latest version of ACF and that will resolve the issue. And do remember to uninstall your old version of Adobe Reader first and then install Reader 8.1.* freshly and after installing it proceed with ACF installation. You have to follow the sequence.
    For ACF installation you may read  Note 766191 - Active Component Framework Installation.
    ACF Installable:
    https://sapmats-de.sap-ag.de/download/download.cgi?id=F9RUZ3Q7TERUBSMHSXWT3UMEM59IJYIPA931VQD32A1UNAKZ6B
    Do reward points if found helpful.
    Regards,
    Arafat

Maybe you are looking for