Run repartition but no update to table RSDCUBE

hi expert,
i got a question about partition.
i have some cube containing data without partition  and i don't want to delete the data then do the partition. so i run the repartition directly and i found that:
after i ran the repartition , the table RSDCUBE didn't update the fields PARTMODE to 'X' but the fields (Partitioning time char. Lower limit (partitioning value) Upper Limit (Partitioning Value) and Maximum number of partitions) are updated.
i am wondering if it will affect the system or it is OK?
thank you!
i have read the online help,here is the explaination:
Repartitioning  
Use
Repartitioning can be useful if you have already loaded data to your InfoCube, and:
●      You did not partition the InfoCube when you created it.
●      You loaded more data into your InfoCube than you had planned when you partitioned it.
●      You did not choose a long enough period of time for partitioning.
●      Some partitions contain no data or little data due to data archiving over a period of time.
it recommends that if you haven't do the partition, you can also use partition. the result is no update to table RSDCUBE. i am not sure if it will lead to any system dump or program error.
Edited by: hongyu wang on Jan 21, 2011 7:23 AM

Ok, in short:
After repartitioning of an formely not partitioned Infocube you check the RSCUBE table and find that the flag PARTMODE is not set to 'X' as you would expect it.
When you in turn create the infocube already partitioned, the flag is set accordingly.
I tried this out and in fact, the repartitioning does not seem to set the flag (on Oracle).
However, if you modify the IC afterwards again (e.g. change the description), save this and active the infocube then the flag is updated correctly.
Also copying the infocube without the PARTMODE flag does lead to a new Infocube which - after saving and activating it - does have the flag set correctly.
So in general: the flag doesn't seem to be used very much on Oracle  (instead it's much more important for DB6!) and you should be safe using it the way it works right now.
regards,
Lars

