Data loading error- URGENT

Hi all,
One of the job that is pulling data from R/3 has failed and the error message that I see in Status section is as below, can you please tell what I should do for a successfull data load.  I appreciate your help.
Request still running
Diagnosis
No errors could be found. The current process has probably not finished yet.
System response
The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
and/or
the maximum wait time for this request has not yet run out
and/or
the batch job in the source system has not yet ended.
Current status
in the source system
thanks,
Sabrina.

Hi all,
I rescheduled the datapackage and I can see all the records extracted properly but I guess ODS Activation is taking time.  The status bar in monitor says
Data successfully updated
Diagnosis
The request has been updated successfully.
InfoSource : Z_PARTNER_FUNCTION
Data type : Transaction Data
Source system: CRPCLNT300
Step by step analysis has everything set to Green, but there is no Error Analysis tab.
but in Details tab....
Extraction, Transfer, Subseq.processing and ODS Activation is still in yellow.  Also the total job status on the left hand side is still yellow.  What should i do now, please let me know.
thanks all
sabrina.

Similar Messages

  • Data load error--urgent

    hi friends ,
    we are geting data load error as; Process 000087 for deterermined fro infoobject DUVTYPE started in STATUS TAB and in DETAILS TAB  update(251new/160 chnaged): Errors occured.
      what should i  know  from information and what are the reasons for this  load failure and possible rectification methods.
    This  load is through  process chains and aslo a delta load.
    Can i delete the request and start the infopackage manually? also will it make my Process chain Green automatically or  should i repeat from the subsequent process?
    Plz help.
    I award points.
    regards,
    siddartha

    Hi siddharta,
    look in the details of the monitor to see the error. Be very cautious with deltas! They can not be repeated every time. it depends on the datasource! What you can do is delete the failed request from all(!) the data targets meanwhile!
    Regards,
    Jzergen

  • Master data loading error(urgent)

    hi all,
      when i am loading master data by using 0INFO_REC_ATTR data source i am getting error"Value 'CV14AL1BM ' for characteristic 0MATERIAL is in external format ".AND
    "Record 1 :0MATERIAL : Data record 1 ('5300000000 '): Version 'CV14AL1BM ' is not valid "
    please any one help me.
    Thanks
    sada.k
    Message was edited by: sadasivarao kotaru

    Hi sada,
    if you will put your code in the start routine of the transfer rules, just put this piece of code in there:
    FORM STARTROUTINE
      USING    G_S_MINFO TYPE RSSM_S_MINFO
      CHANGING DATAPAK type TAB_TRANSTRU
               G_T_ERRORLOG TYPE rssm_t_errorlog_int
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel datapackage
    $$ begin of routine - insert your code only below this line        -
    DATA: l_s_datapak_line type TRANSFER_STRUCTURE,
          l_s_errorlog TYPE rssm_s_errorlog_int.
    call function 'CONVERSION_EXIT_XXXX_INPUT'
    exporting input = datapak-matnr
    importing output = datapak-matnr.
    abort <> 0 means skip whole data package !!!
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    ENDFORM.
    This should really solve your issue.You only have to make sure that XXXX is the name of the conversion exit for 0material in the maintenance screen for 0material.
    Siggi

  • Most common BW data load errors in production and how to solve them ..

    Hi All,
    Most common BW data load errors in production and how to solve them ..
    Any doc on it ,if so plz send it across to this id [email protected]
    Thanks in advance.
    Rgrds
    shoba

    hi
    1) RFC connection lost.
    2) Invalid characters while loading.
    3) ALEREMOTE user is locked.
    4) Lower case letters not allowed.
    5) While loading the data i am getting messeage that 'Record
    the field mentioned in the errror message is not mapped to any infoboject in the transfer rule.
    6) object locked.
    7) "Non-updated Idocs found in Source System".
    8) While loading master data, one of the datapackage has a red light error message:
    Master data/text of characteristic 'so and so' already deleted .
    9) extraction job aborted in r3
    10) request couldnt be activated because theres another request in the psa with a smaller sid
    11) repeat of last delta not possible
    12) datasource not replicated
    13) datasource/transfer structure not active ´
    14) Idoc Or Trfc Error
    15. ODS Activation Error

  • What are the frequent data load errors in production support?

    what are the frequent data load errors in production support?

    It is a long list. Here is some of them.
    1. Idoc not arriving from source system.
    2. previous processes failed.
    3. change run unsucessful or did not run properly and data in master data is messed up.
    4. invalid characteristics in the data.
    5. Duplicate records found.
    and on  and on.
    Ravi Thotahdri

  • Data Loading Error : ToomanyError records.

    Hi All,
    I got Data Loading error when I am loading from Flat File.
    Following is the error message :
    Too many error records - update terminated
    Error                             18 in the update
    No SID Found for value '00111805' of Characterstic ZUNIQUEID (Message No 70)
    can anybody help in resolving the issue.
    Regards,
    Chakravarthy

    hi
    Check the format of your charecteristics and key figures .
    Check you put data separators in you flat files approriately
    In the particular charecteristics ZUNIQUEID  ,ensure data is consistent...check the related tables
    Assign points if useful
    Regards
    N Ganesh

  • Data Load error Please respond ASAP

    Hi ,
    When i am trying to load data for year 07 using rule files its showing an error and aborting the data load
    Error Msg " Data Value [2007] Encountered before all dimensions Selected,[5] Records Completed"
    Any help greatly appreciated.
    Thanks

    Key here is that 5 records were loaded before failing on the 6th, indicating it's not a header issue on the load rule.
    Check the first 5 records and see how the column containing 2007 differs between them and the failing 6th record. Perhaps the 6th record has a null (as indicated eariler) or prehaps 2007 is not the name of the member in the outline.
    I have had both issues give similar error results.
    J

  • Data load error regarding timestamp

    Hi All,
    I am getting data load error related to time.
    I am using  2lis_02_SCN for CNFTM(time stamp) filed 
    with value "08:00:" need to convert to 08:00:00...for some records and rest of the records are coming with normal 6 digit time.
    please send your suggestion as early as possible.
    Thanks
    Rupa

    Hi Rupa,
    Try out following sample code inthe transfer rule for the same info object and it should work
    lv_len  = strlen( str ).
    if lv_len = 4.
    concatenate str '00' into str.
    endif
    Regards
    Kapadia

  • Common data load errors in BI 7

    Hi , i would appreciate if any one can provide me a list with most common Data load errors effecting both master and transactional data in SAP BI 7 or BW 3.5..

    Hi AAL,
    There're lots of loading error posts in this forum. This one I guess is good for you:
    production support errors
    production support issues
    Or you can search yourself using key word common load error etc.
    Hope above helps.
    Regards,
    Frank

  • Sap bw 7.3 master data load error

    sap bw 7.3 master data load error
    erroe: Exception in Substep Rules

    Hi Jayram,
    I am assuming that you are getting this error when you are loading data from PSA to IO. If so, the error might be because of
    1. Duplicate records
    PSA might have duplicate records. But you will be able to load only one record to Master data IO. In DTP Update tab, there is an option for "Handle Duplicate Record Keys" . Just enable this & try to load again.
    2. Erroneous records.
    Some special reocrds are allowed in PSA where as thye might not be allowed in Master Data/Data Targets like Lower case letters/ some speacial characters etc. If error is because of this, then you might need to correct the data at PSA level & reload the data to Master data. Else get it corrected in source system itself & fetch the data to BW. Or write some code to take care of these special characters.
    Hope it helps!
    Regards,
    Pavan

  • I was getting data load error while loading profit center in BCS

    Hi,
    I was getting error message while i was loading profit center master data.The error message is the total 6 records were readed from the file 6 records contain parameter setting exceeded the user limitation of execution the data collection task"
    Just i want to load Profit center into BCS.I have create method master data upload,where i have specified fields layout as below
    Header
    Controling area
    Fiscal Year
    Posting Period
    Data Row
    Profit Cneter
    When i execute Flexible upload and method where i was getting error message saying the 6 recors are ignored
    My flat files is in this format
    Controling area  fiscal year   posting period
    2000             2008          8
    50030
    50035
    50040
    50045
    50050
    50055          
    Please some one advise me how to load it into BCS.
    Its urgent requirment and i appreciate your solutions
    Edited by: Prasad B on Oct 22, 2008 7:42 PM

    Thanks alot Dan and Eugene.
    I was following Eugene Blog for flexible update master data.I have create the way you have specififed in the document.
    I have created Method to upload Profit center and try to load the data where i am getting error.
    I am loading attributes,but not hierachy.I am not understanding why i am not able to load flat file profit center master data into BCS.
    The error is "                                                                               
    7 of 7 data rows were ignored                                                                               
    Message no. UCF7017                                                                               
    Diagnosis                                                                               
    A total of 7 data records were read from file C:\Documents and            
         Settings\Laxmikant.dube\Desktop\P. Of those, 7 records contain parameter  
         settings that exceed the user limitations for executing the data          
         collection task.                                                                               
    System response                                                                               
    The ignored records were not checked any further and will not be          
         written.                                                                               
    Procedure                                                                               
    Make sure that the ignored records are irrelevant for the current task.   
         If some of the ignored records were supposed to be written, then the      
      file probably contains an error.                                                                               
    In this case, closely examine the settings for the fields Version,       
      Fiscal Year, Period, Group Currency, and Consolidation Units in the      
      file.                                                                               
    If you have more than one characteristic with the role consolidation     
      unit (a socalled "matrix organization"), also check whether the settings 
      in the ignored records refer to valid combinations of consolidation      
      units.                                                                               
    Character string "2000,2008,8" is cut off after 4 characters                                                                               
    Message no. UCF7003                                                                               
    Diagnosis                                                                               
    The current data row contains for characteristic Controlling area the     
         value 2000,2008,8. But the maximum length for values of this              
         characteristic is only 4 characters.                                                                               
    System response                                                                               
    The character string "2000,2008,8" is cut off after 4 characters.                                                                               
    Procedure                                                                               
    Check if the string "2000,2008,8" is indeed supposed to be interpreted    
         as the value of characteristic Controlling area. If this is the case,     
         avoid exceeding the maximum length for this characteristic.                                                                               
    However, if there has been a mix-up, compare the structure of the file 
    with the definition in the upload method. If variable column widths are
    used, particularly pay attention to the number of field separators in  
    the data row involved.                                                 
    Please advise me on this.It would be great help

  • Data load Error to Planning

    Hi All,
    I have created One Interface for loading data to Planning Application i have make the Account Dimension as Load dimension and Segment as Driver dimension (member is Audio)
    I have created one form for this now when i am running the interface its get successfully executed but at report statics it showing following problem
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 2, in ?
    Planning Writer Load Summary:
         Number of rows successfully processed: 0
         Number of rows rejected: 48
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)
    I have find out a log file for it which says :
    Account,Data Load Cube Name,MP3,Point-of-View,Error_Reason
    Max Hits Per Day,Consol,Jan,"USD,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Unbalanced double quotes found at character 3 in the member list: "USD
    Avg Hits Per Day,Consol,Jan,"USD,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Unbalanced double quotes found at character 3 in the member list: "USD
    Can any buddy tell me what i did wrong. My Data file not contains any Double Quote mark with USD the POV is like this :---> USD,E01_0 ,Jan,Current,Working,FY11
    Thanks
    Gourav Atalkar
    Edited by: Gourav Atalkar(ELT) on May 3, 2011 4:06 AM

    As it is comma separated and all the members for the POV need to be together try enclosing it in quotes e.g "USD,E01_0 ,Jan,Current,Working,FY11"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Material Master Data Loading Error

    Hi All,
    I am loading master data for material. i got the following error.
    1. 0material_attr :
        Record 1 :0MATERIAL : Data record 1 ('000000000000010220 '): Version '000000000000010220 ' is not   valid
        Process :   If this message appears during a data load, maintain the attribute in
                         the PSA maintenance screens. If this message appears in the master data
                         maintenance screens, leave the transaction and call it again. This
    2.0material_text : Data record 1 ('000000000000010220E '): Version '000000000000010220 ' is not valid
       Process :  Same as above.
    I have applied RSKC tcode in BI with ALL_CAPITAL, ALL_CAPITAL_PLUS_HEX, and one special character string. but still getting the same error.
    Regards,
    Komik Shah

    Hi All,
    Thanks for the reply. i have solved most of errors. but there are some errors like this
    Diagnosis
        Data record 261 & with the key '000000000000132559 &' is invalid in
        value '10x8x5 &' of the attribute/characteristic 0SIZE_DIM &.
    System Response
        The system has recognized that the value mentioned above is invalid, and
        has processed this general error message. A subsequent message may give
        you more information on the error. This message refers to the same
        value, even though it does not state this explicitly.
    Procedure
        If this message appears during a data load, maintain the attribute in
        the PSA maintenance screens. If this message appears in the master data
        maintenance screens, leave the transaction and call it again. This allows to maintain your masterdata
    which string i should have to add in RSKC to remove this error ? i have already added  the ALL_CAPITAL, ALL_CAPITAL_PLUS_HEX.
    I have assigned points.
    Regards,
    Komik Shah

  • Data Load Error

    Everytime i try to run data load i get the following error,
    Object [7905367] is locked by user [user3k]
    Unable to load database, locales [English_UnitedStates.Latin1@Binary] and [English_UnitedStates.US-ASCII@Binary] are not compatible
    Object [7905367] unlocked by user [user3k]
    Unexpected Essbase error 1019057
    The rule file is validating successfully.

    Not sure where the difference in ESSLANG is occuring. Is the ESSLANG variable on the EAS server different to the Essbase server?
    Gee

  • Error 8 when starting the extracting the program-data load error:status 51

    Dear all,
    <b>I am facing a data exracton problem while extracting data from SAP source system (Development Client 220). </b>The scenario and related setting are as the flowings:
    A. Setting:
    We have created 2 source system one for the development and another for the quality in BW development client
    1. BW server: SAP NetWeaver 2004s BI 7
    PI_BASIS: 2005_1_700 Level: 12
    SAP_BW: 700 Level:13
    Source system (Development Client 220)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: SunOS
    Source system (Quality Client 300)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: HP-UX
    B. The scenario:
    I was abele to load the Info provider from the Source system (Development Client 220), late we create another Source system (Quality Client 300) and abele to load the Info provider from that,
    After creating the another Source system (Quality Client 300), initially I abele to load the info provider from both the Source system – , but now I am unable to load the Info provider from the (Development Client 220),
    Source system Creation:
    For both 220 and 300, back ground user in source system is same with system type with same authorization (sap_all, sap_new, S_BI-WX_RFC) And user for source system to bw connection is dialog type (S_BI-WX_RFC, S_BI-WHM_RFC, SAP_ALL, SAP_NEW)
    1: Now while at the Info Package : Start data load immediately and then get the
    e-mail sent by user RFCUSER, and the content:
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    2:Error in the detail tab of the call monitor as under,
    <b>bi data upload error:status 51 - error: Error 8 when starting the extracting the program </b>
    Extraction (messages): Errors occurred
      Error occurred in the data selection
    Transfer (IDocs and TRFC): Errors occurred
    Request IDoc : Application document not posted (red)
      bw side: status 03: "IDoc: 0000000000007088 Status: Data passed to port OK,
                                    IDoc sent to SAP system or external program"
      r<b>/3 side: status 51:  IDoc: 0000000000012140 Status: Application document not posted
                                   Error 8 when starting the extraction program</b>
    Info IDoc 1 : Application document posted (green)
       r/3 side: "IDoc: 0000000000012141 Status: Data passed to port OK
                     IDoc sent to SAP system or external program"
       bw side: "IDoc: 0000000000007089 Status: Application document posted,
                     IDoc was successfully transferred to the monitor updating"
    Have attached screen shots showing error at BW side.
    •     check connection is ok, tried to restore the setting for bw-r3 connection – though same problem
    •     Have checked partner profile.
    <b>what's wrong with the process? </b>
    Best regards,
    dushyant.

    Hi,
       Refer note 140147.
    Regards,
    Meiy

