Data load failure with datasource Infoset Query

Dear Experts,
I had a data load failure today,where i am getting data from the datasource which was built on Infoset Query.
we had a source system upgrade and when i checked Infoset query in the development of Source sytem  im getting the below message :
"Differences in field EKES-XBLNR
     Output Length in Dictionary : 035
     Output Length in Infoset : 020
Message was saying Adjust the INFOSET,I dont have authorisation to create the transport in the source system.I requested the respective person to Adjust the Infoset and also to regenerate the same and move to production system.
I think this will solve my problem,Please correct me if am wrong.
Regards,
Sunil Kumar.B

Hi Suman,
i am still facing the problem even after adjusting the Infoset.The problem is we are facing the short dump with length mismatch.
when i checked the Infoset we are taking the field xblnr from table EKES and data element for teh field was XBLNR_LONG(char-35) but when i checked the datasource in RSA2 the dataelement for XBLNR was showing as BBXBL(char20).
i think this was causing the problem and i checked in SQ02 we will take the field directly from the table and how there is chance to change the dataelement.
Please help me to correct the same.
Regards,
Sunil Kumar.B

Similar Messages

  • Data load failure with '#'

    Hi Experts,
    One of our data load is failing with special characteristic '#'.
    The exact error records is as follows: 390-166333#New, SUB, Fan 80x80x80mm, 12
    We have maintained '#' in RSKC, but still the load is failing.Any reason ?
    After editing '#' in PSA and reload fixed the issue.
    Can anyone suggest what should be done to fix this.
    Thanks & Regards,
    Naveen.

    Hi,
    try below field level routine.
    DATA: l_d_length like sy-index.
    DATA: l_d_offset LIKE sy-index.
    DATA: CharAllowedUpper(60) TYPE C.
    DATA: CharAllowedLower(60) TYPE C.
    DATA: CharAllowedNumbr(60) TYPE C.
    DATA: CharAllowedSondr(60) TYPE C.
    DATA: CharAllowedAll(240) TYPE C.
    CharAllowedUpper = 'ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖ'.
    CharAllowedLower = 'abcdefghijklmnopqrstuvwxyzäüöß'.
    CharAllowedNumbr = '0123456789'.
    CharAllowedSondr = '!"§$%&/()=?{[]}\u00B4`*+~;:_,.-><|@'''.
    CONCATENATE CharAllowedUpper CharAllowedLower CharAllowedNumbr
    CharAllowedSondr INTO CharAllowedAll.
    RESULT = SOURCE_FIELDS-ENTITYNAME.
    l_d_length = strlen( RESULT )
    IF NOT RESULT CO CharAllowedAll.
    DO l_d_length TIMES.
    l_d_offset = sy-index - 1.
    IF NOT RESULT+l_d_offset(1) CO CharAllowedAll.
    RESULT+l_d_offset(1) = ''.
    CONDENSE RESULT NO-GAPS.
    ENDIF.
    ENDDO.
    endif.
    CONDENSE RESULT NO-GAPS.
    TRANSLATE RESULT TO UPPER CASE.
    Thanks,
    Phani.

  • Data load failing with a short-dump

    Hello All,
    There is a data load failing with the following short-dump:
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                    CX_FOEV_ERROR_IN_FUNCTION
    Full text:
    "UNCAUGHT_EXCEPTION" CX_FOEV_ERROR_IN_FUNCTIONC
    "CL_RSAR_FUNCTION==============CP" or "CL_RSAR_FUNCTION==============CM004"
    "DATE_WEEK"
    It seems as if it is failing in a function module - please advise.
    Regards,
    Keith Kibuuka

    Did you read OSS [Note 872193 - Error in the formula compiler|https://service.sap.com/sap/support/notes/872193] or OSS [Note 855424 - Runtime error UNCAUGHT_EXCEPTION during upload|https://service.sap.com/sap/support/notes/855424]
    Regards

  • Pager from Data Load Failure

    Everynight we are loading the data into BW Production system  using Process Chains.
    When there is data load failure, is there a way we get information on Pager for immediate action.
    Suggestions are welcome.

    Easiest way (at least the way I've always set it up)is if you have a text pager is have it e-mail the pager.  The BASIS team will need to set up the SMTP service in ICM and a job to schedule the e-mails to be sent.  You'll also need to set up the e-mail address in the user's SU01 info.  There are several notes on how to set this up.
    You can also set up a program that pages you but requires an exteral modem to dial up, etc.  SMTP service is already there and pretty easy to integrate into your company's e-mail.
    -bill
    Message was edited by: Bill Smallwood

  • SQL data Load rule with Substitution variable

    Hi,
    I have a data load rule with MySQL as a data source. I have requirement where user does not want to see Current day data in cube and they keep changing days not to be loaded.
    I have setup the substitution variable SUBv as '2009-11-04' and have scripts to update it daily.
    Data Load rule in where condition contains
    brand = 'HP' and region = 'east' and date <> &SUBv
    Now, above where condition does not work for date <> &SUBv but if I set substitution variable SUBv as "brand = 'HP' and region = 'east' and date <> '2009-11-04' " and set load rule where condition with just &SUBv it would just work fine. I dont know whats wrong in 1st place.
    I dont want to create multiple where condition in substitution variable (Don't we have limit on them?). I have 40+ load rules which might use this SUBv substitution variable if I find a way to define it so that it work as "brand = 'HP' and region = 'east' and date <> &SUBv"
    Thanks,
    Vikram

    I did some research and came to know when using substitution variable in Load rule need to keep substitution variable first in string..
    It worked out magically.

  • Master Data Load Failure- duplicate records

    Hi Gurus,
    I am a new member in SDN.
    Now,  work in BW 3.5 . I got a data load failure today. The error message saying that there is 5 duplicate records . The processing is in to PSA and then to infoobject. I checked the PSA and data available in PSA. How can I avoid these duplicate records.
    Please help me, I want to fix this issue immediately.
    regards
    Milu

    Hi Milu,
    If it is a direct update, you willn't have any request for that.
    The Data directly goes to Masterdata tables so don't have Manage Tab for that infoobject to see the request.
    Where as in the case of flexible update you will have update rules from your infosource to the infoobject so you can delete the request in this case.
    Check this link for flexible update of master data
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37dda990-0201-0010-198f-9fdfefc02412

  • Master data Load Failure

    Hi All,
    Could any body clearly explain the following options in the Info Package of master data Info Object with full update
    Update data
    1. PSA and then into Info Obejcts
    2  . Only PSA   ( Update Subsequently in data targets )
          Data source trasfers no duplicate records
         Igonore double data records
    While I am doing master data load with the 1 and 3 options I am getting same no of records updated in PSA but loadng is getting failured with the 1st option (Caller 01 02 .. 20 Messages ) .and request with 3rd option is success..
    Thanks in Advance...
    Regards,
    Nagamani

    Hi
    U r master data might have the Dublicate records
    select the PSA
    and select the option
    Ignore dublicate data records
    IF  you have the Deblicates
    EX
    CNO
    1010
    1020
    1010
    ITs not alowed the 1010 record
    Regards

  • Data load failures in Essbase Clusters ( MSCS)

    Hi,
    If there is a failure on the Active Essbase Cluster Node (call this Node A) and the Cube has to be rebuilt on Cluster Node B, how will the Cube be re-built on Cluster Node B.
    what will orchestrate the required activities in the correct order to rebuild the Cube)? Both Essbase nodes are mounted on to Microsoft Clustered Services.
    In essential, I want to know
          A)  How to handle the metadata load that failed on Node1 onto Essbase Node2?
          B)  Does the session continues to perform the meta data/ data load on the Essbase Second Node when the Essbase First Node fails?
    Thanks for your help in advance.
    Regards,
    UB.

    It would be built the same way as you either use the Essbase clustername or the MSCS VIP used for the Essbase cluster configuration,  you would not ever be referencing a host name so it does not matter which node it is running on.
    The session will be lost on a failover as it is the same as an essbase restart.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error in the hierarchy structure - Data Load Failure

    Hi
    We are having a regular Master data hierarchy Full load: 0WBS_ELMT. This data load is from the SAP R/3 source system. It was failed today with following message:
    Error in the hierarchy structure     
    Node ID 00016749 does not exist.
    Node ID 00005867 starts an endless loop
    Node ID 00001367 has not been included in the hierarchy
    Can any one help me out to solve this issue?
    Best Regards,
    Venkata.

    hi,
    refer to this thread.
    No hierarchy displaying in the Maintain Hierarchies

  • Data load from to datasources to InfoCube via common Infosource in BI7

    Hi all,
    I need to load data from two diffent DataSource to one Infocube. Between this Infocube and DataSources there is one infosource common for both Datasources.
    Between Infocube and Infosource there is one transformation and between each DataSource and that single InfoSource there are individual transformations.
    I need to move data from each DataSource to infocube via InfoSource and through all the three transformations..
    I tried to create a DTP to load data from one DS1 to InfoCube. It worked fine. But while creating DTP from other DS to Infocube I am not able to use the transformation which I have created from InfoSource to Infocube. Its getting bypassed and systems creates a new transformation between DS2 to infocube.
    Can anybody help me for this???

    Hello all,
    Thanks for instant replies..
    We need have Infosource as we need to have currency transformation, and multi-stage transformation...
    My question is when I am creating a DTP for second DS it is bypassing the transformation which I have created between InofSource and DataSource...
    It is following that that transformation only for  first DS.. and not for the second one. Whereas, we need have that transformation (transformation between InfoSource and InfoCube) common for all DS which are loading data through InfoSource.

  • BW Data Load failure

    Hi,
       I created a BW Data Source in R/3 and checked in RSA3 (R/3) it is extracting the required record...
    But when i started data load in BW using that extractor i am geting error message
    <b>Request IDoc : Application document not posted</b>
    How can i proceed.
    Thanks

    Hi,
    Refer the link:
    https://forums.sdn.sap.com/click.jspa?searchID=937834&messageID=2379005
    With rgds,
    Anil Kumar Sharma .P

  • Data Load: Replace with Rule

    Hi guys,
    this might be a simple question but need to find out quickly:
    Can it load exports with a rule file even its not in column format??
    Data source is an export and NOT in column format and need to load the data with a rule file to replace a member name. The new member names in the new outline has changed a little bit.
    Old: Team_1
    New: Team_01
    Export is done by right click data base -> export.
    Any idea?
    Regards,
    Bernd
    Edited by: Bernd on Mar 15, 2012 4:13 PM

    Data file in a free-form format doesn't need a rule file to import. Given your case my best guess is to just replace the names in the export file with the new names and jsut import it.

  • Initialisation data load failure

    Hi all,
    My initialisation data load for 0EC_PCA_3 failed with an error message "Selected No does not agree with transferred no." , the data processing is ok.
    I am pasting the shrot dump from the source system below.
    Error analysis                                                                               
    An error occurred when executing a REMOTE FUNCTION CALL.                    
    It was logged under the name " "                                            
    on the called page.                                                                               
    Last error logged in SAP kernel                                                                               
    Component............ "SAP-Gateway"                                         
    Place................ "SAP-Gateway on host hccr3prda1 / sapgw00"            
    Version.............. 2                                                     
    Error code........... 242                                                   
    Error text........... "timeout during allocate"                             
    Description.......... "no connect of TP opti1 from host hccr3prda1 after 22 
    sec"                                                                       
    System call.......... " "                                                   
    Module............... "gwr3cpic.c"                                          
    Line................. 5709                                                  
    Thanks

    Hi Roberto I have requested the data again twice , but this time the error message is different please could you help me with this.
    When attempting to access the data of table "ARFCSSTATE ", an internal error at
    the database interface occurred.                                               
    but when I check the D/B , it is accessible.
    may be I have to debug the flow , can u brief me how to debug the flow from R/3.
    Thanks

  • Data loading problem with Movement types

    Hi Friends,
            I extarcted data using the data source General Ledger : Line itemdata (0fi_gl_4) to BW side.
        Problem is Movement Types for some documents missing.
    But i checked in rsa3 that time showing correctly.
    i restricted the data in bw side infopackage level only particular document that time data loading perfecly.
    this data source having 53,460 records.among all the records 400 records doc type 'we' movement types are missing.
    please give me solution for this how to loading the data with movement types.
    i checked particular document of 50000313 in RSA3 it is showing movement types. then i loaded data in bw side that time that movement types are not comming to be side. then i gave the particular doc 50000313 in infopackage level loading the data that time movement types are loading correctly. this extaractor having 55000 records.
    this is very urgent problem.Please give me reply urgenty. i am waiting for your's replys.
    Thanks & Regards,
    Guna.
    Edited by: gunasekhar raya on May 8, 2008 9:40 AM

    Hi,
    we enhanced Mvement type field(MSEG-BWART) General ledger (0FI_GL_4) extractor.
    this field populated with data all the ACC. Doc . number.
    Only 50000295 to 50000615  in this range we are not getting the movement types values.
    we didn't write any routines in transfer and update rules level.
    just we mapped to BWART field 0MOVETYPE info object.
    we restrict the particular doc no 50000313 infopackage level that time loading the the data into cube with movement types.
    but we remove the restriction infopackage level then loading the data that time we missing the movement types data of particular doc no 50000295 to 50000615.
    Please give mesolution for this. i need to solve this very urgently.
    i am witing for your reply.
    Thanks,
    Guna.

  • Infocube data loads fail with UNCAUGHT_EXCEPTION dump after BI 7.01 upgrade

    Hi folks,
    We're in the middle of upgrading our BW landscape from 3.5 to to 7.01. The Support pack we have in the system is SAPKW70103.
    Since the upgrade any of the data loads going to infocubes are failing with the following
    ABAP dump UNCAUGHT_EXCEPTION     
    CX_RSR_COB_PRO_NOT_FOUND.
    Error analysis                                                                  
        An exception occurred which is explained in detail below.                   
        The exception, which is assigned to class 'CX_RSR_COB_PRO_NOT_FOUND', was not
         caught and                                                                 
        therefore caused a runtime error.                                           
        The reason for the exception is:                                            
        0REQUEST is not a valid characteristic for InfoProvider                     
    Has anyone come accross this issue and if so any resolutions you adopted to fix this. Appreciate any help in this regard.
    Thanks
    Mujeeb

    hi experts,
    i have exactly the same problem.
    But I can`t find a test for infoobjects in rsrv. How can I repair the infoobject 0REQUEST`?
    Thx for all answers!
    kind regards
    Edited by: Marian Bielefeld on Jul 7, 2009 8:04 AM
    Edited by: Marian Bielefeld on Jul 7, 2009 8:04 AM

Maybe you are looking for