Create a block on sparse request problem

I have a very sparse planning with a few scripts application complex calc to calculate data. There is no data transfer, create just the data calculation logic. In any case, Essbase does not store the result of the calculation, unless a block is created. My problem is when I put the script "CREATEONMISSINGBLK;" the script takes forever to run and does not appear within a reasonable time. When I put on, the data is not stored unless I load values zero to create the block. The problem with this approach is that I can't anticipate all the potential blocks that users will want to calculate data against. So I find that data are "missing" in the missing block after I executed the script, which is not a good process. Anyone know if there is a better way to deal with this issue with the creation of block on a dimension very very sparse 11 planning application?

It's never easy, and it seems you have a very large planning application. Creating block gets more hard/more long plus the number of blocks. This is a good reason to keep the small applications, even if it means building several to create 'a solution '.

I support the recommendation to post your script.

Michael

Tags: Business Intelligence

Similar Questions

  • Create process failed code 740 requested operation requires an elevation

    After installing the trial version Everest (material ID software), I get this message "create prosess failed code 740 requested operation requires a rise." This was followed by a crash after x'ing out.  Funny things are gone. Mouse came out the other day (possibly not related), yesterday lost keyboard driver. Then downloaded regcure and all the he'll is unleashed. I have Mcafee dumped (which was), installed and run AVG and one - quared and found nothing. I also run Microsoft malicious software last week and found nothing. last night when I was trying to get rid of regcure - which I downloaded from the site of microsoft in connection, it would pile up a hundred windows on my screen and then told me that he was no longer at the location. I don't know where he is. . I know it's a lot of things, but just try to ask for one. I'm afraid that I'm digging deeper.

    The Everest product is certified for Windows 7? I note on their web page to claim "BOLD", it adapts to all versions of Windows, I tend to doubt since Windows 7 places many restrictions on software, especially when it comes to probe the material. I would like to use the system restore to return Windows to a point before the installation of Everest.
    _________________________
    ID #0211. If this answer was helpful, you can vote by clicking on the green triangle. If it solves the problem, click 'propose as answer. Thank you.

  • I need to create a block history of revision for my schematic drawings

    I tried to use the title block Editor to make a list of the revision history block, but I can't get away from the structure of the cartridge with its types of fields forced, etc..

    Is there a way to create a block of revision history? Thank you very much, Tod

    Hi Tod,

    Right-click your title block, and then select change symbol/cartridge to open the title blocks editor. Here's a screenshot for reference:

    We will begin by drawing the borders. The blue circle shows the limit of resizing area. Click here to change the size of the area where you want to draw the cartridge.

    Now place the headers (green circle): click on the text icon in the toolbar, type REV1, etc..

    Finally, place the custom fields (red circle), this is the info that you can modify when you double-click the title block. To enter in these select fields fields > Custom Field 1, 2, etc.

    Close the title block Editor, double-click on the title block and enter the information for your custom fields.

    I've also attached the title block I created.

    I hope this helps.

    Fernando

  • MultiTaskFlow liaison: Hi I have a main application and several sub these i added to my resources and using their taskFlows applications in my main application by creating the multitaskFlow binding. My problem is that how can get us currently rendered you

    Hi, I have a main application and many applications these i have added to my resource and using their taskFlows in my main application by creating the multitaskFlow binding. My problem is that how can currently get us renderings taskFlow Id link MultiTaskFlow running through an action created in our main application. Please explain if we can.

    Hello

    Try to remove the af: group in the facet of the toolbar or use this code in your bean.

    UIComponent panelBox is ae.getComponent () .getParent () .getParent ();.

    Kind regards

    Ruben.

  • I have a subscription monthly-pay to specific Adobe through creative cloud.  All of a sudden to create Adobe PDF back "your request could not be performed.  Adobe Acrobat license has expired or not been activated. »

    I have a subscription monthly-pay to specific Adobe through creative cloud.  All of a sudden to create Adobe PDF back "your request could not be performed.  Adobe Acrobat license has expired or not been activated. »

    Are you referring to Adobe Acrobat?  If so, please take a look at this link and see if it helps:

    Acrobat license expired trial or renew the expired subscription

    Guinot

  • I created a block of news recommended under a tab panel,

    Tabbed_panel.jpg

    I created a block of news recommended under a tab panel,

    How and where can I change my news recommended from one tab to the other?

    Hello

    You can change the information using Inbrowser edition. For example, if you are using Business catalyst as a host, then take a look at the image below

    Please let me know if you have any other question.

  • Overset text when you create a block of text to another object

    I apologize if this has been answered in other discussions, but the search function does not work now. I am trying to create a block of text on top a .pdf bound. I can create the block of text, but as soon as I enter the text, I get the text marker in excess on the frame, despite the fact that the frame is big enough to accommodate the text that I entered. This happens if I simply enter a single period.

    If I click on "mount the frame to the content" he develops vertically the text block until it is large enough to have a part that leaves at the edge of the linked .pdf below, and the text that I entered appears here. Of course, now, I have a block of text that is 20 times bigger that I need, and I still have no text in the position where it is needed.

    Here is a link to a screenshot:

    http://Tinypic.com/r/i3vqjs/7

    I'm still a newb on InDesign, and I hope that there is an easy solution to embarassingly on this point I should have, but any help is appreciated.

    Thank you

    You probably dressing applied on the structure with the PDF file. Either remove it, or open the options of text block for your frame on top and check the box to ignore the dressing.

  • ItemRender creates 2 of each object. Problems of variable height TextArea

    Ok. I'll start with what I was trying to explain how I found myself here. I tried TextArea with no scroll bar that resized at the height of the text. Googling, it seems to be the solution to do this is to expand the text box and use something like

    var numLines:int = this.mx_internal::getTextField().numLines;
    for (var i:int = 0; i < numLines; i++)
         totalHeight += this.mx_internal::getTextField().getLineMetrics(i).height;
    this.height = totalHeight;
    

    to calculate height. It works, but then I put the component (WrappedText) in a DataGrid control and used an itemRenderer on it and things went wrong.

    What I see is that there are TWO WrappedText objects with just a line in the DataGrid control is created. The only difference when I go back is their parent, for example if I this.toString () in the creationComplete

    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1
    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1
    

    The problem this causes is one of these objects a numlinesrequired equal the number of characters in the text. The other has the correct value (1). So what happens is the dataGrid Gets the wrong height.

    I've trimmed everything down so there is only one line in the table etc. Here is the trace output. FACT is creationComplete of the WrappedText and RESIZE is when it recalculates its size (when the text is printed) and HEIGHT of the GRID is displayed by the creationComplete of the DataGrid

    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1 HEIGHT= 196 NUM LINES 14
    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer61._Renderer_WrappedText1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer61._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer61._Renderer_WrappedText1 HEIGHT= 196 NUM LINES 14
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer61._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    GRID HEIGHT= 1402
    
    

    So my main question is this is a reasonable approach or y at - it another way not what I want? That is to say. a DataGrid that contains blocks of variable height, word wrapped text?

    Also, can someone explain what is happening here so I understand what I am doing wrong, for example why 2 objects will be created?

    Another interesting data point (?) is that if I put in an ObjectUtil.toString (this.parent) in the creationComplete of WrappedText the two objects get the value correct numlinesrequired example

    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1 HEIGHT= 196 NUM LINES 14
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    MADE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1
    GRID HEIGHT= 142
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer13._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    RESIZE:  Main4_0.theContainer.theGrid.ListBaseContentHolder8.Renderer27._Renderer_WrappedText1 HEIGHT= 14 NUM LINES 1
    
    

    Note that the NUM LINES changed and the RESIZING is done after the creationComplete of the grid.

    An explanation of the foregoing would be nice so why dumping simply the object causing completely different behaviors?

    I have attached the source of my simple text program. Thank you

    Stuart.

    The creation of two converters maybe because the DataGrid creates additional converters purely for the measure. I think that this only happens if variableRowHeight is set to true. If you take a look at the source of the DataGrid and search for 'calculateRowHeight()' you will see that it calls the method "getMeasuringRenderer()" on each column to calculate the height of each row.

    Your measurement problem can be because the width of the measurement converter is not set with the same value as the width of the rendering on the screen tool. I would put a breakpoint inside the method "setupRendererFromData" of DataGrid to see what the explicitWidth is defined. Looks like that the measurement converter should be set to the width of the column. Maybe set a width explicit on your column, if you do not already.

  • His blocking - Satellite L650-116 problems

    I continue to have sound problems... they last from 0.5 to 1 sec... .He looks like blocks of pc or something like that and if its very bad and boring

    Hello

    Can you please provide some basic info?
    What model of laptop do you have?
    What operating system do you use?
    Is a busy HARD disk when this sound problem arises?

  • voice call blocking the g motorcycle problem

    voice of incoming and outgoing call is blocked in bike G. This problem occurs frequently. You need to restart the phone again and again to rectify the problem. It is a very serious issue with bike G. Please suggest its permanent attachment.

    have you tried factory reset

    I also had the same problem since upgrading to 4.4.2

    so I called the helpline they suggest me to factory reset

    and yes the method worked for me you should try this

    but the problem is not resolved correctly connection losses a few times

    but now I'm able to make a voice call

  • my hotmail account has been temporary. blocked, I need this problem or should I get a new carrier for my mail? Help, please!

    my hotmail account has been temp.blocked I tried the sms message thing and it did not work I know my password, but when I was able to access my account was limited because of the temp. block can you please help? Or should I find another email provider?

    Thank you for your quick response;
    Shannon aka Chila

    Hello

    I'm sorry, but we cannot help with hotmail problems in these forums in response to vista

    Please repost your question in hotmail in the hotmail link below forums

    http://windowslivehelp.com/product.aspx?ProductID=1

  • New Hotmail account blocked and other associated problems

    I opened a new account hotmail 2 days ago, as the computer Windows 7 brand new did not support my Outlook Express email address existing. I then sent (or tried to) all my friends informing them of the change of address and almost immediately got blocked as a spammer. I came here yesterday and finally managed to get unlocked. If I had not had the intelligence to google the error message disturbing, I haven't discovered that I had been blocked at first. However, it now seems that I can only access my new hotmail address via messenger. Trying to enter directly via windows live mail results in a window that appears displays the new account and a former account hotmail of emergency set, even if I asked for the old one be closed yesterday. I want to just keep the new hotmail account and for the old disappear now and not have to wait 270 days or so that I didn't need it to be for 2 hotmail accounts. Settting upward the new hotmail email was more traumatic than other issues relating to the evolution of my computer. It is quite normal for a new account holder you need to send a lot of people immediately to inform them of his developments without such problems. Also, is there no way that holders hotmail account can contact hotmail to report any difficulties? I don't mind sharing my problems with others if it helps, but I'm unable to disclose specific information about my account.

    You are welcome.
    Happy holidays. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I had a power failure that created a restart of windows vista problem

    I had a power failure that created windows error and cannot start my lap top. I understand that I must save the files & photos before trying to reload Vista in its original configuration... How do I go about backing up since the computer does not load...? How much does it cost if I'm looking for a specialist to backup?

    Hello

    power outages are often the cause of hardware problems

    You can try these methods to save the data

    1 slave the drive in another computer and try to read the data in this way

    2 buy or borrow a pregnant USB hard drive upgrade disk hard inside plug it into another computer and try to read the data in this way

    3. If your equipment is damaged by using Knoppix or similar CD linux to retrieve data won't work because they depend on your working materials

    Read about it, even if it's here

    http://www.Knopper.NET/Knoppix/index-en.html

    4 data recovery experts are very expensive

    You can always do a startup repair disk and try to start windows

    the link below is how to download and get a vista disk startup repair, which you can start from the

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Here's how to use startup repair system restore command prompt, etc. to bleepingcomputers link below

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    to boot from the dvd drive to be able to you will see a way to get into the bios Setup at the bottom of the screen or command menu start

    It would be F2 or delete etc to enter the BIOS or F12 etc. for the start menu

    Change boot order it do dvd drive 1st in the boot order

  • Please Iam going coo - coo on one seem so stupidsimple created to make you feel stupid problem. evil says...

    I buy this lil funkey usb device created to capture the entrance of the old school of devices like VCRs TVs with output rca, scrat and svido. the device is really well made and fun to play with, especially with super-large angle and mobile TV oem made webcams for pan in motion speacial effects. I know this cause I had so much fun one accidental slip of a finger, gone the wrong thing, so I had to reinstall the driver. This is where the problem started. the first installation of time asked for a code or product key at the end that I have I have not had a lot of fun. This time it ask a product key code. I turned my house upside down even went dumsterdiving (the horror!), I can't find the code, went around him, behind him, above him read the file everylil in top and he typed in each number and letter everywhere, even saw elvis in the writings of chinees, although it requires a product key code and the lil bastard refuse to open.back to the seller he told me I was stupid to load the drivers in the first place, thank you very much geek that plugs into the atarri space invaders. My only option was to let him do his lil ihab paws all over my sexy PC. noway forms humbre. The name of this device is model Gembird USB - Videograbber LAA-002 whenever I type in the bar code, serial number which is only LAA - 002 consit of at least a 25-digit product key code, he laugh and say to check the serial number, which also begins to * me off. Decent money IPaid for the same and have the leagle permission, in accordance with the banned terms. agreed. someone please tell me how to make him give back, the tellme site that I bought, the drivers updated and never heard of a product key code. Help

    Hi Carl,

    Welcome to Microsoft Community forum.

    Since the problem is related to the use of the device with the product key, please contact manufacturer of devices support or the retailer where you bought the device suggests.

    http://www.Gembird.EU/

    Thank you and best regards,

  • Data block don't request when the Web is not displayed

    Hi, I had problems questioning a block master / detail. I have 1 master block which has 7 blocks of retail.

    the main block and 4 blocks of retail are Canvas1.

    3 of these blocks of detail are in separate paintings (canvas 2, 3, 4)

    I have then 3 Summary canvas1 items that show the sum of columns into blocks of 2, 3, 4.

    (summ2, summ3, summ4)

    Whenever I run EXECUTE_QUERY, it shows the details of the blocks 4 detail.

    but for summ2, summ3, summ4. It shows 0.

    I have to click the button submit once again just so he could question him again.

    no idea why this is happening?

    Thank you!

    Hello

    If I have your correct case, Pls, try using QUESTION after Trigger - level of the form

    You can use the u code used in your button with some changes by following the steps...

    BEGIN

    ....

    DECLARE

    SELECT...

    IN: summ2

    Of

    WHERE...;

    EXCEPTION

    WHEN NO_DATA_FOUND THEN ("no data found for summary2");

    END;

    SET_RECORD_PROPERTY(:SYSTEM.TRIGGER_RECORD, :SYSTEM.TRIGGER_BLOCK, STATUS, QUERY_STATUS);

    Amatu Allah.

Maybe you are looking for