Activation of ODS fails

When manually activating ODS Data from the target the process is failing. This is confirmed in (SM37) and in ST22.
When we run the "Check how up to date the generated programs of an ODS are  from (RSRV) the results (without the option of a correct button) is saying
> Activation program is not current,
> Difference in Line 12,
> Lines in temporary program :L_S_chgdata type /bic/b0002712000,
> Lines in active program L_S_chgdata type /bic/b0002714000,
> Activation program has to be generated again.
We have tried to force activation using (RSODSACT1) but get a similar reference to the messages in RSRV and have used (RSODSACRREQ) which shows our request has a status of 0 which is inferring the request has been activated??
In the end our request is green in the data target and the load monitor but remains inactive and is not available for reporting. Does anyone have any suggestions to help?
Thank you in advance
Helen

Thanks to all for your responses, we have solved the problem.
For completeness of the thread:-
Per my earlier posting the load status via manage the data target is green but the data is not available for reporting we can also see the new data in the ODS Table
The load monitor technical status is also green and indicates that the data requires manual activation
When we tried to manually activate the data in the target the process fails but the load remains green
(SM37) indicates that load activation was cancelled stating the reasons given in earlier postings.
Pankaj,
Thanks for your responses, yours was the most help.
Resolution:
We effectively added a new field to the ODS then checked, saved and activated the ODS; watching the system talk in the bottom left confirmed that the program stated in the error messages was regenerated. We were also lucky in that the problem was in or DEV client so we could empty the ODS, reload it and the regenerated program enabled the activation to complete with no errors. We removed the dummy field and checked, saved and activated it again before transporting it to QAS. Not perfect but it worked.

