Set createnonmissingblk on/off issue

EXAMPLE:
four dimensions in outline:
account (dense) (members: A1,A2)
time(dense) (member: T1,T2)
entity (sparse) (member: E1,E2)
product(sparse) (member:P1,P2)
need to create blocks to enter data, BR like that:
FIX("E1")
  SET CREATENONMISSINGBLK ON;
  "P1"=1;
   CLEARDATA "P1";
  SET CREATENONMISSINGBLK OFF;
ENDFIX;
FIX("E1","A1","A2","T1","T2")
"P1"=100;
ENDFIX;
QUESTION:
"P1"=100 cannot be set to Essbase in the above BR, only if I delete the syntax:"SET CREATENONMISSINGBLK OFF;" then I can set 100 to "P1".
WAHT I THINK:
with the blow script,
FIX("E1")
SET CREATENONMISSINGBLK ON;
  "P1"=1;
   CLEARDATA "P1";
I have already make the block P1->E1 an existing block, then my "SET CREATENONMISSINGBLK OFF;" does not effect the existing block. but why cannot me add "SET CREATENONMISSINGBLK OFF;"?? I don't understand.

FIX("E1")
  SET CREATENONMISSINGBLK ON;
  "P1"=1;
   CLEARDATA "P1";
  SET CREATENONMISSINGBLK OFF;
ENDFIX;
It is because of CLEARDATA, HERE CLEAR DATA is removing block!!!
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012668)
Calculating [ PEriod(P1)] with fixed members [Entity(E1)]
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012672)
Calculator Information Message:
Maximum Number of Lock Blocks: [100] Blocks
Completion Notice Messages: [Disabled]
Calculations On Updated Blocks Only: [Enabled]
Clear Update Status After Full Calculations: [Enabled]
Calculator Cache: [Disabled]
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012672)
Calculator Information Message:
Create Blocks on Equations: [Enabled]
Create Non #Missing Blocks: [Enabled]
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012677)
Calculating in serial
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012672)
Calculator Information Message: Executing Block - [E1], [P1]
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012672)
Calculator Information Message:
Total Block Created: [1.0000e+000] Blocks
Sparse Calculations: [1.0000e+000] Writes and [0.0000e+000] Reads
Dense Calculations: [0.0000e+000] Writes and [0.0000e+000] Reads
Sparse Calculations: [0.0000e+000] Cells
Dense Calculations: [0.0000e+000] Cells
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012672)
Calculator Information Message:
Total #Missing Blocks Not Written Back: [0.0000e+000] Blocks
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1012555)
Clearing data from [P1] partition with fixed members [Entity(E1)]
[Tue Jun 11 03:23:08 2013]Local/testStel/as/hypadmin@Native Directory/4720/Info(1017018)
Removed [1] data blocks
Message was edited by: _RahulS_
Message was edited by: _RahulS_