Maybe you are looking for

  • BI-IP - Bex Analyser - select excel single row and aplly planning function

    Hi experts, In BI-IP (BW 7) with Bex Analyser, is it possible to select a single excel row (or a range of rows) and then apply a planning function? I know that in WAD it's possible with the binding option to select a single web item. The purpose is t

  • Path towards creating a Timeline in Numbers '09

    Hi; i'm trying to figure out how to build a timeline in Numbers '09 with a graph. I'm trying to build say a one year graph with daily increments on the X Axis. The data looks like this: Date CC Store Item Category Price 2/1/08 AmEx xx379 TRADER JOE'S

  • Report designer not showing data.

    Hi Experts,    I have created a web-template in WAD and set it as default web-template for all the reports and queries, from the transaction RSCUSTV27, restarted the J2EE engine.    When I run a query from Query Designer is shows all the required dat

  • Little different use case to load detail page....

    Guys. .... again in need of you expert advice.... version: Jdev 11.1.1.3 Following is my use case: - On Department detail page.... I am showing all employees details in form... (using navigation buttons) (example: Dept 1 has employee e1,e2,e3) - User

  • Cant install Toshiba HDD Accelerator and HDD Protection

    Hi. I bought a new Satellite L845 SP4105LA one month ago with Windows 8 Single Language pre installed. But since I already got a genuine copy and key for Windows 8 Pro myself, I decided to install that edition. It all went well, I installed all the d