ODS Activation Problem (with SIDS) BIG PROBLEM !!!

Hi
Ok we have a situation in our project but first a few facts: -
1: For ODS we do not use keys but have a infobject that creates a unique ID for each entry with a bit of ABAP in the update rule (yep not very good I know but too many to change now)
2: The SID table keeps growing so we have deleted it four or five times with SE14.
Now I am not sure if these are related to our problem as we have used SE14 before and it hasnt created prolems??
THE PROBLEM
Some of th ODS that use this unique Info Object (we will call this A1) that creates unique entries will not activate with SID creation. It doesn't give much information apart from whatever process A1 is it is returned with errors.
We get the following message
Process 000034 returned with errors (process 34 is the one that tries to get a SID for A1)
Message no. RSODSO_PROCESSING006
Activation of M records from DataStore object CA_TS1 terminated
We also geta  short dump every time too and that is copied below the line where it fails
Does anyone know of how i can reset the SID gerenration or anythign that may help
52           ID 'KEY'  FIELD 'BI0'                 
53           ID 'DATA' FIELD l_field.              
54                                                 
55                                                 
56   IF i_abend EQ rs_c_false.                     
57 *... Nachricht an den Message-Handler schicken  
58                                                 
59     DATA: l_type  TYPE smesg-msgty.             
60                                                 
61 *... S-Meldung wenn kein Handler initialisiert  
62     IF g_active IS INITIAL.                     
63       l_type = 'S'.                             
64     ELSE.                                       
65       l_type = 'W'.                             
66     ENDIF.                                      
67                                                 
68     CALL FUNCTION 'RRMS_MESSAGE_HANDLING'       
69       EXPORTING                                 
70         i_class  = 'BRAIN'                      
71         i_type   = l_type                       
72         i_number = '299'                        
73         i_msgv1  = i_program                    
74         i_msgv2  = i_text.                      
75   ELSE.                                         
76     DATA: l_text  TYPE string,                  
77           l_repid TYPE syrepid.                 
78                                                 
79     l_repid = i_program.                        
80     l_text  = i_text.                           
81                                                 
>>     RAISE EXCEPTION TYPE cx_rsr_x_message       
83           EXPORTING text = l_text               
84                  program = l_repid.             
85   ENDIF.                                        
86                                                 
87 ENDFUNCTION.

Yep right click and delete data then set up new initial etc with very small selection.
Reloaded and exact same error message.
when I check the /BI0/SBBP_OBGUID  table it only has one entry whilst the other infoobjects are getting filled in their SID tables so is there any way to sort of kick this table up the butt and reset it or something??
Your right about the P table so we can cross that out of the picture )
I do think it is somethign to do with the fact that we have used SE14 too many times and it hascaused in consistencies but if you have any ideas how to resync it or somethign it would be great
thanks