Similar Messages

  • Running Cursor script to update Oracle Table.

    I have the following script. I have a cursor in which i perform an update operation on a oracle table. But The table "ICS_TRADE_DETAILS " is not getting updated. Am i doing something wrong? I get the correct values populated in the "lastChanged" and "tradeID" fields.
    Help Appreciated !!!!
    DECLARE
    lastChanged VARCHAR2(32);
    tradeID VARCHAR2(32);
    CURSOR c1 IS
    SELECT TRADEID,LASTCHANGED
    from CVSELECT;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO tradeID,lastChanged
    DBMS_OUTPUT.PUT_LINE('lastChanged: '||lastChanged);
    DBMS_OUTPUT.PUT_LINE('tradeID: '||tradeID);
    update ICS_TRADE_DETAILS
    SET LASTCHANGED=lastChanged
    WHERE CTRADEID=tradeID;
    COMMIT;
    EXIT WHEN c1%NOTFOUND;
    END LOOP;
    CLOSE c1;
    END;

    ji li wrote:
    Is this related to someone else pulling data from the table(s) you are updating (and committing frequently)?
    If so, wouldn't the undo segments hold enough of the changed data for the dataset to be consistent?
    The reason I ask is because I've always been of the impression it was better to commit frequently as opposed to doing autonomous (all or none) processing.When you open a cursor, Oracle needs to fetch data as of that particular SCN. So if someone is potentially updating the table while you are reading data, you want to make sure that Oracle will have the UNDO data in hand to be able to get back to the old state. If you commit in the loop, however, Oracle now believes that your session is no longer interested in older UNDO data so it may well purge that data too quickly, causing ORA-01555 errors. Fetching across a commit is almost certainly a bad idea.
    Commit frequency should be driven exclusively by logical units of work. If you have a loop, the logical unit of work is almost always the whole set of rows that you want to process. If processing dies in the middle, you're generally much better off having everything rolled back than in having half the rows processed and not knowing which half were processed and which half were not. If you are processing extremely large numbers of rows (i.e. data warehouse loads), it is sometimes worthwhile to code all the extra logic required to make the process restartable and to commit periodically in order to avoid situations where something dies 2 hours into a run and you have to spend another 2 hours rolling back those changes before you can restart. But that's the exception to the rule and generally only appropriate after spending quite a bit of effort performance tuning which would remove 99% of loops in the first place.
    Justin

  • GL Posting using BAPI BAPI_ACC_DOCUMENT_POST but not updating in table BSEG

    Hi Experts,
    Hope all are doing greatu2026
    I need you help to resolve the below issue.
    We have on Z-Tcode to GL Posting the document using BAPI u2018BAPI_ACC_DOCUMENT_POST' and this program is successfully posted from the source file and documnet # also created successully.
    We have entries in BKPF, but the table BSEG not updating and we do not have entries.
    Please help me on this regards,
    Thanks in Advance.
    Amjad

    Hi Srikant,
    Thanks for your reply...
    As you suggest, i have checked the structure ACCOUNTGL and below values are passing.
    ACCOUNTGL -ITEMNO_ACC
    ACCOUNTGL -GL_ACCOUNT
    ACCOUNTGL- ITEM_TEXT
    ACCOUNTGL- COMP_CODE
    ACCOUNTGL- COSTCENTER
    ACCOUNTGL- CS_TRANS_T
    Could you please suggest me if there are any  changes needs to do.
    Thanks & Regards,
    Amjad Hussain

  • Data Services 4.0 error when running job - not updating repository table

    Hi All,
    I am hoping someone might have come across this error before.
    When running a data services job, from within Data Services Designer, when trying to re-run the same job, I get the following error messages:
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     SQL submitted to Oracle Server <BO3> resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     >. The SQL submitted is <INSERT INTO AL_BW_REQUEST (REQUESTID,TYPE,VALUE,DF_NAME,CREATION_TIME) VALUES (
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     'REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU', 3 , '29', 'DF_XXXX_Data_DW1Date',  to_date('2011.10.17 10:38:39', 'yyyy.mm.dd
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     hh24:mi:ss') )>.
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     Cannot save <RequestID info> into the repository. Additional database information: <SQL submitted to Oracle Server <BO3>
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    When I go and look into the Data Services repository AL_BW_REQUEST  table, the first time the job is run, all five fields in this table populate with data successfully. When re-running the job, on 3 out of the five fields within this table are populated but the VALUE and DF_NAME field are not populated, hence causing the primary key violation.
    Here is the data below from the AL_BW_REQUEST  table:
    REQUESTID                                      TYPE  VALUE     DF_NAME                               CREATION_TIME
    REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU     3                      10/17/2011 10:38:38 AM
    REQU_4NJ503RVIFD3VLBJJEKBJ3OE2     3                       10/17/2011 10:33:37 AM
    REQU_4NJ4ZHSP9F93L3OAUDV6RHCMY     3                       10/17/2011 10:32:31 AM
    REQU_4NIV1NKP9645E394E7H12Q796     3                      10/17/2011 9:53:53 AM
    REQU_4NEYFNI2U68MBJOEWFJWVWWU2     3  24     DF_XXXX_Data_DW1Date      10/17/2011 9:47:58 AM
    If I truncate this table and re-run the DS job, it will not populate the VALUE and DF_NAME fields. 
    Does anyone know what could be causing this? The target source is BW.
    Seems like a bug to me.
    Thanks,
    Ainsley

    Hi Ramesh,
    Am a HANA apps consultant in India, would like to get in touch with you. but don't know how
    regards,
    Tilak

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • Replacement iphone - trying to restore from backup, but iOS v 6 running and won't update from recent backup

    Replacement iphone - trying to restore from backup, but iOS v 6 running and won't update from recent backup. How do I ensure I get all my photos etc onto new phone?
    Thanks

    If you're old phone that was repalced was a higher version of iOS, it wont be able to restore. Update your iPhone to the lastest iOS 7.0.4 and try to restore it then.

  • My MacBook Pro that is running on 10.6.8 won't update software so that iTunes connects to my iphone 6. Problem is that when I go to update, it restarts the computer but never updates any of the software.

    My MacBook Pro that is running on Mac OS X 10.6.8 won't update software that I need in order to download the newest iTunes software to connect to my iPhone 6. Problem is that when I go to update, it restarts the computer but never updates any of the software.

    In addition to Stedman's spot-on reply --
    When you buy an upgrade disk, all updates in that OS can be found on Software Update.
    For instance, I bought Snow Leopard at 10.6.
    All other updates have been free and downloadable.  So I'm not a 10.6.7.
    10.4 (Tiger) went to 10.4.11.
    10.5 (Leopard) went to 1.5.8
    10.6(Snow Leopard) is currently at 10.6.7.
    Now, when Lion come out (the next major upgrade of OSX), I will have to pay to go to 10.7.
    After that, updates are free til 10.8 comes out.

  • Iphoto will not open. Says updating but no updates running. Any ideas?

    Iphoto will not open on my Mac. Says updating but no updates running.  Any ideas?

    With the amount of information you've provided it's impossible to offer a solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running? Is your profile correct?
    what is the exact message you get when launching iPhoto?
    what fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?

  • HT1222 I was trying to run ITunes 10.7 update on my Mac Pro with Retina display but the message appeared "An error has occurred" so I can proceed with the update. I dont' see any other messages. Any ideas what could go wrong?

    I was trying to run ITunes 10.7 update on my Mac Pro with Retina dispaly but "An error has occurred" and I was not able to proceed with the update. The message says "The operation was cancelled. (3072)." I have no other messages. Any ideas why I cannot install this update

    Scott's solution fixed the problem.  It would have been helpful if the update message in the App Store had reported that.  I had first tried B Noir's solution -- and received a helpful warning message that a guest user was still logged in to iTunes.  I switched over, logged the guest user out, switched back and the update within the App store worked perfectly.
    It seems to me that Apple should invest a little time and effort in making their error/warning messages easier to decipher.  I have to come to the forum every time something happens.  Why not simply have a dialogue window that opens up to explain the most likely issues?

  • Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requriements

    Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requirements. What can I do to fix this?

    Which versions of InDesign are you referring to?  What are the operating system specs for the machine?

  • Running Windows 7 via bootcamp but cannot update to either 3.1 or 3.2. My MAC OS is 10.6.8

    I am running Windows 7 via bootcamp but cannot update to either 3.1 or 3.2. My MAC OS is 10.6.8.
    I can  download either version, but I get an error message after attempting to install.
    First tried Boot Camp 3.2.  Error message indicated I need Boot Camp 3.1 first.
    Then tried Boot Camp 3.1. Error message indicated I need Boot Camp 3.0 first
    Then tried Boot Camp 3.0. Would not allow download.
    I know the OSX came with Boot Camp why is there a problem????!!

    3.0 is on your OS X DVD. Clearly spelled out in the guide in Boot Camp Assistant, and here -
    www.apple.com/support/bootcamp : manuals, look for 10.6 pdf version.
    3.0 is pre-requisite for any other
    OS X comes with Boot Camp Assistant and you access 3.0 drivers while in Windows.

  • Queries run PARALLEL but no parallel parameters or table DOP set

    I've just taken over a new system and am seeing something that seems to me to be a bit unusual.
    Queries are running parallel, but I've checked and all tables have a DOP of 1 and none of the user queries have a parallel hint. Yet I see queries running parallel in OEM.
    The DB is 11.1.0.7 EE. It does have PARALLEL parms set at the DB level, such as max servers and min servers.
    I showed this to another DBA and they hadn't seen it, either.
    The docs state that, for a query to run parallel, a DOP > 1 must be set at the table level or in the query with a hint. Of course, these days, the docs are frequently very wrong and out of date. If this were 11.2, I would think the new Automatic DOP was involved.
    Appreciate any ideas on how to investigate this.

    pdp0617 wrote:
    I've just taken over a new system and am seeing something that seems to me to be a bit unusual.
    Queries are running parallel, but I've checked and all tables have a DOP of 1 and none of the user queries have a parallel hint. Yet I see queries running parallel in OEM.
    The DB is 11.1.0.7 EE. It does have PARALLEL parms set at the DB level, such as max servers and min servers.
    I showed this to another DBA and they hadn't seen it, either.
    The docs state that, for a query to run parallel, a DOP > 1 must be set at the table level or in the query with a hint. Of course, these days, the docs are frequently very wrong and out of date. If this were 11.2, I would think the new Automatic DOP was involved.
    Appreciate any ideas on how to investigate this.Well, its not certainly an unusual behavior. I have seen it already once but I am not sure that you have the same case but let's try. Can you tell that whether your query is using any indexes and what's the output of this query if the index is in use?
    select index_name,degree,instances from all_indexes where index_name='indexname';HTH
    Aman....

  • Acrobat XI installed and runs but cannot update or register?

    Acrobat XI installed and runs but cannot update or register? typical fixes don't work or apply. Seems to be a very peculiar situation. Any thoughts?

    Anubha,
    If I open acrobat 11.0 and click on Help before I open a file, there is no choice of Product Registration.
    If I open a file, and click on Help, there is a choice for Product Registration, but it is transparent and cannot be selected.
    If I close that file but keep Acrobat open, a large dialogue box will pop-up asking me to register, and when I proceed, and after about 2-3 minutes, I receive another pop-up saying to check my connection and retry. I can
       retry over and stay in this loop. But when I close the registration pop-up and go back to Acrobat, the Product Registration selection under Help is no longer transparent, and I can select it. But when I do the Registration dialogue box returns, and when I proceed, I get the same no connection-retry pop-up and the loop continues.
    In fact, I have done just now, what I describe in the sentence above, in the time between what I typed above and what I am typing now in my open browser window.
    If I click on Help and select Adobe Help, a new tab opens in my browser showing Acrobat's Help page, as it did, just before I typed this sentence.
    If I click on Help and select Online Support, and then select Knowledge Base, it takes me to a new tab in my browser which is the same web page as I get when I press F1.
    I have selected 'Repair Acrobat Installation' from the Help menu twice and gone through the process with no change in outcome.
    If I click on Help and select Check for Updates, it seems to be updating, then stops the process, and I get the Registration pop-up, and the same thing.
    This seems entirely bizarre.
    What do you think?
    Michael

  • HT1199 I have a 3.2 GHz Intel Core i3,  27 inch, Mid 2010. It used to run fast but now it seems to have slowed down like when surfing or opening applications. I downloaded all the updates restarted but it seem slow. How do I speed it up? Thanks

    I have a 3.2 GHz Intel Core i3,  27 inch, Mid 2010. It used to run fast but now it seems to have slowed down like when surfing or opening applications. I downloaded all the updates restarted but it still seem slow. How do I speed it up? Thanks - ManongCA

    Activity Monitor – Monitor Performance Problems  
    Why is my computer slow
    Why your Mac runs slower than it should
    Things you can do to resolve slowdowns  see post by Kappy

  • TS1702 i have the original ipad it is running iOS 5.1.1 - i tried to install Procreate and error message said this application needed iOS 6 - went back to itunes and downloaded iOs 6 and installed it on computer then resynced the ipad - but doesent update

    i have the original ipad it is running iOS 5.1.1 - i tried to install Procreate and error message said this application needed iOS 6 - went back to itunes and downloaded iOs 6 and installed it on computer then resynced the ipad - but doesent update to 6  - anyone have a suggestion???

    I contacted apple and they checked and yes the originsl ipad cant support ios 6 - so cant use procreate have also checked the procreate website and it appears they advised itunes of this - ideally there should end up being two versions of procreate - one for ios 5 and one for ios 6 -
    dont want to sell the current ipad and get another - at this stage - for the amount of usage it gets not worth the expense
    thanks

Maybe you are looking for

  • Sales changes report modification

    Hi Gurus I have created this report for sales document and it is working fine in ALV , I want to make this report to change from ALV to a Printable format and the Header Note and Internal note are displaying very length, I want this to be in display

  • How to change the default database charset to ISO8859-1?

    Hi all, I have created a table with a nvarchar field to store string, may i now how to change the default NLS charset to ISO88591 charset? Thanks in advance. chin.

  • 6111 Bluetooth conection

    Greetings. I am a user new to both the 6111 and Bluetooth. I successfully connected yesterday and was able to transfer music files OK. Today I cannot get the PC to detect/connect to my phone. The phone is properly paired and the Bluesoleil device sea

  • My question is how can i find and redownload all my older apps ?

    HI, I have an Iphone 4, and bought mostly all of my Apps from my Iphone. I needed a certain App called Viber and tried to download it. I didn't work and it told me to download it from my computer (Macbook pro) Itunes, which i did, then i synched (my

  • What is wrong in the syntax below. i am getting error, sql not ended proper

    Need help on CASE syntax. what is wrong with this syntax? update subject_data set subject_data.value = case when site.country_id = 222 then 'USA' when site.country_id = 14 then 'Australia' when site.country_id = 23 then 'Belgium' when site.country_id