Error while activating request in DSO

COPA Data is successfully uploaded to DSO from PSA.
DSO -> Manage -> Activate -> Start  -> Displaying error msg :
Request 122,317 is currently being read from data target ZCOPA_O1
Message no. RSENQ011
Have deleted the request from DSO and again loaded, still error persists. Please help.
Regards

even if you get the error message it will show you the Data flow.
Just check which cube or DSO is reading data from this particular DSO for which activation is failing.
May be that load is still running or some entries are still there in control tables...this is preventing from activation...
PS: In my last message I wanted to know what is this ZCOPA_O1 ?
Is this your DSO or Open Hub Destination?
Edited by: Anindya Bose on Feb 8, 2012 1:27 PM

Similar Messages

  • Error while Activating the Standard DSO

    Hi,
    I am getting the below error while Activating the Standard DSO.
    Characteristic 0DPM_DCAS__0CSM_SPRO: DS object 0DPM_DCAS__0CSM_STAT (master data check) does not exist
    I tried searching the forum , but didnt find any answer.
    Any suggestions are welcome.
    Thank you,
    Adhvi.

    Hi,
       Are you getting the error while trying to activate the DSO data after loading or just while trying to activate the DSO itself.
      If it is during the activation of a request,then please check if you have loaded some data in the DSO which doesnt have the corresponding Master Data loaded.For preventing this, you can check in Infopackage/DTP -"No Update without Master Data".
    You can also go into RSRV and perform elementary tests for the DSO and check the SID table consistency.
    Thanks,
    Divya.

  • 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

  • Error while deleting request from DSO: S:RSODSO_ROLLBACK:259

    Hi,
    While deleting request from DSO, we face following errors:
    S:RSODSO_ROLLBACK:259                129 transaction rolled back by an internal error: fail
    Message no. RSODSO_ROLLBACK259
    Job is getting completed with message:
    Deletion of request REQU_3HHPSMIMMVRF87FI0EGC5CS4B from data target ZPR_ODS failed
    Deletion of request REQU_3T80EDOBQR7CWSC8QKKHAMH5N from data target ZPR_ODS failed
    Deletion of request REQU_8JIMF8SRDOG0T3QG6AGRA63Q3 from data target ZPR_ODS failed
    Deletion of request REQU_CMCCHOZGOF3KXNMVXB94ZHMCB from data target ZPR_ODS failed
    Deletion of request REQU_BPCAB8LY6V4CMC3XQ12AWN7MJ from data target ZPR_ODS failed
    <Message short text RSODSO_ROLLBACK 259 does not exist>
    Parallel processes (for Rollback); 000003
    Timeout for parallel process (for Rollback): 000600
    Package size (for Rollback): Dependent on Activation
    Task handling (for Rollback): Backgr Process
    Server group (for Rollback): No Server Group Configured
    Job finished
    FYI:
    Kindly help us to resolve the error.
    Regards,
    Antony Jerald.

    Hi Dinesh,
    Thanks for your reply.
    We have Netweaver 7.30 with BW on hana on SP 9.
    First 3 SAP notes doesn't meets the need.
    Shall I use 1007717 note? 
    Which says:
         use transaction SE16 to delete all entries for this request and for this Operational Data Store (ODS) object from the RSICCONT, RSMONICDP, RSODSACTUPDTYPE and RSODSACTREQ tables. Then set the 'from-date' in the administration of the data target to a value older than the oldest request loaded in this ODS object. Choose 'Refresh'. This corrects the administration.
    Will it resolves the problem?
    Kindly suggest.
    Regards,
    Antony Jerald.

  • 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

  • Got one error while activating data in dso

    Hi,
    I am loading some data to SAP given dso 0figl_o02. while doing so i got one error with following description
    Error short text : "Value "CONVERSION REVERSAL " from characteristic 0DOC_HD_TXT contains an error at position 20"
    Long text :  "Characters that have a hexadecimal format between HEX00 and HEX1F are not permitted in characteristic values. The 20th character is one of these characters. The value is therefore not permitted.
    I dont know how to find out exactly which record has this wrong data. I checket in PSA for this record with error its not showing any of such records.
    Please suggest some soluion
    Thanx

    Hi Sudeep,
    First you need to get the values from characteristic 0DOC_HD_TXT that contains an error.
    Therefore, go to the ODS/DSO contents tab through RSA1(manage) and select the first option LOGS and then you will be able to select log for Activation and then execute it.
    You will no get several requests, select your relevant request which will be in red and then select Application Log at the botton of the screen, then you will be displayed with another screen there you check the date of activation is correct or not becoz by default today's date will be there.
    Then you will get the log for it --> double click on the problem class which is in red for it and you will get the value for the 0DOC_HD_TXT where it has special char.
    Then go to PSA select all data packets and number of records (give full number of the records transfered) and then enter. It might take sometime if you have huge data. Once you get the records then filter on the 0DOC_HD_TXT column and then give the value you copied from the log.
    Then you can edit the special char (remove) or if you want that to be displayed then paste the same spl. char in RSKC and execute.
    Activate it again.
    Hope it helps...
    Best Regards,
    MK

  • 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 activating DSO

    Hi,
            I am getting an error while activating the DSO. I am able to load the data but this occurs when I try to activate the data. I get the follwing error message
    "Value "09020751987.44 " from characteristic 0REF_DOC_NO contains an error at position 15
    Message no. BRAIN290
    Diagnosis
    Characters that have a hexadecimal display between HEX00 and HEX1F are not permitted in characteristic values. The character at position 15 is one of these characters. The value is therefore not permitted.
    Note that these characters cannot be displayed and are therefore displayed as '#'. The actual character '#' has the hexadecimal display HEX23.
    Procedure
    Check the origin of the characteristic value. If possible, change the characteristic value in the source.
    Incorrect source text in update routines and transfer routines can also cause this problem."
    Any thoughts how I should correct/

    Hi Tanu,
    this is an error in the data loaded. If you have used PSA, then try searching for the packet containing this record using the change log table, by request id. (This step is to precisely find the position of the record in PSA).
    Now delete the request from the DSO and correct the data in PSA. The issue could be a tab or a space in the reference document feild and then save the data. Reconstruct this packet from PSA and then try activating.
    Subsequently let the data team/ user know about the correction in the source system as well, in order to avoid any future failures.
    This should correct the issue.
    regards,
    Naveen.A

  • Error while Activating DSO Data

    Hello
    I am having a problem, I am getting an Error while activating DSO Data, Data is loaded in DSO succefully but can not be activated with this error
    "Activation of M records from DataStore object 0FIAR_O03 terminated"
    Thanks

    Hi,
    The activation would have failed due to varies reasons..
    It would be a short dump,check in ST22.
    check the job log in SM37 for better understanding of the issue.
    Have you loaded the respective master data?
    if it is a transaction data load,then the SID is checked at the time of activation and not during loading.
    So if the master data is not loaded then the activation would fail.
    It can also be due to the system performance at that moment.
    Even if the data volume is huge ,there are chances of the activation failing..
    Try repeating the activation once again.it might succeed..
    Else check the logs to understand the actual issue.

  • Error while activating multiple requests in ODS.

    Hi All,
    I get a "ORA-12801:  unable to extend temp segment" error while activating an ODS. The problem is I selected 7 requests for activation and my Basis guy tells me he cannot add any more files to the temp tablespace.
    I guess the solution would be to re-activate one request at a time. However now the dependency has been enforced between the requests and I cannot activate a single without selecting the other requests.
    I even, subsequently, selected "Do not condense option..." AND the "Process Request serially" options. I get the same error.
    Is there a ABAP report that can turn off this inter request dependency ?
    Thanks.
    Dorothy.

    Thank you for the quick reply !
    Dinesh: I looked at the note. It applies to oracle systems < 9.2.0.6. We are at 9.2.0.6. The paramter  COMPNOMERGE is missing in RSADMIN table. The note however is right on the money for the problem I am experiencing.
    Bhanu: I applied your suggestion. The test yielded no errors.

  • Error - While activation of Data in DSO

    Hi Experts,
    I'm facing following error message when tried to activate the data in DSO - The data went through fine in PSA and when triggered DTP to load data in DSO; the monitor showed green but when activated in DSO it's giving following error message. I transfered the global settings but facing the same following error message:
    Diagnosis
         An exception wrong_date was raised while executing function module
         RST_TOBJ_TO_DERIVED_TOBJ .
    System Response
         Processing the corresponding record has been terminated.
    Procedure
         To analyze the cause, set a break point in the program of the
         transformation at the call point of function module
         RST_TOBJ_TO_DERIVED_TOBJ . Simulate the data transfer process to
         investigate the cause.
    Procedure for System Administration
    Any idea that why it's generating this error message while activating data in DSO. I checked those records in error stack and seems to be a date issue but I checked the factory calendar and check the validity and that's fine and is within the factory calendar data range.
    Thanks in advance - you response will be really appreciated.

    hi,
    as you said the global settings were done,
    try the global settings once again then delete the PSA(if records were less) nd load from source and then load to target.
    this may solve if all settings were fine.
    if records were huge in PSA, try correcting the records in error stack after allowing the good records to the target.
    Ramesh

  • Hexadecimal Error while activating DSO

    Hello Experts,
    I'm getting following error while activating DSO. I tried ALL_CAPITAL, ALL_CAPITAL_HEXADECIMAL in RSKC. still i'm facing this problem anyone can suggest anything. Iam using BW3.x flow
    Value "CC-5012 TRYPSIN/EDTA SOLUTION 100ML" (HEX 430043002D0035003000310032000A00540052005900500053) of characteristic 0CRM_ITDESC contains an error at position 8
    Message no. BRAIN290
    Diagnosis
    Characters that have a hexadecimal display between HEX00 and HEX1F are not permitted in characteristic values. The character at position 8 is one of these characters. The value is therefore not permitted.
    Note that these characters cannot be displayed and are therefore displayed as '#'. The actual character '#' has the hexadecimal display HEX23.
    Procedure
    Check the origin of the characteristic value. If possible, change the characteristic value in the source.
    Incorrect source text in update routines and transfer routines can also cause this problem.
    Thanks
    Ajay.D

    Hi Ajay,
    There are invalid characters at the specified position. Now you ahve 2 options:
    1. Either edit the PSA manually and replace this invalid character
    2. Use the Funvtion Module 'RSKC_CHAVL_CHECK' . Pass the data to it & get the invalid char replace it with space. This can   be called in the filed level routine if the effected info object is identified .
    Check out these threads:
    Re: Problem with Characters that have a hexadecimal display between HEX00
    Re: Invalid Characters issue
    Regards
    Raj

  • HT4623 my iphone 4 ios 6.1.3 giving error while activating "activation request could not be completed"

    my iphone 4 ios 6.1.3 giving error while activating "activation request could not be completed"

    ysreddy112 wrote:
    my iphone 4 ios 6.1.3 giving error while activating "activation request could not be completed"
    See this discussion.
    https://discussions.apple.com/message/21189708

  • Error while activating DSO after loading from another DSO..Production issue

    Hello Gurus,
    I got an error while activating DSO2 after loading from another DSO1.
    DSO1 load and activation was sucessful but while loading from DSO1 to DSO2 load was fine but got error while activating...
      >Error when assigning SID: Action VAL_SID_CONVERT table ZWEEK_NUM
      >Value u201809u2019 of characteristic ZWEEK_NUM is not a number with 000004 spaces
    this theard was posted after searching for related post in SDN.
    and i tried Function Module RSODS_CHECK_RSODSACTUPDTYPE but it is not available .. but I used this in BW 3.10u2026..
    is their any similar Function Module in BI 7.0 please advice.
    We are using SAP NetWeaver BI 7.0
    Release- 700    Service level- 017
    Thanks in advance
    Sandy

    sloved the issue......
    it was due to wrong data for the related field...
    it  must be "0009 "
    Thanks for ur support. closing the ticket
    Regards
    Sandy

  • Error while Activating / running Bex queries/reports

    Hello
    I have following ERRORs while activating / running BEx reports/queries.
    1. While Activating BEx reports, I keel getting following ERRORS
    Object directory entry R3TR ELEM E341OIR6G715GUMGN0MRXP3MA does not exist
    Error when activating element BX7FOOKQB4588RROCBTC2YVZN
    BEx transport request 'BIDK901352' is not available or not suitable
    2. While running the BEx report/query in Bex Analyzer, I'm getting ERROR in entering the parameters, its NOT allowing / giving me option to select the parameters, for example for 0COSTCENTER, it is NOT displaying list costcenters to select before I can RUN that particular report.
    3. How can I trouble shoot ERRORs related to BEx and Portal connectivity.
    4. How would I setup the Variants for a Bex query/report ? Are these Variants for per user basis / per report basis. Can I have each variant for particular users OR all users must select their own variant each time when they RUN the report ? 
    Thanks, Sorry I have asked multiple questions, in jst one thread.
    BI

    Goto SE03 -->Search for Objects in Requests/Tasks  option , select the object type and execute it will give all the transports it has collected before ..
    Also you can use transport connection in RSA1 and select the query and find out all the objects in query locked by what request etc ..
    Thanks,
    Ravi

Maybe you are looking for

  • Updating warehouse in PO

    Hi all, I'm trying to update the warehouse on the 3rd line of a open PO. I am getting the error You cannot open rows in the document [Purchase Order - Rows - Row Status][line: 0]  [Message 131-194] I am able to update other fields in the row, just no

  • How to make input parameter with multiple values in function module?

    Dear Experts, I want to add BUKRS as import field to a FM, what is the best way of of making it accept multiple enteries. Regards, Kiran

  • Import classes like org.apache.log4j.*

    Dear All, I am studying some programs which use XML parsers in Java to read and write data in XML format. I am unable to compile the main program as I am unable to import library org.apache.log4j.Category and org.apache.log4j.PropertyConfigurator I h

  • Error when installing update for desktop software

    when i try to update my software i am getting the error message saying  Blackberry Destiop Software requires that Microsoft Visual C++ 2008 SP1 RAedistributable package is installed . Can some one please help me 

  • Rendereing an Iframe using a gadget/portlet

    Hi.I am new to portal technologies. My company is looking to push content out to our customers that use different portal vendors which include Plumtree.I'm trying to find out if I can pull up an IFRAME(eg: cnn.com) in a portlet/gadget using Plumtree