Similar Messages

  • ODS Activation Problem - Error getting SID

    Hi All,
    I am facing the problem while activating the request,
    "Error getting SID for ODS object xxxx.i know lot of threads are there in forum but those all are taking about while loading the data to ODS,Here i loaded the data into my first ODS(here fine) and then transferring the data to another ODS while activation of Data in second ODS i am getting problem.the second ODS checked the Bex reporting.
    If masterdata not existis then it can be a problme in my first ODS but i didn't face any problem in First ODS.First ODS loaded the data from R/3 and second ODS using the datamarts.
    Any ideas how to solve this problem.
    Thanks,

    Use Tcode RSRV  Tests in Transaction RSRV  All Elementary Tests  ODS Objects  Foreign Key relationship of reporting-relevant ODS object and SID table characteristics (Dbl Click)
    From the right side window, expand u201CForeign Key relationship of reporting-relevant ODS object and SID table characteristics & Enter second ODS name, and click u201CTransferu201D
    Now, click u201CExecuteu201D (Toolbar)u2026 and check whether the results displayed in green icon..
    Otherwise, go back and click u201CCorrect erroru201D (Toolbar)...then try to activate second ODS

  • ODS - Activation Problem

    Hi All,
    There are two ODS in our scenario. One Standard and One Custom ODS.
    For this standard ODS ( for Region - 1) we performed an Init long before for which the Deltas are running everyday smoothly.
    Now we have built a custom ODS for Region - 2 which is extracting from the same datasource.
    Before we could actually perform an Init to the custom ODS, the deltas of the Standard ODS have run and due to selection of “Update all data targets" in Infopackage, a delta request has come into our custom ODS also.
    Before performing an init we deleted all the delta request from the custom ODS…
    After performing init (Without data transfer) when we tried to activate our init request our custom ODS throws an error msg " ODS Object was built incorrectly." On further help window we found that it asks to upload the Init request of Standard ODS ( Region - 1 ).
    Also we tried to delete our init request and create a new init but we are unable to delete the init selection which we created for the custom ODS. When we tried to delete the init request it prompts us to delete all the init request for that datasource.
    Additional Information:
    Version: BW 3.1C
    Please help us out !!
    Regards,
    Buela.

    Hi,
      Yes, but some times when you delete a delta loads from the ODS and do some init or full loads it will show ODS was build incorrectly, you can try this option, there wont be any major problem by doing this.
    Regards
    Sankar

  • Hi ODS Activation problem

    Hi guys,
    I have one delta request in my ODS. That delta request contains 0 records. But this request is not getting activate and as well as not deleting from ODS.
    Please provide quick solutions.
    regards
    raja

    Job started                                                                 
    Step 001 started (program RSODSACT1, variant &0000000002248, user ID PADMAJA)
    The last step of the activation still contains errors.                      
    Activation of data records from ODS object CAMSTO02 terminated              
    The last step of the activation still contains errors.                      
    Activation of data records from ODS object CAMSTO02 terminated              
    The last step of the activation still contains errors.                      
    Activation of data records from ODS object CAMSTO02 terminated              
    The last step of the activation still contains errors.                      
    Activation of data records from ODS object CAMSTO02 terminated              
    Report RSODSACT1 ended with errors                                          
    Job cancelled after system exception ERROR_MESSAGE

  • ODS activation failing with the reason : ODS not built properly"

    Hai,
             I have a process chain wherein I have an ODS thats being loaded and activated. The problem is that the load is successful but the activation is failing. When I see the process monitor, it says "DataStore ZXXXX built incorrectly; cannot update request REQU_******". When I checked this ods in RSRV, in test for ODS objects, the test for "Foreign Key Relationship of Reporting-Relevant ODS Object and SID Table Characteristics " failed with the errors like :"The SID values are missing for 2 specifications for characteristic ZLPORTG"
    Can somebody suggest me how I can solve this problem? It works fine in manual execution and the ODS shows the request is activated and the id is generated after activation.
    It is clearly a SID problem. Do I need to delete all data related to those objects everywhere in the system? I deleted data from that ODS and reloaded. But still the same problem!

    Hi,
    i think you should implement -Note 965599
    also check
    Note 961556 - DataStore (activation): Columns are initialized without rule
    Note 974833 - DataStore (activation): Columns initialized without rule
    Regards,
    San!

  • ODS Activation failures

    Generally it is obesreved that the ODS activation failes with error something like 'SID cannot be determined'. Also many times we see that ODS activation goes on for 2-3 hours. In this case when we manuall activate the ods it gets completed successfully. However, can anyone tell me the reason for long activation time and the error mentioned above. It would further be helpful if you could tell me the possible preventive measures to avoid manual interventions...Thanks for help in advance

    Hi Lye
    First i will explain the reasons for long running ODS.
    1.This is probably because of too many parallel ODS activations running at the same time.
    2.some times some particular jobs running may lock your ODS activation which you can monitor in SM37 which results lock waits and dead locks.
    If you see the PID no for the job which is involved in lock waits,if you feel that particular job is not important at that point of time you can terminate the job(not ODS activation job) and repeat the job after the succesful completion of the ODS activation.
    If the ODS activation fails with SID error as you mentioned,i hope this solution may help you.
    1.Check the request for the infopackage which is loading the ODS in RSRQ
    2.give the request of the bearing infopackage or request ID and execute in RSRQ
    3.it shows whether that reqest is updated in to your target correctly or not.If its not loaded check the IP processing setting whether the reuested data is reaching in to targets are not.some times data load happens till PSA then push the data by doing process manually step.
    4.Now reapeat the ODS activation step.
    but if it is SID issue, then load the master data for that particular characteristic and repeat the ODS activation step.
    Hope may help you
    Regards,
    Venkata Lakshmikanth

  • Problem with ODS activation -- Urgent

    Hi All,
    I have a problem with ODS activations, when I trying to activate ODS data automatically/ Manually. It is going to short dump.
    Could you anybody pls help me in this issue.
    Thanks in Advance
    Narendra

    Sorry for delay,
    I raised an OSS messsage and waiting from reply.
    The ODS fetch the data from 6 sources. all the 5 sources data is correctly updating in the ODS. I have ODS activation problem with only one soure data.
    The error is
    RSMO
    Inserted records 1-; Changed records 1-; Deleted records 1-
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 incorrect with status 4 in rsodsacstreq
    No confirmation for request ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9 when activating the ODS object ZPMPRCST
    Activation of data records from ODS object ZPMPRCST terminated
    SM37 Job log
    Error Message from Job log (SM37) (Highlights of the Job log)
    SIDs determined successfully for request REQU_49Y4VOQEDO6H73KDE354JNDB5 from ODS object ZPMPRCST
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 not correct
    Inserted records 1-; Changed records 1-; Deleted records 1-
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 not correct
    Inserted records 1-; Changed records 1-; Deleted records 1-
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 not correct
    Inserted records 1-; Changed records 1-; Deleted records 1-
    No confirmation for request ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9 when activating the ODS object ZPMPRCST
    SID assignment started at 07:41:12
    SID assignment finished at 07:42:22
    Activation started at 07:42:22
    Activation finished at 08:12:28
    Errors occured when carrying out activation
    Analyze errors and reactivate if necessary
    Activation of data records from ODS object ZPMPRCST terminated
    Activation is running: Data target ZPMPRCST, from 1.397.204 to 1.397.204
    Data to be activated successfully checked against archiving objects
    SIDs determined successfully for request REQU_49Y4VOQEDO6H73KDE354JNDB5 from ODS object ZPMPRCST
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 not correct
    Inserted records 1-; Changed records 1-; Deleted records 1-
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 not correct
    No confirmation for request ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9 when activating the ODS object ZPMPRCST
    SID assignment started at 07:41:12
    SID assignment finished at 07:42:22
    Activation started at 07:42:22
    Activation finished at 08:12:28
    Errors occured when carrying out activation
    Analyze errors and reactivate if necessary
    Activation of data records from ODS object ZPMPRCST terminated
    Activation is running: Data target ZPMPRCST, from 1.397.204 to 1.397.204
    Data to be activated successfully checked against archiving objects
    SIDs determined successfully for request REQU_49Y4VOQEDO6H73KDE354JNDB5 from ODS object ZPMPRCST
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 incorrect with status 4 in rsodsacstreq
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000002 not correct
    Inserted records 1-; Changed records 1-; Deleted records 1-
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000003 not correct
    Request REQU_49Y4VOQEDO6H73KDE354JNDB5, data package 000001 not correct
    No confirmation for request ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9 when activating the ODS object ZPMPRCST
    SID assignment started at 07:41:12
    SID assignment finished at 07:42:22
    Activation started at 07:42:22
    Activation finished at 08:12:28
    Errors occured when carrying out activation
    Analyze errors and reactivate if necessary
    Activation of data records from ODS object ZPMPRCST terminated
    Report RSODSACT1 ended with errors
    Job cancelled after system exception ERROR_MESSAGE
    RSODSACTREQ  Table Entries
    Table:          RSODSACTREQ                                                                               
    Displayed Fields:  10 of  10  Fixed Columns:                3  List Width 1000                                                                               
    InfoCube       Request ID                     Data packet number             Boolean    Boolean   Request ID                                                 ODS operation    Activ. status                                                                               
    ZPMPRCST     REQU_49Y4VOQEDO6H73KDE354JNDB5 000000             X       X             ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9     A                         0            
    ZPMPRCST     REQU_49Y4VOQEDO6H73KDE354JNDB5 000001             X                       ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9     A                        4            
    ZPMPRCST     REQU_49Y4VOQEDO6H73KDE354JNDB5 000002             X                       ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9     A                         4            
    ZPMPRCST     REQU_49Y4VOQEDO6H73KDE354JNDB5 000003             X                       ODSR_49Y5D1HMEA9OOGJD9VS1XTXY9     A                         4            

  • ODS Activation - Background Job in SM37 is still active

    Hello Gurus,
    When I try to activate an ODS Request, the START button is disabled. Then when I select JOBS button on the same screen, it shows the previous ODS activation job with ACTIVE status. But the previous job is already showing as ready for reporting with no problems. Is there any setting where the START button is enabled after the completion of the background job
    Thanks in advance

    Hi,
    There is no setting to enable to START button , it will be enabled automatically once the activation job is completed. Did you check if the activation job that was running was for the latest request? You can check this by looking into the job log where the request ID will be available. Sometimes even if the activation job is running in the background, the request in the ODS will still be in green status-not available for reporting and you tend to think that the activation has not started or the activation for the previous request is still running.
    First check the request ID in the job log to ensure which request is being activated and if the activation is completed. After this you can either stop the job or let it run based on the situation.
    Regards,
    Shilpa

  • ODS Activation Issue in Prod - Critical

    We are in BI 7. We have a huge ods ZXYZ in Prod. It has more than 400 million records. BEx reporting - off.
    Over the last weekend some data was added the requests were being activated and there was master data activity in parallel. The ODS activation failed with SYSTEM_EXCEPTION. Unfortunately not investigating the root cause, the ODS activation was resumed and it returned SYSTEM_CANCELED again as there was master data activity going on.
    The problem is that request is now partially activated and it became in faulty status. When trying to activate, we get the following error message.
    <i>Activation of M records from DataStore object ZXYZ terminated
    'A' and 'U' entries exist in RSODSACTREQ for request REQU_CTAKWUIM6ZAWBQC1K6Q5TVL8M - termination</i>
    When trying to delete that request which was partially activated, it fails complaining about Faulty status of the ODS.
    The problem is we are not moving forward as the request cannot be deleted/activated due to this.
    RSODSACTREQ table has Activation status 2  - Activate failed for this request.
    Can you experts please advice.

    Hi,
    I see that your message was not answered and you may not have this issue any more. But for future reference you could refer to note 947481. You might be able to use step 1 from this note to clean the failed request and reload your data.
    Hope it will help some day. It did work for us.
    Sameer Gandhi

  • Can you help me with FontExplorer font activation problems?

    Anyone know how to solve a font activation problem I am having with FontExplorer 4.2? I am on a new mac with new fonts, I am using Maverick with Adobe CS6. With my new mac I bought the latest version of FontExporer Pro X 4.2. This program is having trouble with font activation in all my Adoble suite apps including Indesign. Here is what I am seeing:
    1. The font activates, but the Adobe app does not recognize that it is active. If I go back to Font Explorer and deactivate manually, then re-activate manually. The adobe app might then recognize it. Sometimes it still doesn't. But this does not stay permanently, as soon as I do a restart I have to go through this process again. I see this more often with the User system fonts, but a few times with my regular fonts.
    2. Other times, such as in Indesign, I go to open the file and the file stalls and doesn’t progress while it is trying to activate the fonts.
    3. Another time I have seen after an illustrator file is opened the fonts aren't recognized as being opened and the text goes blank on the page.
    4. In all adobe apps, if I go to use "replace font" on the missing fonts (even though they are turned on) the "replace font" menu only shows the basic system fonts, it won't show me the other fonts turned on.
    I have seen these issues with both formerly created files and fresh new files.
    I have tried the following based on feedback from Font Explorer staff:
    Refresh your Spotlight database
    1. Quit all applications other than FontExplorer X
    2. Choose Tools > Refresh Spotlight Database
    Clean your font caches
    1. Quit all applications other than FontExplorer X 2. Choose Tools > Clean Application Font Caches (check all available checkboxes)
    3. Choose Tools > Clean System Font Caches (requires restart)
    Still after trying this multiple times, the errors continue and even get more random.
    I have also tried this based on their feedback:
    go to FONTEXPLORER X PRO -> PREFERENCES -> ADVANCED and make sure that "Automatically deactivate fonts which have not been activated by the system" is NOT set to never.
    Then click on TOOLS and clean all font caches. Then reboot the system.
    The auto-activation is using a new Apple technology (called Core Text), which unfortunately does not work correctly with some of the Adobe and Quark applications when keeping the fonts permanently activated. We are currently working on an update, and the next version of FontExplorer X Pro will fix this issue.
    This has also not work. Can anyone help me?

    Here is the official work-around for this problem.
    1. Locate "FontExplorer X Pro.app" in Applications
    2. Right-click on "FontExplorer X Pro.app" and select "Show Package Contents"
    3. Navigate to /Contents/Helpers/
    4. Double-click "FontExplorerXLauncher-3.app" or right-click and "Open" to launch it manually. This is needed only once, afterwards the plugins will work normally.
    Please make sure you open the version with the "-3" suffix, the other one does not fix the problem.

  • REAL problems with iMessage activation same with Face Time

    I'm having real problems with IMessage activation same with FaceTime, the phone shows the activation is being made but it does not activate!
    Apple ID and password is OK, it's working with other applications
    Any ideas guys?!

    My daughters had the same problem with both of their iPod Touches.  One logged back into iMessage and FaceTime, the other consistently would not login with the same error, "An error occurred during activation.  Try again." 
    Check your date and time.  Its likely incorrect.  Once the date is corrected.  Restart the device. 
    For what ever reason, some devices lose track of the date.  In my case, apparently, my daughters change the date to affect a particular game by advancing the date.  Little cheaters. (LOL)
    Hope this helps!

  • Activation problems with ipad 2 wifi gsm

    i have been having activation problems with ipad 2 ever since it was launched in sptemeber 2013. its gets stuck on server busy try later or try using itunes. even with itunes it does not activate. went to a apple reseller. he tried updating it through some DFU mode but did not go through. now he says that the ipad will have to be sent to US for repairs. any help or advise from the users ? thanks

    I have the same problem.I hope somone comes up with a solution or it is fixed in the ios 7.1 update

  • Activation problems with iPhone 5

    Has anyone had activation problems with iPhone 5 today?? is there any kind of trouble with itunes and wireless activation??

    I have unlocked and used iphone 5's before. Never had this problem.
    When I put my tmobile SIM in it;ll say no service then go back to the actviation screen after saying "activation required"

  • Good evening at all. I've a iphone4 with a big problem abitanti the botton of home. Of i presa the botton in any case, the screen si blocked . Do tuo grave the sale problem in other case? Best regatds

    Good evening at all. I 've one iphone4  with a big problem at the botton of home. Of i prese the b

    Please post in your native language. This makes absolutely no sense at all in English.

  • I think pesimo customer service three days, I'm looking for someone I can ayudr activation problem with my CC and can not find anyone who can help me.

    I think pesimo customer service three days, I'm looking for someone I can ayudr activation problem with my CC and can not find anyone who can help me.

    Online Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