Similar Messages

  • TS4000 When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    Sounds like we have a similar problem.  Four days ago I was playing music through a wireless Bose speaker via bluetooth and everything was fine.  Then I was texting while listening and got 2 texts about the same time as I was typing one and my phone went black.  I pushed the home button and it worked, went into my texts and all were there.  However ever since then the time isn't right, so it can't keep time no matter what I do.  The bluetooth works only at times, the wifi keeps jumping on and off, sometimes my data won't work and the other day I couldn't even turn it off, so had to wait until it died.  The battery life display at that moment wasn't correct either.  Took to Verizon, they couldn't help.  Suggested a factory reset, which I did last night and still the same issues!  One day I couldn't even text my husband on his iPhone.  Just wouldn't work at all.  Did everything suggest and still not good.  Seems like after stalking these pages today a lot of people are having this problem in Dec/Jan and of course also I'm 3 weeks out of my 1 year warranty and so were many others, by days.  Very strange, and all on the 5C.  What did you do?  Is it working now?

  • ABAP to set "Switched on/off BIA indexes for queries" flag?

    Hi everyone,
    Does anyone know if the "Switch on/off BIA Indexes for Queries" can be set for a specific cube by a delivered ABAP?
    Here's my scenario. We go live with BIA next Monday 9/22. I've indexed our cubes in production BIA this past weekend and they're rolled up nightly. Until the go-live, I've manually set the "Switched Off for Queries" flag via RSDDBIAMON > BI Accelerator > Index Settings > Switch on/off BIA Indexes for Queries".
    However, one indexed cube is deleted fully every night by the flag in the full load infopackage. In testing, I saw that the BIA fact table index was fully deleted when the E and F tables of the cube were truncated, and then reindexed when the full package is loaded and rolled up. This is all ok.
    The issue is that after the delete, load and rollup, the "Switched Off for Queries" flag is not set. I have had to manually reset to off in the morning. This won't be an issue (hopefully) once we go live, but it does seem like a bug and I'll likely submit a customer message. I would think the delete, index and rollup process should not change the status of this flag.
    Does anyone know if that flag can be programatically set?
    Thanks for any advice,
    Doug

    Thanks, Vitaliy!
    I think you're exactly right. Its seems to be a bug in processing of just this specific type of index reprocessing, e.g. dropping and reindexing. The indexing process properly retains INA status on the other delta indexed cubes.
    I'm barely ABAP OO literate, but do understand enough to find, review and test the class and method code. Thanks for finding it!
    Also, I reviewed table RSDDTREXDIR and it is correct/current. It does spawn another question, though. The field ITYPE (Type of BIA Index) is consistently ICB exept for 2 cubes/indexes, which are typed as PA2 and PA9. When I check possible values on the domain, RSDDTREX_TAGGR_TYPE, it only lists ICB and ICF (Infocube - flat).
    Any idea what types PA2 and PA9 are, and why these 2 cubes would be different? From my perspective, they're basic infocubes, same as all the others.
    Thanks again,
    Doug

  • Although I set the on/off switch to ON with "change with buttons," the alerts will not change individually.  Any suggestions?

    I'm having issues with the alerts volume control.
    Although I set the on/off switch in settings to ON with "change with buttons", the alerts volume will not change individually.  Any suggestions?

    I don't mean to be rude or anything but did you check to see if it's on hold? I had the same problem, I nearly worked myself to tears trying to figure out why it wouldn't turn off! hope you fix you're problem.
    P.S.-Maybe you should just let the batery run out till it goes dead, hey, then it will be off right?

  • Miscalculation of time alarm is set to go off.

    When turning on my alarms Sunday night ( actually Monday moring at 12:04 AM ) which is means my alarms will be going off in 6-7 hours and my Charge says this....

    TamaraH_VZW wrote:
    GreenRobot
    I was able to reproduce the same issue on the Droid Charge
    I have found that when I am entering the info for the alarm, I have to click on the "repeat" link, and reclick on the "once only" line, and then click save.  That always ensures that it is set to go off the following morning (or sooner, such as if you have a time set for later that day). I have found if I dont go back in and reclick on the "repeat" link, the alarm wont go off until it is the same day as the last time I set the alarm.
    I can't imagine that anyone should have to go through so many steps just to create an alarm.
    I will see if I can lift this up to Samsung. 
    Thanks I will give this a try. 

  • My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    Yes. you should keep your media in iTunes, and indeed you should also keep a backup of your library as well. if you have the device set up for manual management then the content would remain on it when deleted from the library, but you would have no way to restore the device if there was a problem.
    See also: Getting iTunes & Windows Media Player to play nicely
    tt2

  • Enterprise Portal Log off Issue for External User

    Hello
    We are facing a Enterprise Portal log off issue for one of our external users.
    User is logged in and clicks on the "Log Off" link .
    User is prompted as seen below:
    Are you sure you want to logg off?
    Choose Yes or No
    Click on Yes and popup window goes away and nothing else happens.
    These problems logg off issue problem happening on Internet Explorer 6 but from from firefox browser, its working.
    Also  popups are not blocked on IE.
    EP version with SP level is EP 7.00 SP12.
    Even though from Internet explorer 6, i can log in and log off with internal user.
    Please advise for the log off problem .

    Hello
    I added the value ume.logoff.redirect.url =https://poqwas.synenco.com/irj/portal
    on Config Tool Global Paramter settings.
    Then restart the server.
    But I am getting the same problem.when I login with external user ID, then make log off. Nothin Happen...
    Please advise

  • "I did fresh restore, reset all setting and reboot the issue still there. I hope Apple don't forget us to solve this issue soon

    "I did fresh restore, reset all setting and reboot the issue still there. I hope Apple don't forget us to solve this issue soon

    Oh I've found it meanwhile! The is a 2nd post! So never mind this one! I think lawyerhusain understood he has to let Apple know, if he wants them to know and the technical thing will continue with the 2nd post!

  • HT1766 Recently updated my iPhone 4s to the iOS 6. Now I can not install application updates, my music library has vanished, iTunes Match (in Settings) keeps setting itself to "Off".

    I recently updated my iPhone 4s to the iOS 6. Now I can not install application updates, my music library has vanished, iTunes Match (in Settings) keeps setting itself to "Off". I have also logged off of iTunes in Settings, and it will not let me log back in. Just a few moments ago when I again tried to log into iTunes, it asked me for my Password, then replyed that I had no Match account; but I do. Is Restore the best option?
    Any suggestions

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • How can I reset my phone all setting and data off iphone 4without passward

    how can I reset my phone all setting and data off iphone 4without passward

    Turn your device off and connect your cable to the computer, but not the device just yet. Start up iTunes. Now, hold down the home button on your device and plug it in to the cable - don't let go of the button until iTunes tells you it's detected a device in recovery mode. Now you can restore to factory settings.

  • Attempting to set up an off site backup

    Hi,
    Im attempting to set up an off site back up of the business date from a LaCie Big-Nas storage unit to another LaCie Big-Nas.  All going well until I discovered that the BT Hub 3 router is not  UPnP-IGD / NAT-PMP compatible?  Can I solve this by making some changes or do I need to pick up a new router??
    Any help much apprechitaed,
    Andy

    Thanks Anthony, looks like the HH3 dosent make life any easier!  If we cant open the requred ports then it will have to be a couple of new routers I guess?

  • Set role on/off

    Hello All Oracle Experts,
    I have a query regarding set role command.
    I was sybase user and migrated to Oracle. Now oracle user.
    I have two queries.
    1. In sybase, By default, all the roles granted to a user are disabled. You need to enable it if you want to use. But in Oracle, it looks like by default, all the roles granted to a user are enabled. that means, when you login using that user, all the roles granted to it are enabled.
    Can we change this behaviour ? I mean by default disabled all the roles
    2. It looks like there is no way i can disable only one role in a particular session.. For example, i logged in with user User1. it has roles Role1 and Role2 (which are enabled). Now i want to disable only Role1 for that session and not Role2.
    In sybase, i can do that by using Set role Role1 OFF.
    Is there any equalent in oracle?
    Please help me out in finding the answers. Please do let me know whether my observation regarding oracle or correct or not. You can even direct me to any documentation to know the answers.
    I searched in this forum to see if there is any exisitng post. But unfortunately, looks like nobody got the problem which i was facing.
    Thank you very much in advance for your time,
    Venkatesh.

    what if there are 10 roles(R1,R2...R10) and u don't
    know all of them. Have you really gone through the link which I had posted..
    Here you go …
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96521/privs.htm
    Read it again..
    Here you will find a view which gives info about - what are the roles are granted to you and which of them are default.
    Select * from ….<read the doc and find the view and place it here t> ;
    All you want is you have enabled role R3 in that
    session and you want to disable it.
    I read the posted links . But i didn't find the answer for whether we can disable one role >or not?I was wrong, that I thought you had read / understood what can be done with SET ROLE
    Again in nut shell
    Activating & Decactivating Roles
    Activating A Role      --->SET ROLE <role_name>;
    Activating A Password Protected Role      ---> SET ROLE <role_name> IDENTIFIED BY <role_password>;
    Activating All Roles      --->SET ROLE all;
    Activating All Roles Except One      --->SET ROLE all EXCEPT <role_name>;
    Deactivating A Role      --->Can not be done on an individual basis

  • Repeat button set is set to white= off.  but next song always plays

    Repeat button set is set to white= off, but the next song always plays with shuffle either on or off.
    The other two (Blue) Repeat options function properly.
    Any ideas or suggestions?

    If you touch the screen in album cover mode it will bring up the controls for repeat and shuffle. This is all covered in the iPod User Guide available at: http://manuals.info.apple.com/enUS/iPod_touch_iOS4_UserGuide.pdf

  • When I insert sim into iPhone 3G and network setting I set Enable 3G off

    when I insert sim into iPhone 3G and network setting I set Enable 3G off so my own iPhone 3G has no service

    what?

  • Set createnonmissingblk on;

    I used set createnonmissingblk on; in a business rule before calculating the required figures. I want to ask whether this script will make all the blocks on all the possible combinations of dimension members in Global Range or just where the Business Rule has to send figure?

    I used set createnonmissingblk on; in a business rule before calculating the required figures. I want to ask whether this script will make all the blocks on all the possible combinations of dimension members in Global Range or just where the Business Rule has to send figure?

Maybe you are looking for