Error while activating data in process chain

Hi All,
Am getting following error msgs in process chain while activating the data store object variant
1.Cannot activate request 0000015195(REQU_78CEI406HFCMG85RWNSKW6HW4) of DataStore object RC2SCD10
2.Activation of M records from DataStore object RC2SCD10 terminated.
Any help how to resolve this error.
Regards
Sirisha.
Edited by: sirisha gupta on Dec 29, 2008 10:16 AM

hello,
firstly see if the DSO and the transfomration, DTP are all active.
or
This can be due to the incorrect data record in ods
find that record in PSA correct that one and then try to run the load fro PSA to Data target.
or
Uncheck "SID's Generation upon activation" in DSO's settings.
or
you can also try by changing the "Parallel Processing" to "Serial Processing".
In the maintenance screen of DSO, select "Requests" tab:
Click on the "Activate" button at the bottom
Click on the "Activate in Parallel" button
Change the "Number of Processes" to "1" for Serial Processing
Save the setting
You should see the "Activate in Parallel" button with a cross icon now.
Check SAP Notes: 1118205 & 947481
refer:
DataStore object Activation
reg,
dhanya

Similar Messages

  • Error while activating BI statistics Process Chain

    Hi,
    I have faced the problem below. Please advise.
    I am doing BI content activation for BI admin cockpit, from SPRO -- Activation of BI content of BI admin cockpit , i ran the activation but it got failed. The error message says:
    DataSource 0TCTBWOBJCT_ATTR from source system BWQCLNT500 could not be activated
    This error is coming for data sources :0TCTPRCSVAR_ATTR, 0TCTBWOBJCT_TEXT, 0TCTPRCSVAR_TEXT and 0TCTBWOBJCT_ATTR.
    I did not able to find these info packages for this data spurces:
    0PAK_8K20VQGEBZRQXUE2PKWS90ZO8
    0PAK_934GEKKIBBDKPVMVDJHVNPIMV
    0PAK_99MQNPZISKNSNWKT9HF2CWPLK
    0PAK_BFYU3MMMU2T2WOI50MXHCEH07
    Due to this data sources iam geting problem inmy process chain..
    PLease help .Pts wil be assigned.
    Thanks and Regards.
    T

    hi
    go to table RSLDPIOSH enter the infopackage technical name you have mentionned.
    take note of the OLTPSOURCE name
    then go to rsds replicate and activate.
    After that take the technical names of the process chains go to business content installation and reactivate theses chains (with option only necessary objects)
    This will solve you issue
    The reason of your error is the following, some master data datasources from the bi statistics business content is delivered in 3.x and some other with 7 therefore you have a mix up with the dataflows.
    bye
    Boujema

  • Error while activating Data source

    Hi,
    I hit an error while activating data source with adapter 'WEB_PUSH web service'.
    The error message is 'Generation of conversion exists and PSA update ...' with details 'Error generating Web service /BIC/CZZZ_0010000100 ...' and 'Error when activating DataSource ZZZ_001'.
    I can't find much detail on this error.
    Has anyone hit this error before and if you did can you please let me know what to check?
    Thks & Regards,
    Bbee

    Hi,
    I am having the same problem.  Have you been able to solve the issue since you posted this last year? 
    Thanks,
    TCT

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

  • Error while activating data source in BI

    Hello Team
                     I am facing issues while activating data source. I followed following steps .
    a)First i created my target
    b)Then i made my Primary key as info provider
    c)Then i created one source system under file.
    d)Then i went to data source and created one application component
    e)In this application component i created my data source
    f)In this data source i imported my file and all the settings. Now when i am checking then it is not giving any error . But when i am trying to activate it it is giving error . Please find the supporting screesnhots . Can anyone please suggest me as to what is going wrong .

    Hi,
    Check the gateway settings for
    Gateway Host
    Gateway service
    Also check the UDC connection information.
    Check these links:
    1 - http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    2 - http://help.sap.com/saphelp_srm40/helpdata/es/54/ddfb3ff778ed28e10000000a1550b0/content.htm
    3 - https://encrypted.google.com/url?sa=t&source=web&cd=7&ved=0CCwQFjAG&url=http%3A%2F%2Fwww.bi-  
    expertonline.com%2Fdownloads%2FSchroeder0604.doc&rct=j&q=ud%20connection%20in%20sap%20bi&ei=WMDnTdm_E4ruvQOEzZWcDg&usg=AFQjCNGvqKuoTq9kypNMNGhis8WrZ-gFCg&cad=rja
    Let us know in case the issue still persists.
    Debanshu

  • Error while activating data from new table of DSO to active table

    HI,
    while activating data from new table of DSO to active table i am getting
    error message as "Error occurred while deciding partition number".
    Plz any idea hoe to resolve this one.
    thanks & regards
    KPS MOORTHY

    Hi
    You are trying to update/upload the Records which are already been there in the DSO Active Data Table which has the partition.
    Try to see the Record Nos already been activated and update/upload with selective, if possible.
    You can trace the changes at Change log table for the same.
    Hope it helps
    Edited by: Aduri on Jan 21, 2009 10:38 AM

  • Error while activating data loaded into DataStore Object in BI 7.0

    Hi Guys,
    I am facing the following problem :
    When I load data into a Datastore Object, all the records get loaded but the job fails during activation of the data.
    Below is the job log :
    Activation is running: Data target 0RPM_DS07, from 77 to 77
    Overlapping check with archived data areas for InfoProvider 0RPM_DS07
    Check not necessary, as no data has been archived for 0RPM_DS07
    Data to be activated successfully checked against archiving objects
    SQL-END: 14.06.2007 12:33:25 00:00:00
    SQL Error: ORA-20000: Insufficient privileges
    Parallel processes (for Activation); 000003
    Timeout for parallel process (for Activation): 000300
    Package size (for Activation): 020000
    Task handling (for Activation): Backgr Process
    Server group (for Activation): No Server Group Configured
    All data fields updated in mode "overwrite"
    Resource error. No batch process available. Process terminated
    Time limit exceeded. No return of the split processes
    Resource error. No batch process available. Process terminated
    Request you to kindly help me resolve this issue.
    I am runnning the infopackage manually. Should I run it by a process chain??
    If I run by process chain, I get the following error in 1st step:
    You do not have authorization for InfoSource 0RPM_ITEM_FIN_PLANNING.
    Awaiting your replies,
    Thanks,
    punkuj...

    Hi,
    I think this problem remains unanswered.
    The issue behind this problem is, during parellel activation the child jobs acknowledge the parent job about status. If the child job takes long time to read data from active data table, then it times out and fails.
    Check the primary index on Active data table and it should be missing in your case. See the se11 index or db02 missing indexes. That is the reason that causes time out. Rebuild the primary index by asking your basis folks and repeat the activation. It should succeed.
    Thanks,
    Sri.

  • Error while Transporting changes in Process chain

    Hi All,
    I have added a Hierarchy InfoPackage in Process chain and added this InfoObject in Save hierarchy and Attribute change Run Process types.
    My transport Request is showing only three entries each for
    save hierarchy , attribute change run and one for Process Chain.
    Now when I transport this changes to Process chain to Acceptance its showing Error message in Acceptance as
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    Process variant LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 does not exist in version A       
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    InfoPackage   no longer exists in object version A in table RSLDPIO                      
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    Variant 'ZPAK_4AY55YMC1H454OQWJUBNJCYE9' of process type 'LOADING' not found in A version
      Errors occurred during post-handling RS_AFTER_IMPORT for RSPC L  
    The errors affect the following components:                      
       BW-WHM (Warehouse Management)    
    My question is , Why the Transport request is not transporting  the InfoPackage.
    Is there any solution for this?????
    Thanks in Advance
    Best Regards
    Pratap Sone

    Hi Pratap,
           The infopackage has not yet been assigned to a package in all probabilty. Change the package and then transport the IP and then transpost the process chain request.
    Regards.
    Edited by: Ansel D'Souza on Sep 8, 2008 7:31 AM

  • 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

  • Getting Error while activating data in 0FI_GL_4 DSO level (SIDs)

    Hi
    I have succesfully loaded data for the 0FI_GL_4 for two DSOs One is successful but for other DSO, it is failing on activation with the following errors: -
    *Value '! OTS Harness' (hex. '210020004F005400530020004800610072006E006500730073') of characteristic 0POSTXT contains invalid characteristics
    *Error when assigning SID: Action VAL_SID_CONVERT InfoObject 0POSTXT
    *Process 000266 returned with errors
    I have the '!' as a permitted charcter in RSKC but, the text is starting with the char "!" that is why it is throwing an error.
    Now how can I edit these records in PSA without effecting the first DSO which is successful.
    DSO settings:
    SID Generation --> During Activation.

    Hi,
    DSO1 - Successfully loaded and DSO2 - load failed.
    One dso was loaded data and another got failed.
    In such case try below method.
    You can make request red at DSO1 and delete it.
    Make failed request red at dso2 level.
    Later delete the failed request from DSO2. this makes that as latest request not loaded to your dsos.
    After that go to your PSA and open latest request which was not loaded to dso.
    display latest request data from psa and find your wrong record based on filter on 0POSTXT.
    Once you find wrong record, select record and edit and save it.
    Again re run your dtp and activate dso data.
    Thanks

  • 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 Data Store Object

    Hi Guru's,
    When I try to activate a data store object i get the error message :
         The creation of the export DataSource failed     
         No authorization to logon as trusted sys tem (Trusted RC=2).     
         No authorization to logon as trusted sys tem (Trusted RC=2).     
         Error when creating the export DataSource and dependent      Program ID 4SYPYCOPQ94IXEGA3739L803Z retrieved for DataStore object ZODS_PRA

    Hi,
    you are facing a issue with your source system 'myself', check and repair it. Also check if the communication user (normally ALEREMOTE) has all permissions needed.
    kind regards
    Siggi

  • Error while activating Data object in DOE workbench

    Hi all,
    I created a Data Object and when I try to activate  that DO it is showing an error as below.
    Mobile Java client attributes not maintained.
    Please give some clue to resolve this.
    Thanks and Regards,
    Rajesh.A

    Hi Rajesh,
    I believe you had created an SWCV that is enabled for Backward Compatibility 'Uses NW04/NW04s MI application' and created a Data Object in this SWCV. Ideally, when the SWCV is enabled for Backward Compatibility, the Data Objects should be created by importing the text file as Data Objects from a MI 7.0 server. Since you have not done that way, you are getting this error.
    I would suggest that you create a new SWCV and do not check the option 'Uses NW04/NW04s MI application'. Now create the Data Object again and try to activate it and you should be able to activate it.
    Best regards,
    Vinodh

  • Error while activating DTP in BI 7.0

    I am facing an error while activating DTP between a ODS and CUBE.
    I have converted 3.x update rules and transfer rules to 7.x transformation. Enhancements were carried out on the data source as well. All the objects and transformations were activated. While activating the DTP between the ODS and CUBE i get an error message saying:
    "Creation of PSA /BIC/B0000XXX failed.
    Error during creation of DDIC sources of Data Transfer Process DTP_<Request Number>
    Error when activating Data Transfer Process DTP_<Request Number>"
    I have come across a OSS note, 954574, which is relavent to SP09. But we have SP17 installed on our server.
    Any pointers on the same would be of great help.

    Hi Rupesh,
    Chk these links they may help you
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/fa2f42e8fc6befe10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/03a25c0bbe025ce10000000a1553f7/content.htm
    Regards,
    RK