Maybe you are looking for

  • Is there a way to view the information of a deleted Purchase Order?

    Hi SAP Experts, Is there a transaction or program that could help me retrieve the information of a deleted purchase order? (Header and LI) Please take into consideration that the document can no longer be retrieved in SAP thru the regular t/codes. Th

  • Issue with printing with Acrobat Reader X

    Hello, we recently upgraded to Acrobat Reader X on our Terminal Servers and we are having a print issue.  When a PDF is being printed, on any printer, the same fonts are not printing like how the pdf is being displayed on the screen.  This is only ha

  • CMP example and Oracle

    Hi, I have problem with containerManaged bean. After succesfully created connection pool I receive messages that container cannot map EJB attributes to table columns. Here are some parts of the log: weblogic.ejb.common.DeploymentException: Could not

  • BAPI to reject PO (like ME29N functionality to reject PO)

    Is there a BAPI to reject PO (like ME29N functionality to reject PO). The BAPI_PO_CHANGE does not have the functionality to change EKKO- PROCSTAT. Is there a BAPI that can update EKKO-PROCSTAT? Thanks, Apollo

  • USB Audio issues - Philips SpeechMike - Fusion v3.1.2 on 10.6.6

    Hello all. Sorry, I know this is a cross-post on the VMware Fusion forums too... but the issue seems to be Apple related based on the 10.6.3 bugfix. I am at a loss here and hope someone has a few pointers. We use the Philips speechmike devices for di