In EIS at data loading Few Records are getting rejected

Hello,
I m loading the data in Essbase through EIS.I am using user defined SQL for data loading.
In log this this is showing that 22000 records are loaded and 564 records rejected.
Can any Expert let me know why these records are getting rejected.
Thx
Shivendra

If you look on your EIS server, under hyperion\eis there is a logfiles directory. Under it are folders for every load. In these folders are the error files. If you look at the file, the first column shows you the member that got rejected. You can then look to see if it is in your outline. My guess is your custom sql is bringing back rows that are not in the cube

Similar Messages

  • Few records are missing while downloading to a Spreadsheet  from a Report

    Dear Gurus,
    few records are missing while downloading to a Spread sheet from a Z report.  There are around 300 records, out of which 11 records are not appearing in Spreadsheet file after saving.  But, the funny thing is when i try to save in other format like, HTML or to a clip board all records are coming. 
    When asked, the ABAPer said -
        your report is coming correctly.  if the report is wrong then we can try checking some code in the Z report.  Saving it into Spread sheet is the standard program provided by SAP.
    He is also facing this problem for the first time.
    Can anybody help.
    Thanks in advance and u will get points if useful.
    Regards

    Hi,
    Few days back we got this kind of error, when i tried to down load the asset balances in excel format.
    It was observed that, for one of the asset description ends with cama",".  Due to this reason all other details has been stored in single cell.  Once we changed the master data of that asset, then we able to get the report properly.
    2) Some other time, when we tried to download material master details, for one of the material ... description not maintained.  this is another issue. After maintain the description problem got resolved.
    Hope this information will be helpful to u.

  • Records are getting duplicated on presing enter key in table control

    Hi All,
    I am using table control in module pool program.  The issue is records are getting duplicated on press of enter key.
    I cannot use sy-ucomm enter and do some validation thing in my code. As the record should get update in int_tab(internal table). Otherwise ZSTR_TAB(table control)will be blank after pressing enter key.
    I have gone through all the previous threads on this. Have implemented sol provided in one of threads. Now records are not getting duplicated but the next line is getting disabled. The code to avoid duplication is :
    MODULE read_table_control INPUT.
      data tc-lines type i.
      DESCRIBE TABLE int_tab LINES tc-lines.
      IF tc-lines GE control-current_line.
        MODIFY int_tab FROM zstr_tab INDEX control-current_line.
      ELSE.
        IF gcreate_code = 'CREATE'.
          zstr_tab-zemp_num = gemp_num.
          INSERT zstr_tab INTO int_tab INDEX control-current_line.
        ENDIF.
        IF gchange_code = 'CHANGE'.
          MODIFY int_tab FROM zstr_tab INDEX control-current_line.
        ENDIF.
      ENDIF.
    ENDMODULE.   
    This module is in PAI. Now how to make the lines in control input enabled??
    Any other sol for avoiding duplicate records on pressing enter key?
    Thanks,
    Seema

    Hi,
    Have you written any code in when Others of case...Endcase  ?
    If Yes then checkout if there is anything wrong over there, debug and check.
    If not then write delete adgecent duplicates from Int_tab comparing key fields.
    Also check in PBO, if you have written any query that selects data from particular table and appending the internal table irrespective of entry is already exist. So you should write select query in the if...Endif block as below,
    If int_tab[] is not initial.
    select * from ZSTR_TAB
    into table int_tab
    where .........
    endif.
    If above is not the case then debug and check where exactly entries are getting duplicated so that I can have idea what exactly is happening.
    Regards,
    Umang Mehta

  • Records are getting overwritten in the internal table using Select query.

    Hi All,
    I have following query :
    Loop at i_salesplant.
           select maramatnr mvkeVKORG mvkeVTWEG maraZZCOEAFE maraZZCOEAFEUOM mvkeZZALLPOL
           into corresponding fields of table i_zallocpol from mara inner join mvke on
           mvkematnr = maramatnr
           where MARA~zzobjtype = I_ZZOBJTYPE
             and MVKE~VKORG = i_salesplant-vkorg
             and MVKE~VTWEG = T_VTWEG.
         ENDLOOP.
    My Que : For example lets say first it selects all the records for Sales Org 1000. Next when you select the records for the Sales Org 2000 the earlier records are getting overwritten.
    Please let me know your valuable inputs.
    Thanks,
    Chandravadan

    Hi,
    Thanks alot for the reply.
    I changed query using appending as follows :
          Loop at i_salesplant.
            select maramatnr mvkeVKORG mvkeVTWEG maraZZCOEAFE maraZZCOEAFEUOM mvkeZZALLPOL
             into appending corresponding fields of table i_zallocpol from mara inner join mvke on
            mvkematnr = maramatnr
            where MARA~zzobjtype = I_ZZOBJTYPE
              and MVKE~VKORG = i_salesplant-vkorg
              and MVKE~VTWEG = T_VTWEG.
          ENDLOOp.
    But it is giving error saying " Field "APPENDING" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. "     
    Please suggest.
    Thanks,
    Chandravadan

  • I have iphone5 and updated to ios7 but few contacts are getting deleted..how to fix this?

    i have iphone5 and updated to ios7 but few contacts are getting deleted..how to fix this?

    So, you do not see any fonts bold that shouldn't be bold?
    What are your current default font settings?
    If you have increased the minimum font size then try the default setting "none" as a (too) high value can cause issues.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    *https://support.mozilla.org/kb/Changing+fonts+and+colors
    It is better not to increase the minimum font size in case you need a larger font, but use an extension to set the default page zoom to prevent issues with overlapping text.

  • Line Items are getting rejected in Sales Orders

    Hi,
    I am creating sales orders using ORDERS Message type and for this I am using the Standard SAP Inbound Function Module to create sales orders.
    Idocs are getting processed successfully and sales orders are getting created, but line items in the sales order are getting rejected and hey are getting rejected with reason for rejection to be <b> No Availability Lost</b>.
    So, I would like to know if this is a problem with the data furnished in the Idoc or else any custom setting have to be maintained or not?
    Raghuram

    The reason why they are failing is because in the user exit as per the logic present here whenever a EDI Order with customer Purchaser Order Type DFUE is to be processed ABGRU (Reason for Rejection) has been flagged equal to 01 and hence order item lines are having rejection reason.

  • Master Data Load - Number records not match

    I am loading the 0PLANT table.  In R3, it shows 966 records.   After running the InfoPackage, there are 966 records in the PSA, none in error.  But I get a message - Number of records  requested does not match number transferred (packet 1).
    This is a first use of a new source system to this BW.  All master data loads give me the same error.
    What is setup wrong?

    Hello RoberT,
    & How r u ?
    For the same 0PLANT we load data on daily basis. Not only for this but also for more Master Data Objects. For some of them we used to get this message but not as an Error. On pressing the Update Tree (Refresh) it will change the status.
    Anyway u got the records in the PSA so there is no problem with the data load. What signal u find in the Monitor ? Yellow or Red ? If yellow wait for some time, press Update Tree.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • If data loading fails records should ROLLBACK and only error records .....

    Hi All,
    In my process data loading from source to target,for example iam loading 100 records ,in that 50th record having error,once the error record occured total loading process want to fail, records needs to rollback and error record need to move error table....any one can you guide on this process...
    Thanks in advance....

    30021986 wrote:
    Hi All,
    In my process data loading from source to target,for example iam loading 100 records ,in that 50th record having error,once the error record occured total loading process want to fail, records needs to rollback and error record need to move error table....any one can you guide on this process...
    Thanks in advance....Hi ,
    Test this ..
    Set flow control to YES
    Set Maximum number of errors allowed to 0 (zero)
    Run the interface

  • Data load from BW converting but rejecting

    Hi All,
    We are loading data from BW to BPC via the data manager package LoadInfoprovider selections with validated transformation and conversion files.  When we load the data (any selection), the data converts correctly (giving an acceptable accept count and no rejected records) but then fails at the LOAD_INFOPROVIDER stage:
    Task name CONVERT:
    No 1 Round:
    Reject count: 0
    Record count: 17
    Skip count: 0
    Accept count: 17
    Task name LOAD INFOPROVIDER:
    Aggregate count: 16
    Submit count: 0
    Reject count: 1
    model: AIACONS. Package status: WARNING
    Checking the rejected records, they are valid records and I've checked further in excel.  Has anyone encountered this or have any idea how to debug it as it gives me absolutely no indication as to why they have been rejected?
    I have SAP_ALL so it isn't a security issue.  The UJFS logs are completely blank (rejected list and rejected data).
    Best,
    Chris

    Hi both,
    Appreciate your responses.
    Vadim, yep, you can see the rejected records.  I trimmed down the selection so it would just show 17 records and there was nothing at the bottom to suggest what the issue would be.  It is creating the correct records but then rejecting them?
    Patrick, the rejected records look correct (I would post an example and will, but our server's down for maintenance), with no blanks.  To make things simple, I even hardcoded all the incoming values (using *str()) and the record was still rejected.
    Best,
    Chris

  • Master Data load duplicated records - 0ART_SALES_ATTR

    Hi All,
    I'm trying to load Master Data in the Test System and I'm getting an error that says that There are duplicates of the data record 70114 with the key '10 30 000000000001034170 ' for characteristic 0MAT_SALES .
    This is wrong, no data is duplicated, I already check the PSA and it's fine.
    The dataflow is the 3.5.
    The Infopackage has been set up with Update Initialization with Data Transfer.
    The PSA and the Infoobjects are empty, they have never been loaded.
    The Processing in the Infopackage has been set as PSA and Infoobject (Package by package).
    I can't modify the Infopackage as I am in a Test System.
    Any Idea on how to solve this?

    The problem was that the person who designed the dataflow made a mistake and swapeed two fields.

  • Data Load- 0 records yellow status

    Hi ,
    While loading data to BW 3.5 where the number of records is 0, it takes a very long time (more than one day) for the status to become GREEN. The data source is based on a custom FM. The extraction in RSA3 is working fine.
    I have changed the evaluation setting in the monitor screen to GREEN. However the problem still continues.
    Is their any exception which needs to be defined in the FM code?
    Thanks
    Priyya

    Are you raising NO_MORE_DATA when there is no records? See FM RSAX_BIW_GET_DATA_SIMPLE as an example.

  • Flat file data load through appln server # gets generated at each line

    Hi all,
    I am loading the data from flat file which is placed on the application server.
    At the end of each record i can see a # getting generated.
    While loading the data in bw 3.5 i am getting an error message. Can anyone pls let me know how to handle this issue through application server!!
    Thanks
    Pooja

    Hi Pooja,
    I had faced similar kind of issue in my earlier project.
    The issue is the way of uploading file to application server. Again, i m not say the format of file, but the way the file is uploaded. Normally there are 2 type of uploading, Binary and ASCII. If the file format is CSV and the Appl Server is Windows than, ASCII format is recommended. If it is uploaded in any other format, then the newline is not identified and converted to # - which result to error while loading the data.
    I had to put lot of time to find out the correct combination. And then later on train the user to upload it right way. My user used to upload the data by using some FTPPro software.
    Even after training, i had to have a manual check the file through AL11 everytime before load but after sometime user got trained and the problem was solved.
    Hope this helps.
    Regards
    Raj

  • Save a calendar list as a template without data - not all views are getting saved

    I have read plenty of articles showing how to save a list as a template and create a new list from that template. I have a very large calendar list that I want to save as a template. I do not need that data as it is last years. All I want to do is save it
    as a template and create a new list for 2014 using that template.
    Following the process, everything worked fine, but the template that got saved did not save all of the views. I have searched all over for a solution, but no luck. This calendar list has every user as a view, so there are a lot of views created.
    Is there a limit for the number of views in a list that would be saved? How do i create a new calendar with the same views. I do not need that old data.
    Bruno

    SAP support was able to help => Solution is SAP note 1237688.

  • EIS data load slow

    Greetings all,
    Windows Server 2003 SP2. SQL Server 2000 SP3. Hyperion 9.3.1.
    I am running an EIS data load, and the load time is progressively longer depending on the number of records loaded.
    For example, when doing a data load of 1,000,000 records, it takes 2 minutes to load the first 500,000 records but an additional 10 minutes to load the next 500,000 records.
    Is there any reason for this, and can I do anything about it?
    Regards,
    Paul.

    Since non-Streaming mode is the only mode that EIS leverages to load data, it's not surprising that- Data loads are slow.
    If you want to continue using EIS for data loads, I believe- All you can do is- To refine/tune your User-defined SQL.
    You've mentioned about just few million records. However, in the volume-intensive environments where records are in the order of hundreds/thousands of millions, the majority would think of using EIS only for Metadata load & deferring data load to the flat file data extracts, which is way faster. At the same time, you'd have to consider if the extraction time required is not too much that it defeats the very purpose.
    - Natesh

  • SPM Data Loads : Less number of records getting loaded in the Invoice Inbound DSO

    Dear Experts,
    We are working on a project, where data of different NON SAP Source Systems is being loaded into SPM, via Flat File Loads. We came across a very weird situation.
    For other Master and Transaction Data objects, it worked fine, but when we loaded Invoice File, less number of records are getting loaded in the Inbound DSO. The Invoice File contained 80000 records, but the inbound DSO has 78500 records only. We are losing out on 1500 Records.
    We are unable to figure out, as to which 1500 records are we missing out on. We couldn't find any logs, in the Inbound Invoice DSO. We are unable to find out if the records are erroneous, or there is any issue with something else. Is there a way to analyze the situation / Inbound invoice DSO.
    If there is any issue with the Outbound DSO or Cube, We know that it is possible to check the issue with the Data Load request, but for the Inbound DSO, we are not aware, as to which the way to analyze the issue, and why Inbound DSO is taking less records.
    Regards
    Pankaj

    Hi,
    Yes, It might be happen in DSO, because the data records have the simantic keys, so in Keyfileds selection you might have less no of records.
    If you have any rountines check the code(If any condetion for filtering the records).
    Regards.

Maybe you are looking for

  • Error Code 43 while trying to update CC desktop app

    Hi there, I'm getting Error 43 while trying to update CC desktop app. OS is Mavericks 10.9.4. It gets as far as 63% than the following error: Installer was unable to access a critical file/directory. Please try installing again.(Error code: 43) Guess

  • Another " your apple id have been disabled " thread.

    Ok, soo, i have read tons of threads about this issue and none have been resolved. And this morning i got the same message, i have searched and searched for a phone number to call apples customer support for this issue but to no avail, am i just blin

  • JDeveloper 11g for linux.

    I saw packages for windows and mac, the Base Install is for linux?

  • HT202618 Why do I see other Apple TVs under speakers?

    Under Speakers in AirPlay settings and on my iPhone when initiating airplay, I see up to 2 other AppleTV that aren't mine. I live in a condo so I suspect they are my neighbours. Is there any way to prevent my devices from connecting to or recognizing

  • Do wwv_flow_ldap functions calls unbind connections to LDAP??

    Tyler, Does a call to wwv_flow_ldap.member_of2 unbind the session to the LDAP? We have a problem where we are hitting the ORA-31223 error. We are certain that our custom authentication function does a dbms_ldap.init, a dbms_ldap.simple_bind_s and a d