Similar Messages

  • Activation of ODS failed ( error brain 60)

    Hi,
    Data is loaded with status green in ODS.But during activation of ODS,it gives message for one of the characteristics :
    1.Value 'RFI 773371 NAT      ' (hex. '52464920373733333731204E4154A0A0A0A0A0 ') of characteristic ZABC contains invalid (BRAIN60)
    2.Error when assigning SID: Action VAL_SID_CONVERT table ZABC
    Info Object 'ZABC' is gettin only transaction data.(No master/text table created)
    No error records are shown up in PSA.
    Ne idea !!
    Regards..

    The string you provided contains ivalid symbol. They are not acceptable by ODS. You need to remove or replace them.
    You can see some code examples on how to do it:
    CODE:
    FIELD-SYMBOLS: <ic> TYPE x,
    <tc> TYPE c.
    DATA:
    ch1(32) TYPE x VALUE
    '00200120022003200420052006200720082009200A200B200C200D200E200F20',
    ch2(32) TYPE x VALUE
    '10201120122013201420152016201720182019201A201B201C201D201E201F20'.
    TABLES: ...
    DATA: ...
    $$ end of global - insert your declaration only before this line -
    RESULT = TRAN_STRUCTURE-sgtxt.
    Exclamation mark is not permitted as a first symbol of the field
    content
    Replace Invalid Characters by SPACE
    ASSIGN ch1 TO <ic> CASTING.
    ASSIGN <ic> TO <tc> CASTING.
    TRANSLATE RESULT USING <tc>.
    ASSIGN ch2 TO <ic> CASTING.
    ASSIGN <ic> TO <tc> CASTING.
    TRANSLATE RESULT USING <tc>.
    returncode <> 0 means skip this record
    RETURNCODE = 0.
    abort <> 0 means skip whole data package !!!
    ABORT = 0.
    Hope it helps.
    Regards

  • Activation of ODS fails: Change-Log Request ODSR_... does not exist in ODS

    Hello Experts,
    I have a problem loading in an ODS object in Release BW 3.5. This load is in parallel to loading in a Cube and InfoObjects from 10 different SAP sources monthly.
    Everytime, I load data, Activation fails. The Error message is "Change-Log Request ODSR_... does not exist in ODS ..." These Requests (30 requests) are very old starting with the Go-Live date of the application in 2005. If I search for the first Request in Reconstruct, a request without a InfoPackage-Name is found and if I reconstruct the request, all other new loaded Request are activated and everything is fine. The next month, the same error appears, but without the one old request in the list reconstructed the month before of course.
    A few months before I had to repair loading and deleted also requests in the ODS. Then I realized my mistake, that reconstruction is not possible, because the request was gone in the reconstruction list. So I searched for the PSA Request in the ODS reconstruction list, found the requests and reconstructed these. Could this be the reason for my current problem?
    But how can I stop this error? Reconstructing all of the requests did not work, because one request says, no active update rules exist for this request. So I stopped reconstructing every request of the long list.
    Please help me, I could not find any helpful information until now ...
    Many thanks in advance,
    Hannes

    Hi,
    For the old requests that you don't want and that are not valid, goto the monitor for those and mark them red. After that you won't face any problems while activating the new requests.
    The reason this is happening is that during activation BW thinks that these old requests are valid as they are green and tries to activate them as they are in squence. When it dosen't find them then it gives the error. If you mark them red, they are ignored and the next request is taken into consideration.
    Cheers,
    Kedar

  • Error while activation of ODS Object.

    Hi,
    I have loaded the data from R/3 to a ODS Object and the activation of ODS failed due to the following errors as shown below..
    -Value '20060 ' of characteristic 0CALQUARTER is not plausible
    -Error when assigning SID (details in long text)
    -Activation of data records from ODS object ZODS_02 terminated
    -Error getting SID for ODS object ZODS_02
    I could see that Calendar Quarter as 20060 in table /BIC/AZINV_O0240. There is a calendarday mapped to quarter and year in update rules of ODS object. How the calendar quarter is populated in update table in BW. How should i get rid of this error. Any idea would be appreciated.
    Regards,
    Raj

    don't post same issue twice. Bhanu working on your thread.
    check this ...
    Raj,
    you are getting this calender qurter from SAP right... check in RSA3 fro the your Datasource. if you are getting same value like '20060'. you can do one thing... you can set 'No Update' in Transfer Rules. you can write a routine in Update Rules for populating the data for calender Week.
    you can call some standard function modules or you can write a small routine. If you want to write a routine check this thread...Re: Date to Quarter
    Possibilites:
    1. updtae rules
    2. if RSA3(PSA) shows the value of the Quarter as '20050', if it is custom extractor(Generic using FM) you can change this.
    3. If it is Standard Extractor or Generic Extractor (using either view/table or Infoset) you can enhance this. you can do the same thing in SAP Side.
    All the best.
    Regards,
    Nagesh Ganisetti.

  • Activation of data fails in ods with error 9

    I am running the a process chain and during the process, activation of data in ODS fails with error 9.
    any suggestions to correct the issue?

    Hi,
    open the Process Chain if the load is through PC.
    right click on the failed task and click repeat.
    in the pop-up window leave the seconds field blank and click continue
    you can find the activation has started again.
    this muct help resolve your issue.

  • Error while activating the ODS (high priority ticket)

    Hi BW guru's
    I am facing major issue while activating the ods i am getting this below error.
    Request REQU.....,data package 000002incorrect with status 5
    Request REQU.....,data package 000001 incorrect with status 5.
    If any1 has come across this issue pls help me out .
    I will reward the points surely.
    Cheers,
    Rakesh

    Hi,
    ODS activation error
    Re: ODS Activation Failed with Status 5
    ODS activation is failing with  incorrect with status 5 erro
    Re: Error Activating the ODS data
    ODS Activation error
    Regards,
    San!

  • ODS Failed

    I'm  working in BW 3.1c,
    Failure: I got an ODS failure Issue. The load is a full load,the loading was successful, but only the ODS activation got failed.
    Error Message:
    Request xxxxxxx, data package 000001 incorrect with status 5 rsodsacstreq
    Request xxxxxxx,data package  000001 not correct
    Inserted records 1-;Changed records 1-,Deleted records 1-
    No confirmation for request XXXXXXXXXXXX when activating the ODS object XXXx
    Error while exporting data
    Steps Taken:
    I manually activated it ,but it again failed.
    I treiggered the load again,but it again failed in the ODS activation step.
    We did runstats and table re-org and then triggered the load , but it failed in ODS activation
    Please help me in this issue
    Regards,
    Kicha

    Hi Kicha,
    Error 5 in table RSODSACTREQ (error RSMPC 128) means that there was an error during an rfc-call in the activation.
    The problem is often temporary like no resources available. Normally you can find further information in sm21 or st22 at the time
    of activation.
    The solution is simply to restart the activation of the particular request.
    Table RSODSACTREQ
    Status Situation
    0      finished
    1      error_update
    3      error_rollback
    5      rfc_error         -> Restart the activation of this request.
    Rgds,
    Colum

  • Error Wjile activating the ODS

    Hi Gurus,
    I am facing an error while activating the ods please find the message shown in the job log .
    Request REQU_74JUNZ5CM70EWN1XKSP0W5KWI, data package 000024 incorrect with status 9 in rsodsacstreq
    Request REQU_74JUNZ5CM70EWN1XKSP0W5KWI, data package 000025 incorrect with status 9 in rsodsacstreq
    Request REQU_74JUNZ5CM70EWN1XKSP0W5KWI, data package 000026 incorrect with status 9 in rsodsacstreq.
    Please suggest how to activate the ods,
    Regards,
    Vikram

    Hi Vikram,
    Check data in Data Package 24,25 and 26 there is error in some of the data. this u will find Details  tab.
    Delete the request from the ODS and
    then EDIT the data in PSA and load the data in the ODS again.
    then Activate it.
    Then it wont fail.....prior to these find the records for which the activation is failing....so that u can edit in PSA.
    Thanks,
    Nagesh.

  • While activating the ODS i'm getting these errrors

    Hi All,
    While activating the ODS i'm getting these errrors,
    1) The creation of the Export Datasource failed
    2) RFC Connection to the source system is damaged --- no metadata upload
    3) Error when activating ODS object
    What would be the reasons.............?
    Plz Reply back me on [email protected]
    Regards,
    Kiran

    Hi,
    Im finding a similar issue but with task SDE_ORA_GLJournals,
    the code is :
    AND DECODE(, 'Y', GL.LEDGER_ID, 1) IN ()
    AND DECODE(, 'Y', GL.LEDGER_CATEGORY_CODE, 'NONE') IN ()]
    the parameters are also fine in the parameters file.
    Has anyone found a solution or an explanation for this?
    Thanks a lot, regards
    Nestor

  • BO XI 3.1 : Active Directory Authentication failed to get the Active Directory groups

    Dear all 
            In our environment, there are 2 domain (domain A and B); it works well all the time. Today, all the user belong to domain A are not logi n; for user in domain B, all of them can log in but BO server response is very slowly. and there is error message popup when opening Webi report for domain B user. Below are the error message: 
           " Active Directory Authentication failed to get the Active Directory groups for the account with ID:XXXX; pls make sure this account is valid and belongs to an accessible domain"
          Anyone has encountered similar issue?
       BO version: BO XI 3.1 SP5
       Authenticate: Windows AD
    Thanks and Regards

    Please get in touch with your AD team and verify if there are any changes applied to the domain controller and there are no network issues.
    Also since this is a multi domain, make sure you have 2 way transitive forest trust as mentioned in SAP Note : 1323391 and FQDN for Directory servers are maintained in registry as per 1199995
    http://service.sap.com/sap/support/notes/1323391
    http://service.sap.com/sap/support/notes/1199995
    -Ambarish-

  • Error while activating the ODS

    Dear Experts,
    Please help me out,
    I am facing one problem while activating the ODS of 0FIGL. Data is uploaded successfully into the ODS but while activeting the ODS, it gives the following error message :
    Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0DOC_HD_TXT
    Value 'SWITCH 24 PORT MANAGED -I' (hex. '00530057004900540043004800200032003400200050004F00') of characteristic 0DOC_HD_TXT
    SID determination finished for InfoObject 0DOC_HD_TXT
    I have also read out all the related post & also applied them in this but still the position is same.
    also in RSKC, all the characters are allowed.
    please suggest.
    Thanks in advance
    Neha
    Process 000090 returned with errors

    Hi,
    Pliz go thru below article for restricting Invalid chars.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0afbb81-f219-2c10-4181-b20f6b10e373?quicklink=index&overridelayout=true
    It might give u an idea or solve your issue.
    Thanks,
    Jitender.

  • Error while activating the ods ( prod.issue)

    Hi BW guru's
    I am facing major issue while activating the ods i am getting this below error.
    <b>Request REQU.....,data package 000002incorrect with status 5
    Request REQU.....,data package 000001 incorrect with status 5.</b>
    If any1 has come across this issue pls help me out .
    I will reward the points surely.
    Cheers,
    Rakesh

    Hi Rakesh
    The error message
    "Key value exists in duplicate (not allowed by the ODS object type)" in the snap you sent, means you set the ODS for unique records. Thats why its not allowing a second with the same value, which is already in the ODS.
    Please check your ODS settings, if 'Unique Data Records' is checked or not.
    Sorry for my late response!
    Regards
    GSK

  • Error while activating 0FIGL_O02 ODS

    Hi ,
    It showing error while activating 0FIGL_O02 ODS .I have already allowed all special character "ALL_CAPITAL,.<>?/:;"{}[]||=-)(*&^%$#@!~`"'-_,ALL_CAPITAL_PLUS_HEX",but it's still showing error in particular field  0DOC_HD_TXT .
    Errror:Value 'AMITBHANDARKAR          ' (hex. '41004D00490054004200480041004E004400410052004B0041
    Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0DOC_HD_TXT
    What is the error in this name.

    Hi rajesh ,
    While activation and creating the SIDs the system will perform the sanity check which will ensure to throgh th error if u trying to load some lower cse letter to IO which doent have the u lowercase check box as checked. You can edit the IO then and also proceed with saveen suggested by processing all capital.
    Thanks,
    Deepak

  • Error in Activation of ODS Data

    Dear All,
    I am getting this error msg while activating ODS Data, It says its not able to execute one of this statements while activation
    Program Name: GPBUJ6PU7X5TA8TLJSDOPVSU2Z7
    The program terminates at this line
    Types corresponding to Change-Log-structure
      l_s_chgdata TYPE  /BIC/B0000103000,
    The DDIC does not have an table name by /BIC/B0000103000 which the program is trying to refer, Kindly do provide me your help and input on this.
    Thanks.
    Fayak.

    Hi Siggi,
    Thnx for your reply, I did as suggested by you, activated the ODS and update rules again but it was not able to activate the data again I ran the RSRV as suggested by you i got an list of errors
    Test for Activation Program
    Active generated load program not available
    Activation Program is not Current
    Lines in temporary program: l_s_chgdata TYPE /BIC/B0000103000
    Activation program has to be generated again
    I ran the correct error but not to any avail, could you kindly guide me on this, I was previously loading data to this ODS successfully from a 300 client now I am trying to do this from an 400 client and I am facing this error.
    Thanks,
    Fayak.

  • Error during activation of ODS data

    Hi all,
    I am getting error during activation of ODS data.
    Error: Error occur during activation.
    How to check , where that error exactly occurs.
    Appreciating any response.

    Hi Santosh,
    SM37 is mainly for monitoring the back ground jobs...... both in R/3 side and BW side this is same.. just for monitoring the background jobs... fisrt by using SM36 basis people will schedule in background.. and we just identify.. which are completed and which are not completed... in SM37.
    there are various status they are
    PLANNED
    RELEASED
    CANCELLED
    ACTIVE
    FINISHED
    READY
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/frameset.htm
    In Sm37 u can see the different options for background jobs, like Scheduled, released, ready,active, finished, canceled.. If u want to know the Status of the current running job, U just type the job name, user name then click execute(F8).
    hope this helps
    regards
    Karthik
    Assign points if helpful

Maybe you are looking for

  • HP Pavilion 15t Issues with Limited Internet Connectivity on Windows 8

    So, I just received my new HP Pavilion 15t-e000 CTO Notebook PC last week, it runs Windows 8, & it's a 64 bit. The only problem I've had is staying connected to my wireless Internet. The connection will cut out at random intervals saying "Limited" in

  • Macbook pro no sound

    I have tried every resource on the net... can anyone help? sound works when i turn on the mac but anything eles I get the circle with a slash and there is no adjustment or sound when I turn up or down. I bought this new in 08 and this is the only pro

  • Itunes 8 install - getting error with 'Bonjour Service'

    when trying to install I get the error... "Service 'Bonjour service' (Bonjour Service) failed to start. verify that you have sufficient privileges to start system services." No I have gone into the admin and set it to restart, and apply, but still IT

  • NullPointerException in vector get method call.

    Hi guys. I've got this slab of code that is realy getting on my titties. I can see that everything is being passed as it should be, but when i try to append the vector entries to StringBuffer array elements, i get this little darling error. Please, i

  • OID in wl 5.1???

    I am unable to get appropriate values through snmp agent using snmpwalk command. A am getting the message end of MIB... please advise on correct OID.