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

Similar Messages

  • Error getting SID

    Hi,
    I am getting the following errors in the activation of ODS.
    1) Error getting SID for ODS object ZMMIVO01     
    2) Value 'PPM@HIGHWA' (hex. '50504D40484947485741') of characteristic ZCUSTREF contains invalid characters     
    3) Error when assigning SID (details in long text)
    Please help me in resolving this and I can assure full points for very helpful answers
    Thanks,
    RV

    Hi,
    1) SID errors
    SID errors occurs generaly when master is not loaded and activation takes place.
    If master data is loaded perform attribute change run and try again.
    Also try repairing master data object in RSRV.
    2) Invalid char
    I think you are facing an invalid character issue.
    This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
    I will add the step by step procedure to edit PSA data and update into target (request based).
    Steps
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    This should solve your problem for now.
    As a long term you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in cube or add that particular achr to permitted character list in BW (Run TCODE RSKC
    Input the <character> and execute the program) This will add <character> to the allowed characters list.
    Refer
    /people/sap.user72/blog/2006/07/23/invalid-characters-in-sap-bw-3x-myths-and-reality-part-2
    Thanks,
    JituK

  • 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

  • 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

  • ODS Activation queue not getting cleared after activation

    Dear Experts,
    I have a strange situation in my BI 7.0 system. Within one ODS I have an activation queue (new data table) of around 34Gb in size. As far as I know, this table should be empty, because all requests are activated correctly.
    Every night a delta is loaded into the ODS and there are no errors. But still the data remains also in the activation queue.
    In fact: All requests since the initialization still reside in the activation queue.
    My question is: Can I savely delete all data from the activation queue?
    It is only occuring for one ODS, all other ODS'es do clear the activation queue succesfully.
    Here is a part of the log for the last delta load, which might lead to the actual problem:
    07.10.2008 00:07:39 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_D48V1ORBHRBOPNPN3S8I1RUEC with ID 00073900        RSM            703
    07.10.2008 00:07:40 Parallel processes (for Activation); 000003                                                                       RSODSO_TOOLS        018
    07.10.2008 00:07:40 Timeout for parallel process (for Activation): 000600                                                             RSODSO_TOOLS        019
    07.10.2008 00:07:40 Package size (for Activation): 020000                                                                             RSODSO_TOOLS        020
    07.10.2008 00:07:40 Task handling (for Activation): Backgr Process                                                                    RSODSO_TOOLS        021
    07.10.2008 00:07:40 Server group (for Activation): No Server Group Configured                                                         RSODSO_TOOLS        022
    07.10.2008 00:07:40 Parallel processes (for SID Gener.); 000003                                                                       RSODSO_TOOLS        018
    07.10.2008 00:07:40 Timeout for parallel process (for SID Gener.): 000600                                                             RSODSO_TOOLS        019
    07.10.2008 00:07:40 Package size (for SID Gener.): 020000                                                                             RSODSO_TOOLS        020
    07.10.2008 00:07:40 Task handling (for SID Gener.): Backgr Process                                                                    RSODSO_TOOLS        021
    07.10.2008 00:07:40 Server group (for SID Gener.): No Server Group Configured                                                         RSODSO_TOOLS        022
    07.10.2008 00:07:40 Activation started (process is running under user OLTP_RFC)                                                     RSODSO_PROCESSING     029
    07.10.2008 00:07:40 All data fields updated in mode "overwrite"                                                                       RSODSO_TOOLS        023
    07.10.2008 00:07:40 Process 000001 for determining SID for InfoObject 0STORNO started                                               RSODSO_PROCESSING     045
    Thanks,
    Steven Groot

    Dear Experts,
    Finally I got some input from SAP about this issue, which resolved the error.
    Within the table RSODSACTREQ, there was an entry with an errorstatus. This entry was the cause of the activation queuenot being deleted.
    As quoted by SAP in response to my OSS Message:
    The RSODSACTREQ table records requests which have been activated.
    However, sometimes this table can contain requests which have actually
    already been deleted.
    The timestamp for this request (REQU_ELCCK3YPESODU19NXQH9BQZ70) is the
    19th of Feb 07, yet there is no such request in the ODS (first request
    is the 20.02.2007).
    Such a request, which has an entry in RSODSACTREQ with status "2"
    will prevent deletion of the new data table.
    If the request does not exist anymore in the change log table and there
    is no data for the request in the active table, then you can resolve
    this inconsistency by deleting the entries for this request from table
    RSODSACTREQ, and then the activation queue will be truncated with the
    next successful activation.
    Maybe you can use this information if it is applicable to your situation as well.
    Regards,
    Steven Groot

  • 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

  • Windows 8 activation problems (error: 0x80070426 )

    Hi,
    I've installed Windows 8 for some time now and I get pop ups that I don't have a valid account number in place even though I have a legit serial. 
    I want to enter this serial but I can't for some reason because the slui program isn't working. 
    error: 0x80070426 is what I get. I've tried accessing Software activation but that isn't in the list.
    Please help me.

    Please repost your problems in the proper Windows 8 forum here -
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install - where experts can assist.
    I suspect the problem lies with the SPPSVC service - check that the service is set to 'Automatic (Delayed start)'
    Noel Paton | Nil Carborundum Illegitemi
    CrashFixPC |
    The Three-toed Sloth
    No - I do not work for Microsoft, or any of its contractors.

  • Error ODS activation - sql error when accessing a table.

    Hi,
    sometimes occurs an error by activation ODS. I have proces chain and when is loaded second packet an error occurs. In monitor>>
    -RSMPC 128, datapacket 3 is wrong, with status number 9
    -RSMPC 131
    -RSDRO 108 - communcation error (sql error when accessing a table)
    In sm21>
    -sql error when accessing a table
    -The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was  
    either                                                      caught nor passed along using a RAISING clause, in the procedure <b>"UPDATE_ATAB"</b>   "(FORM)"                                                                    
    Since the caller of the procedure could not have expected this exception     
       to occur, the running program was terminated.                               
      The reason for the exception is:                                             
      The database system recognized that your last operation on the database      
      would have led to a deadlock.                                                
      Therefore, your transaction was rolled back                                  
      to avoid this.                                                                       
      ORACLE always terminates any transaction that would result in deadlock.      
      The other transactions involved in this potential deadlock                   
      are not affected by the termination.
    I have BW 3.5.
    Thank You very much.

    There are a few different scenarios that I can think of where this might come up that all involve what might resulting in parallel (concurrent)processes:
    Loading packets in parallel - that is there are X number of processes loading packets concurrently. This could be set in your IMG settings system wide or in the InfoPackage for just this datasource.   You seem to indicate that you don't have this.
    Database parallel processing - RSAMDIN - ORA_PARALLEL_DEGREE ( there was a different RSADMIN parm for older versions - forget what SP the change came with).
    You have multiple InfoPackages for the datasource, each loading what should be a different range of data, and they run atthe same time.
    You could be loading from two different datasources to the ODS at the same time.
    If any of these are true, I would look at bumping the INITRANS setting up.  Your DBA will probably need to do this for table and its indices.  There is a Note - 831234 that allows you to create a parameter in RSADMIN that will specify a INITRANS value (e.g. 20) rather than using the default. The ODS would need to be activated to pick this new setting up for the table to be altered. 
    You could also look at the Processing settings for the InfoPackage and change to PSA first, then target to see if that helps. 
    Or if you are loading from two different datasources at the same time, you might adjust your schedule so that doesn't happen.
    Pizzaman

  • Cisco SASD Problem - Error getting view XML for window, The underlying connection was Closed

    Dears,
    I have a error message when I try to view video wall from Cisco SASD. this issue cause the application immediately closed and Cisco SASD showing the login page again.
    kindly help me to resolve this issue.

    we need to look at PC wise and as well VSM side. i'm not sure why xml error is popping up. it could be different issue. need to look at the logs with VSOM, system configuration and Debug logs to understand, at what instant the error is triggered. so that we could understand how the xml is handled by VSOM.
    I'm sure you have uninstalled and re-installed the SASD?
    i would suggest to open up a TAC case since this needs much more of insight of logs or help me with above logs.

  • ODS data activation problem

    Hi,
    I have to load description from the flat file into the ODS since the ODS data needs to be a replica of the flat file.
    As the description is greater than 60 CHAR, I have split the description into 3 infoobjects in the transfer rule, using the individual line routine.
    After data is loaded into the ODS, the technical status as well as the total status is green, but when I activate the request for that corresponding load, the activation fails i.e. the data is present in the 'New Data' table, but it is not moving into the 'Active Data' table.
    Then, I tried a different method.
    I activated the setting in the ODS; 'Activate ODS object data automatically' and tried to load the same data with the same conditions to the ODS.
    This time the loading failed, giving multiple errors like;
    1) Value 'Absence Transactrion Dataload Failure ' (hex. '416273656E6365205472616E7361637472696F6E204461.
    2) Value 'ifying days ' (hex. '696679696E672064617973 ') of characteristic Z_LDES2 contains invalid cha.
    3) Activation of data records from ODS object DES3_ODS terminated.
    4) System error: RSDU_ANALYZE_TABLE_ORA/ ORACLE.
    5) Error getting SID for ODS object DES3_ODS.
    6) Error when assigning SID (details in long text).
    7) Error when assigning SID (details in long text).
    Please provide a solution for this.
    <b>*********Points will be rewarded*********</b>

    Hi Praveen,
    Thanks for the soltion.
    I checked in RSRV. There were no errors.
    So, I tried loading the data again. This time, I got the same error.
    But when I checked the contents of the Active table of ODS, the data was loaded, although in RSMO the status was RED.
    The laoding was successfull as of now, but lets hope this problem doesnt occur again.
    Please help, if you have any idea regarding this problem.

  • 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 data Activation with error BRAIN060

    Hi guys,
    I have the next situation with the data activation in a ODS.  The ODS have the extraction completed, but when I try to do the manual activation a error BRAIN 060 is caused:
    1st.:
    Error getting SID for ODS object ZPUR_OP
    Message no. RSM1187
    2d:
    Value 'AYD CALPDS' (hex. '415944A043414C504453') of characteristic 0COORDER contains invalid characters
    Message no. BRAIN060
    Diagnosis
    The following standard characters are valid in characteristic values as default:
    !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
    Characteristic values are not allowed if they only consist of the character "#" or begin with "!". If the characteristic is compounded, this also applies to each partial key.
    You are trying to load the invalid characteristic value 1. (hexidecimal representation 415944A043414C504453).
    3st:
    Error when assigning SID (details in long text)
    Message no. RSDRO303
    System response
    Request: REQU_4C4G67RXIW7C3PV88B1BMB4ZX
    Data package: 000795
    Data record: 12.153
    InfoObject: 0COORDER
    The error is the master data and the assigment SID; but the extraction did without PSA; only datatarget.  With this I can´t modify the data erroneus.
    Is possible force the activation or I can apply other correction that not be repeat the extraction?
    Please,I need your quick collaboration.
    Regards,
    Jeysi

    Hi Jeysi,
    You can make the changes in ODS. If this request is not activated yet, in this case this data is available in your New Table of the ODS. You can make the changes in this data directly in this new Table.
    After doing this changes it will allow to activate this request. Also you can find this New Table in object configuration.
    Or
    Go to Manage of ODS -> Go to Contents TAb-> In this Button at bottom with New Data. Please go through this and make the changes in New Data.
    But prior doing this changes please check / analyse the reason correctly as per business requirement. Suggest them to take care of this in future to end users.
    This will deffinately helps you.
    Regards,
    Mahesh

  • ABAP/4 processor: RAISE_EXCEPTION error while ODS Activation

    Hi all,
    We are facing the problem with ODS Activation.
    While ODS activation, we are getting error - "ABAP/4 processor: RAISE_EXCEPTION" very frequently .
    Could anybody please guide me why this error happened and how we can recover this error and is there any precautions to avoid this error.
    Thanks & Regards,
    Sudharsan

    Hi Sunil,
    Thanks for your reply.
    I dont have much knowledge on ABAP and how can you please let me know how this error resolved by your ADMIN team.
    Since we are facing this problem frequently, anybody tell me atleast, why this error happened?
    Regards & Thanks
    Sudharsan

  • ODS Activation Error:characteristic 0CALMONTH is not plausible

    HI,All:
      i have upload data from flat file to ODS successfully,but i am get following error when i try to activation data in this ODS.
    - Error getting SID for ODS object ODS_DX01
    - Value '000120' of characteristic 0CALMONTH is not plausible
    - Error when assigning SID (details in long text)
    - Activation of data records from ODS object ODS_DX01 terminated
    How should i get rid of this error. Any idea would be appreciated.
    Regards
    Jerry

    Hi Sandeep,
    Appreciate if u dont copy other posts..and use it as ur own..!
    ODS Activation Error
    (u can freely post a link to other's posts..with due credit to the author)
    Vishvesh
    Message was edited by:
            Vishvesh Bahirat

  • I cannot reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "activation server error, Code: E_AUTH_NOT_READY" What kind of problem is this and what is most important, how can I solve it quickly.

    I cannot reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "activation server error, Code: E_AUTH_NOT_READY" What kind of problem is this and what is most important, how can I solve it quickly. I am on holiday and want to read. Thanks for speedy reply.

    Yes, actually I talk about Digital editions. Do you know how to solve the problem as described in my first mail for Digital Editions? Thanks for your  kind assistance.

Maybe you are looking for