Maybe you are looking for

  • Crashes on Startup and to the best of my knowledge, unfixable.

    Its a random chance at the start of a random day that it crashes on startup, freeze then crash. The only plugins i have installed are Java and Shockwave flash. I tried every method possible to the best of my knowledge but nothing worked. Eventually i

  • Problem in moving Set_pf_status from pquality to production syatem

    Hi, I came across one strange incident while transporting code from Quality to Production. I could see the module set_pf_status in tcode se51 in the quality system. When I transported the code, I could see only module %_pf_status in the tcode se51 in

  • Keyboard replacement.??

    Got a used s9 4067 off ebay.  2 keys missing.  I just decided to replaced the keyboard.  Hopefully I'll win the bid on ebay. Any how if I do I need to replace the whole keyboard and not just the keys.  Can't find any info on google, etc. Anyone know

  • What is the best ADSL modem to use with AEBS in the UK?

    I'm currently using the Netgear DG834G with it's wireless functionality switched off, and my AEBS (gigabit) is set up as a bridge. When I've tried to resolve various problems such as getting iChat AV working I've got the impression that I might have

  • Minimize archivelog generation

    I have changed 2 big tables to NOLOGGING in order to reduce the production of archive logs, but there is no difference. I can't use Insert /* +append* / as the core code can't be changed.What can i do from database level to minimise generation of arc