Facing the error in activate data in DSO

Hi Experts,
i am facing the error while activating the data in DSO. i am getting data in NEW DATA.
please let me know if you have concerns..

hi Sowjanya,
Go to RSA1 -> 0MATERIAL (i think this is your characteristic, but please check, it is not very clear from screen shot).
Right click on 0MATERIAL -> maintian master data -> you'l get a selection screen. Enter value "Coaching" for material. It will most probably give you a pop-up saying that the value does not exist.
Now execute the selection screen without entering any value (the timer on the top). Create New record from the Create icon on top. Enter value Coaching for material. Rest fields should be left blank. Save and come back.
Now right click on 0MATERIAL -> Activate Master Data.
Once activation is done, you should go and activate your data.
IF the above does not work, then the error is in data that you loaded to your DSO. For that you will have to delete the request from your DSO. Now go into RSA1-> PSA (2LIS_01_S262) -> right click -> manage. Edit data into PSA : turn the value Coaching to COACHING. Save and come back.
Re-execute the DTP which loads to DSO, repeat the activation.
Please share if this works / not.
Thanks,
Sheen

Similar Messages

  • Facing the error in DSO.

    Hi Experts,
      I am getting error in standard DSO while activating the active data facing the error like below.
    please let me know if you have any one idea about this error.
    thanks,
    kavya.

    Hi ,
    Is 30,40  a valid  currency ? I don't think so !! Currency will be USD, INR, CAD something like that .
    If it is not a valid currency  then you can try correcting the data at  PSA and also inform the business to correct at the source transaction.
    If yes(valid) then try to transfer the currency from the source system as follows
    Go to the source system->right click->transfer global settings.... Select Currencies and then select Update and then execute it, and then load the Data.
    Also please be informed that the infoobject 0LOC_CURRC2 refers to 0CURRENCY infoobject .
    Hope this helps...
    Regards .

  • Change DSO setting affect the error when activate it

    Hi Experts,
    My problem is when I change setting for Data Store Object named
    0FIAP_O03 to make it automatic activated data by checking the option
    for Activate Data Automatically, then I got the short dump screen
    saying
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          21.05.2009 14:17:39
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
    in
    procedure "_UPDATE_DIRECTORY_TABLES" "(METHOD)", nor was it propagated by a
    RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    Could anybody give me the solution?
    Thank you in advance.

    Hi Sreekanth,
    Thank you for your reply,
    I have executed program RSDG_ODSO_ACTIVATE and I got the same error as normal activation process.
    And I have executed the function module RSDRO_GENERATE_PROGRAMS and I got the error message "No suitable namespace available".
    Do you think this may be from Database problem?
    Because sometimes I can delete objects in system but sometimes it's not working. I ask the basis guy to check this but don't get the answer yet. I also check DB02 and found not anything alert.
    Thank you,
    Sukanya

  • Error while activating data in DSO

    Hi Gurus, While activating I am getting these 2 messages "Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER" and the other message is "Fiscal year variant K4 not expected" and in some other Data Packages I am getting "Error when assigning SID: Action VAL_SID_CONVERT table 0FISCPER"
    Kindly help in this matter.

    Hi,
    Try these threads.
    Error when activating data in 0FI_GL_04 ODS (SIDS)
    Unable to activate data in DSO
    Error when assigning SID : Action VAL_SID _CONVERT table
    Can'T Activate ODS Data
    FI error in rspc chain
    Same issue as yours.
    Hope this helps.
    Thanks,
    JituK

  • Invalid character error while activating data in DSO.

    Hi Experts,
    We are facing an issue with presence of invalid characters in data from source. This throws SID generation error while activating data in DSO. Long text of error shows like this:
    "Value " ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" (HEX 000D0120012001200120012001200120012001200120012001) of characteristic  contains an error at position 1"
    Also we've tried adding the character " Ġ " in TCode RSKC, but it then shows as a rectangle box which I'm not able to copy manually(looks like a blank space or something of that sort).
    We've tried implementing routine to remove special characters while loading data, but still it fails. Due to huge amounts of data, its practically unfeasible to check each record manually.
    Any useful suggestions will be acknowledged.
    regards,
    anoop

    Hi,
      We are using following code for the same purpose. U can use it at infoobject level mapping. This code will check value of each character in the data coming, whether it is in RSKC, if it is a allowed one then it will be passed as it is. Otherwise it will replace that character by space.
        data: l_d_length like sy-index,
                 l_d_char type c,
                 l_d_index type sy-index,
              l  oopx like sy-tabix.
        data : xinfobj(30) type c value 'RABC'.    -> this is ur infoobject name
        clear : result.
        call function 'CONVERSION_EXIT_ALPHA_INPUT'
          exporting
            input  = tran_strucutre-XYZ     -> object name in ur structure
          importing
            output = result.
        l_d_length = strlen( result ).
        do l_d_length times.
          l_d_index = sy-index - 1.
          l_d_char = result+l_d_index(1).
          call function 'RSKC_CHAVL_OF_IOBJ_CHECK'
            exporting
              i_chavl                 = l_d_char
              i_iobjnm                = xinfobj
        I_S_COB_PRO             =
        I_T_COB_PRO_CMP         =
           exceptions
             chavl_not_allowed       = 1
             others                  = 2
          if sy-subrc <> 0.
            result+l_d_index(1) = ' '.
          endif.
        enddo.
    Regards;
    Jitendra

  • How to rectify the errors in master data loads & transactional data loads?

    hy,
    please any one tell me
    How to rectify the errors in master data loads & transactional data loads?
    thnQ
    Ravi

    Hi,
    Please post specific questions in the forum.
    Please explain the error you are getting.
    -Vikram

  • Not able to activate data in DSO

    Hi Gurus,
    We are new to BI 7 . We are trying to load data into DSO . we followed the procedure :
    1)created flatfile
    2)created data source, clicked on proposal tab.
    3)created infoobjects(data type,length,.....)according to the proposal.
    4)created infopackage and loaded the data PSA
    5)created DSO with settings "activate Data target"....
    6)created transformation
    7)run DTP.
    data is coming upto new table(data is successfully loaded till here,green), data is not moving into active table .tried both the ways of activating but no use.it is not giving any concrete error msg,it says "time out"(red).
    Pls let me know if thr is any other procedure of loading daa into active table.
    Thanks,
    Praveen

    I put ny 2 cents here ..could be that you are running the activation job in DIALOG mode and hence timing out..
    You may want to execute the activation process in BACKGROUND mode with dedicated 1 BGD process in RSODSO_SETTINGS tcode.
    Fyip ..
    DSO Setting - Activate Data
    Also check for sm21 and st22 logs ...
    Hope it Helps
    Chetan
    @CP..

  • Runtime Error while activating data into dso

    hello all,
    i get a runtime error if i try to activate the loaded data in a dso object. A part of the error message is shown here:
    "SAPLRSBATCH"
    "RSBATCH_START_PROCESS"
    285     call function 'TH_SERVER_LIST'               
    286       tables                                     
    287         list           = l_t_server              
    288       exceptions                                 
    289         no_server_list = 1                       
    290         others         = 2.                      
    291     read table l_t_server with key               
    292          host = sy-host.                         
    293     if sy-subrc = 0.                             
    294       l_s_rsbatchheader-server = l_t_server-name.
    295       refresh l_t_server.                        
    296     else.                                        
    >>>>       message x000.                              
    298     endif.                                       
    I found the function 'TH_SERVER_LIST' gives as result
    name = LAPTOP3_NSP_00
    host = laptop3
    As you see, the host is written in lower case!
    If i work with a testprogram to show me the sy-host value, i get it in upper case letters: LAPTOP3.
    Could it be a problem?
    I read another message here with advice for sap note xyz. But i cant apply SP08 like it is explained there. The current system is working with SP05. Later SPs are not available for me!
    I also cant apply the corrections manually because the developer key 29671482393151224771 is invalid for any user except BCUSER in transaction SE80 client 000! If i try to change or create a program/function in TA SE37 or SE38 i always get the message "invalid developer key".
    Pls tell me where can i change the value for the function TH_SERVER_LIST and how can i create my own functions and programs in NW04s?
    thanks you much
    Frank

    Hi Ron,
    thanks, this note describes what i have to do. But it doesnt help!
    How can i go to SP7 if i cant download it? Message "Für den angemeldeten User nicht sichtbar" appears always.
    How can i follow the instructions to correct the function modules if i dont have an developer key on the NSP system?
    I'm not in any ramp-up program. Just found the free sneak preview of NW2004s here in SDN, downloaded it and get the problems while using. So i ask what can i do?
    Thanks
    Frank

  • Error while loading data from DSO to Cube

    Dear Experts,
    I have change update routines of the update rule for DSO & update rule between DSO & cube. when i uploading data in DSO , working fine. But when uploading from DSO to cube , it giving error.
    Error Message :
    DataSource 8ZDSO_ABB does not have the same status as the source system in the Business Information Warehouse.
    The time stamp in the source system is 30.09.2010 14:05:17.
    The time stamp in the BW system is 09.05.2008 16:41:10.
    I executed program RS_TRANSTRU_ACTIVATE_ALL , still giving same error.
    Regards,
    Anand Mehrotra.

    Dear Experts,
    Thanks for help.Problem solved.
    Regards,
    Anand Mehrotra.

  • Facing the Error while opening the PDF Document generated by Adobe Forms

    Hi,
    I have created an Custom Adobe Form and calling this form through a Custom Program and generating the PDF and could able to download on to my desktop but when i am tyring to open it i m facing the below Error.
    "There was an error opening this document. The file is damaged and could not be repaired" .
    Please help me in this regard ASAP.
    Please do find the attached error screen shot.
    Thanks
    Sushil

    Hi Naveen ,
    Have done as per the link but still not opening
    same error.
    I have created a print program and from there want to generate pdf. But it is not working.
    please find the below code : In this i am passing some tables to function module and output is formoutput of type fpformoutput.
    Where do i need to do any changes if required.
    data: lst_opparam     type sfpoutputparams.
       data: lst_docparam    type sfpdocparams.
       data: lfd_fname type funcname.
       data: lrf_cx_root     type ref to cx_root.
       clear: lst_opparam, lst_docparam.
       lst_opparam-getpdf   = 'X'.
       lst_opparam-preview = 'X'.
    *  lst_opparam-nodialog   = 'X'.
       call function 'FP_JOB_OPEN'
         changing
           ie_outputparams       = lst_opparam
      exceptions
        cancel                = 1
        usage_error           = 2
        system_error          = 3
        internal_error        = 4
        others                = 5
       if sy-subrc <> 0.
    * Implement suitable error handling here
       endif.
       try.
           call function 'FP_FUNCTION_MODULE_NAME'
             exporting
               i_name     = 'ZAFGLERC001'
             importing
               e_funcname = lfd_fname.
    *   E_INTERFACE_TYPE           =
    *   EV_FUNCNAME_INBOUND        =
         catch cx_root into lrf_cx_root.
       endtry.
       lst_docparam-langu = 'EN'.
       lst_docparam-country = 'IN'.
    call function lfd_fname      "   '/1BCDWB/SM00000213'
      exporting
        /1bcdwb/docparams        = lst_docparam
        appl                     = 'EREC_ONBRD'
        wa_ztbglerc049           = wa_ztbglerc049
        wa_ztbglerc050           = wa_ztbglerc050
        it_51                    = it_51
        wa_41                    = wa_41
        it_42                    = it_42
        wa_43                    = wa_43
        it_44                    = it_44
        it_45                    = it_45
        it_46                    = it_46
        it_47                    = it_47
        it_48                    = it_48
      importing
        /1bcdwb/formoutput       = formoutput
      exceptions
        usage_error              = 1
        system_error             = 2
        internal_error           = 3
        others                   = 4
    if sy-subrc <> 0.
    * Implement suitable error handling here
    endif.
       call function 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
    exceptions
      usage_error          = 1
      system_error         = 2
      internal_error       = 3
      others               = 4
       if sy-subrc <> 0.
    * Implement suitable error handling here
       endif.

  • Error while loading data from DSO to Infocube

    Hi all,
    I'm loading data from flat file to the cube via a DSO. I get an error in the DTP.
    The data loads to the DSO, i'm able to see the contents in the active data table.
    Transformation from DSO to Cube is activated without any errors. Its a one to one mapping. No routines used.
    When i execute the DTP ( i use full load option as it is a one time load) i get the following error in DTP: All of which are Red.
    Process Request
    Data Package 1: Error during processing
    Extract from DSO  XXXXX
    Processing Terminated
    The long text of the error gives the msg:  Data package 1: Processed with errors    RSBK257
    Thanks

    Hi,
    You can check the below forums.
    DTP with error RSBK257
    - Jaimin

  • Error in uploading data from DSO to Infocube in 3.5(rsa1old)

    While uploading data from DSO to Infocube, I selected Initial update option
    In schedule tab when I clicked start, an error occured it says:
    Delete init request
    REQU_D4YTAGX8PEOUQJLSKOEPH9EV before running
    init. again with same selection.
    Can anyone let me know how should I delete that request.
    Thanks,
    Soujanya.

    Hi,
    Go to RSRQ and enter the request then execute. This should bring you to Monitor u2013 Administration Workbench. From there you will see the InfoSource (usually has u201C8u201D as a prefix). Get the InfoSource name. Go to RSA1 to find the InfoSource. From here it gets a bit tricky. Go to the datasource and drill down to the related InfoPackage. Go to Infopackage scheduling. Then go  to Scheduler Menu, the Initialization Options for Source System should be open. You can see from there the request with error. Let me know if this answers your question.
    Regards,
    JD Datuin

  • How to rectify the error message " duplicate data records found"

    Hi,
    How to  rectify the error "duplicate data records found" , PSA is not there.
    and give me brief description about RSRV
    Thanks in advance,
    Ravi Alakunlta

    Hi Ravi,
    In the Info Package screen...Processing tab...check the option Do not allow Duplicate records.
    RSRV is used for Repair and Analysis purpose.
    If you found Duplicate records in the F fact table...Compress it then Duplicate records will be summarized in the Cube.
    Hope this helps.

  • While Importing Foundation Services Facing the Error in (EPM 11.1.2 )

    I have created a new application on test server to make a replica of production environment. All other things are ok but user and groups are not imported while importing the foundation services bkp....
    The error is as follows
    Artifact Path = Native Directory
    Artifact Name = Users
    Error Message =
    EPMCSS-106102: Failed to get user by
    identity. Users with identities native:/
    /nvid=a673a448b09a6d1e:-543b0ebb:
    1306f92702a:-5539?USER not found.EPMCSS-
    106102: Failed to get user by identity.
    Users with identities native://nvid=
    a673a448b09a6d1e:-543b0ebb:1306f92702a:-
    553a?USER not found. EPMCSS-106102:
    Failed to get user by identity. Users
    with identities native://nvid=
    a673a448b09a6d1e:-543b0ebb:1306f92702a:-
    553b?USER not found.
    The same error for Groups
    Artifact Path = Native Directory
    Artifact Name = Groups
    Error Message =
    EPMCSS-156160: Failed to get group for
    identity. Group with identity native://
    nvid=a673a448b09a6d1e:6ad7e2f1:
    12e8613cdc4:-c9?GROUP not found.EPMCSS-
    156160: Failed to get group for
    identity. Group with identity native://
    nvid=a673a448b09a6d1e:6ad7e2f1:
    12e8613cdc4:-c2?GROUP not found. EPMCSS-
    156160: Failed to get group for
    identity. Group with identity native://
    nvid=a673a448b09a6d1e:6ad7e2f1:
    12e8613cdc4:-c3?GROUP not found. EPMCSS-
    156160: Failed to get group for
    identity. Group with identity native://
    nvid=a673a448b09a6d1e:6ad7e2f1:
    12e8613cdc4:-c8?GROUP not found. EPMCSS-
    156160: Failed to get group for
    identity. Group with identity native://
    nvid=a673a448b09a6d1e:6ad7e2f1:
    12e8613cdc4:-c6?GROUP not found.

    Hi
    I experienced this error as well today. I manually deleted the existing native users (not the admin user) in the target environment and a subsequent import was fine.
    Cheers

  • Help Needed: Facing the error ORA-01406: fetched column value was truncated

    Hi Everyone,
    When I run a particular PL/SQL query using Oracle 9i ODBC driver, it is working fine and fetching me the desired results.
    However, when I run the same query using the Oracle 10g ODBC driver, I am getting the error: ORA-01406: fetched column value was truncated.
    I have checked all the fields of the table and they are well within the allowable limit.
    Can you please let us know what needs to be done to resolve this issue?
    Thanks and Regards,
    Sudhindra

    Well it's obviously a problem with the client software. Doesn't Datastage have some way of configuring these things?
    rgds, APC

Maybe you are looking for

  • Re-encode and send to Flash Media Server?

    Hi all, I hope this is not a basic question - I'm in a bit of a loop with this. I need to do two things: grab a live video feed from a professional DV camera - the feed would be a standard BNC (composite) video cable + XLR mic cable or similar. I nee

  • How to share music with time capsule

    I would like to know how to share Music installed in Time Capsule.. I need that this music could be played in Iphone, Ipad, Apple TV in the same WIFI network

  • How can I reach a structure-element instead of structure(value of other variable)

    Hi gurus, Sorry If my question is not really clear. Now I give result to a structure element.(green) But I'd like to replace this with the red. TYPES: BEGIN OF structure,               x1          TYPE i,               x2          TYPE i,            

  • Unreadable files in iphoto

    I downloaded ilife 08 and now I can't download pics. They come up ready to import but then it says can't download unreadable files. I didn't have this problem before 08 while downloading the same pics. I did not put 08 in my laptop and the pics downl

  • Has anyone else still not received the Jelly Bean update?

    Or am I the only one?  I activated my phone on 12/30/12 and still have not received Android 4.1.1 as of 2/4/13!  I know VZW is rolling out Jelly Bean over time, but this is ridiculous!  I went to the Verizon store the other day, but they were of litt