Data loads is not picking up all records

Hello, wonder if anyone ever encountered the following problem.  I've been trying to load a flat file to BPC and for a year now, we've had no issues.  This time however, it seems that not all records were loaded, eventhough the status indicated the correct number of rows were successfully loaded.  Any ideas what may be causing this?  I've checked the conversion files, account dimension and nothing has changed.  Any help with this is greatly appreciated.  Ideas on how / where to check for potential trouble spots are all welcome.
Thanks in advance.
David

Hello,
    If you are using the standard SSIS package import, the rejected record should be reported into the log file at the end. However, in order to see if there are rejected records or not, you can try to validate your transformation file using the same import file.
You can also verify also the temporary files generated into D:\BPC\Data\Webfolders\APSHELL_Sorin\Finance\PrivatePublications. In this way you can find the right calues imported into the cube.
    How you check if data is loaded or not?
Best regards,
Mihaela

Similar Messages

  • Data Load Wizard not Inserting/Updating all rows

    Hello,
    I am able to run through the whole Data Load Wizard without any problems. It reports that it successfully inserted/updated all the rows, but when I look in the table, I find a few rows that were not updated correctly. Of the entries I've identified that don't get inserted/updated properly, I've noticed they are the same rows that I was having issues with earlier. The issue was a number format error, which I solved by providing an explicit number format.
    Is it possible that the false inserts/updates might still be tied to the number format, or are there other reasons why the data load is failing on only some rows.
    Thanks,
    Brian
    Edited by: 881159 on Mar 14, 2012 5:05 PM

    Hi Brian,
    I am not aware of the situation where you get false results. However, there were some issues with number/date formats that sometime were not properly parsed, and this has been fixed in 4.1.1 patch. would your case be different from the one described in bug 13656397, I will be happy to get more details so that I can take a look at what is going on.
    Regards,
    Patrick

  • Net price not picking from info record

    I am creating a new PO, but net price is not picking from info record. Info record is getting copied in the line item for PO, but net price is not copied. Due to that I am unable to create PO. If I manually enter price PO can be created. Could someone tell me what might be the reason Price is not automatically taken from Info Record. Please guide me what all I need to check.
    The same data is working in one cleint, and in another client this data is facing problem.
    Thanks
    Vineeth

    Hi
    1) If there is condition record exit in system,then while creating po system will take condition record
    2) If In inforecord last po number is exist for material and vendor ,then system will take this into consideration
    3) if your creating po first time for material and vendor ,and we have maintain purchasing inforecord for purchasing organization and for plant,then system will take it into consideration
    40 If none is available we have to put condition manually in po
    Regards
    Kailas ugale

  • Pricing Condition not picking from Info record

    Dear Sapians
    We have made all the Changes for Higher Education Cess. Now while creating PO some conditions are not picking from info record(only for some materials). In Dev. server Everything working fine.
    What could be the problem?
    Warm Regards
    Sukumaran.E

    Hi Sukumaran,
    You need to go to PO -> item conditions -> press analysis button.
    double click on the pricing condition on left hand side screen. You will get proper analysis. Like "PBXX     111 Condition ignored (requirement 005 not fulfilled)"
    These descriptions will give clear hint on the reason of price not being picked up.
    - Sanjeev

  • WICTMS not picking up wip_move_txn_interface records

    I am populating the wip_move_txn_interface table with a move record.  The WIP Move Transaction Manager (WICTMS) is running every 5 minutes.  But my record in the table is not getting processed.  3 days ago it was working, and the WICTMS pgm was recognizing the record and spawning the WIP Move Transaction Worker (WICTWS) program.  But today I am inserting a similar record with a move to next operation, and WICTMS is not picking up the record.  I can perform the move using the Oracle Apps move transaction form.
    Any ideas on what I am missing and why it worked 3 days ago but now is not working.  Below is my insert statement.
    insert into WIP_MOVE_TXN_INTERFACE
    (created_by_name
    ,creation_date
    ,fm_intraoperation_step_type
    ,fm_operation_seq_num
    ,last_update_date
    ,last_updated_by_name
    ,organization_id
    ,process_phase
    ,process_status
    ,to_intraoperation_step_type
    ,to_operation_seq_num
    ,transaction_date
    ,transaction_quantity
    ,transaction_uom
    ,wip_entity_name
    values
    ('name'   --created_by_name
    ,sysdate     --creation_date
    ,'1'         --fm_intraoperation_step_type
    ,30          --fm_operation_seq_num
    ,sysdate     --last_update_date
    ,'name'   --last_updated_by_name
    ,123         --organization_id
    ,1           --process_phase
    ,1           --process_status
    ,1           --to_intraoperation_step_type
    ,40          --to_operation_seq_num
    ,sysdate     --transaction_date
    ,1           --transaction_quantity
    ,'EA'        --transaction_uom
    ,'123456' --wip_entity_name

    Hi,
    Was it solved? .. I'm Facing a similar issue where the program runs fine and completes without any errors but it doesn't processes the record in the interface.
    Regards
    Ari

  • Revaluation not picking up all documents

    Hi
    The revaluation program is not picking up all foreign currency GRIR documents.  I've checked and the exchange rates are different and the items are open, but when we run the revaluation program it skips certain documents.  Has anyone ever come accross this issue?
    Thanks

    I think that you posted this on the wrong forum.  This is the asset accounting forum.  Revaluation usually refers to the revaluation of assets.  I think that you are asking about currency revaluations.  You shold post your question in the correct forum.

  • Reply all not picking up all email addresses

    On a mail list email when I hit "Reply All" Mail app does not pick up all email addresses when composing a response to a non subscribed user.  This also happens when using web mail in Safari.  No problems on iMac.

    last step on the process is a factory restore through itunes to see if its a software glitch, if that doesnt solve it, you iphone may need service
    iTunes: Restoring iOS software

  • Receiving Open Interface not picking Inter-Org records from Interface

    Hi,
    I am trying to receive the inter org transfer through the Receiving Open interface, but the interface not picking the data from the interface tables (RCV_HEADERS_INTERFACE, RCV_TRANSACTION_INTERFACE).
    I am in 11.5.10.2, all the sources worked fine like Vendor, Internal Order, Customer but the issue is with the Inventory source (inter orgs)
    Please could you advise what could be the reason for the interface for not picking the Inventory source data from the interface table.
    Below are the interface insert script that am using..
    INSERT INTO RCV_HEADERS_INTERFACE
    (HEADER_INTERFACE_ID,
    GROUP_ID,
    PROCESSING_STATUS_CODE,
    RECEIPT_SOURCE_CODE,
    TRANSACTION_TYPE,
    AUTO_TRANSACT_CODE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    LAST_UPDATE_LOGIN,
    CREATION_DATE,
    CREATED_BY,
    SHIPMENT_NUM,
    RECEIPT_HEADER_ID,
    SHIP_TO_ORGANIZATION_ID,
    EXPECTED_RECEIPT_DATE,
    EMPLOYEE_ID,
    VALIDATION_FLAG
    VALUES
    (rcv_headers_interface_s.nextval , --Header_Interface_Id
    rcv_interface_groups_s.nextval, --Group_Id
    'PENDING', --Processing_Status_Code
    'INVENTORY', --Receipt_Source_Code
    'RECEIVE', --Transaction_Type
    'DELIVER', --Auto_Transact_Code
    SYSDATE, --Last_Update_Date
    -1, --Last_Updated_By
    -1, --Last_Update_Login
    SYSDATE, --Creation_Date
    -1, --Created_By
    'ICR-001', --SHIPMENT_NUM
    21073573, --RECEIPT_HEADER_ID
    2266, -- SHIP_TO_ORGANIZATION_ID
    SYSDATE+1, --Expected_Receipt_Date
    5543, --Employee_Id,
    'Y' --Validation_Flag
    INSERT INTO RCV_TRANSACTIONS_INTERFACE
    (INTERFACE_TRANSACTION_ID,
    GROUP_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    TRANSACTION_TYPE,
    TRANSACTION_DATE,
    PROCESSING_STATUS_CODE,
    PROCESSING_MODE_CODE,
    TRANSACTION_STATUS_CODE,
    CATEGORY_ID,
    QUANTITY,
    UNIT_OF_MEASURE,
    ITEM_ID,
    AUTO_TRANSACT_CODE,
    SHIPMENT_HEADER_ID,
    SHIPMENT_LINE_ID,
    SHIP_TO_LOCATION_ID,
    RECEIPT_SOURCE_CODE,
    TO_ORGANIZATION_ID,
    DESTINATION_TYPE_CODE,
    DELIVER_TO_PERSON_ID,
    LOCATION_ID,
    DELIVER_TO_LOCATION_ID,
    SUBINVENTORY,
    LOCATOR_ID,
    HEADER_INTERFACE_ID,
    VALIDATION_FLAG,
    SHIPPED_DATE
    --SELECT
    VALUES
    rcv_transactions_interface_s.nextval, --Interface_Transaction_id
    rcv_interface_groups_s.currval, --Group_id
    SYSDATE, --Last_update_date
    -1, --Last_updated_by
    SYSDATE, --Creation_date
    -1, --Created_by
    -1, --Last_update_login
    'RECEIVE', --TRANSACTION_TYPE_RECEIVE
    SYSDATE, --TRANSACTION_DATE
    'PENDING', --PROCESSING_STATUS_CODE
    'BATCH', --PROCESSING_MODE_CODE
    'PENDING', --TRANSACTION_STATUS_CODE
    203, -- CATEGORY_ID
    20, --QUANTITY
    'EACH', --UNIT_OF_MEASURE
    4379131, --ITEM_ID
    'DELIVER', --AUTO_TRANSACT_CODE
    21073573, --SHIPMENT_HEADER_ID
    16566939, --SHIPMENT_LINE_ID
    101629781, --SHIP_TO_LOCATION_ID
    'INVENTORY', --RECEIPT_SOURCE_CODE
    2266, --TO_ORGANIZATION_ID
    'INVENTORY', --DESTINATION_TYPE_CODE
    13706, --DELIVER_TO_PERSON_ID
    101629781, --LOCATION_ID
    101629781, --DELIVER_TO_LOCATION_ID
    'FG', --SUBINVENTORY 
    46259, --LOCATOR_ID  
    rcv_headers_interface_s.currval, --Header_interface_id
    'Y', --VALIDATION_FLAG 
    SYSDATE
    Thank you,
    Genoo
    Edited by: Geno on May 25, 2013 4:54 AM

    Any suggestion/advise please!
    Thanks,
    Genoo

  • Payment proposal not picking up all documents

    We have several credit memos for one vendor that are not picked up by the payment proposal run even though their due dates are within the payment run.  These credit memos are manually created through FB60 and not through MIRO.  In the payment proposal, the error log says "due items with currency USD, pmt method W - items total is >0".   The same payment proposal picked up all other invoices (for the same vendor) correctly.   These invoices have the same payment method as the credit memos and the credit memo due dates are prior to the payment date.
    If anybody can point me in the right direction as to what to look for, I'd appreciate it.
    rgds,
    Lanny

    Hi Ruslim,
    Please refer below OSS notes:
    Note 164835 - F110: Clearing credit memos and invoices
    Hope this helps.
    Pls assign points as way to say thanks

  • Problem with views -- not picking up new records from table?

    Hello,
    I'm having trouble with some of my views and I can't understand what is wrong. I have a table that contains three months of data. The view references the table, but only picks up the prior two months of data. When I query the table the latest month's data is definitely in there, and I've checked and rechecked the view and it looks OK (besides, it worked in the past when I loaded the 2nd month's data without and changes). Can anyone suggest anything to look for in terms of why this latest month of data doesn't show up in the view? What is even stranger is that I have some other tables that contain 3 months of data and those views work fine and are identical except that the table and view names are different (obviously). Thanks for your help.

    here's something else that i don't understand -- let me show you something:
    as you can see below, the 08-MAY-2007 data loaded...:
    UPLOAD_DA CLOSING_D
    08-MAY-07 30-MAR-06
    08-MAY-07 31-JAN-06
    08-MAY-07 30-JUN-06
    08-MAY-07 31-JUL-06
    08-MAY-07 29-SEP-06
    08-MAY-07 31-OCT-06
    08-MAY-07 15-DEC-06
    08-MAY-07 29-DEC-06
    however, when I run this:
    SQL> select distinct upload_date from cmo where closing_date >= '01-JAN-2006' and closing_date <= '31-DEC-2006';
    UPLOAD_DA
    05-APR-07
    05-MAR-07
    Why doesn't this pick up those rows above? it seems obvious to me that there are records with upload dates on 08-may-2007 BUT when I run it as above (which is how I run it in the view) they don't appear. What am I missing????

  • Master Data load does not extract Hierarchy nodes in BPC Dimension ACCOUNT

    Hi Experts,
    I am performing master data load through standard DM package with Filter selection as:
    1. Chart of Accounts
    2. Hieararchy selection has 4 hierarchy names
    3. Selected Import Text nodes
    4. Selected Set Filters by Attribute OR Hierarchies
    I have run this DM package for a set of data and selections a week ago and it worked fine.
    However when i run it now, it is giving issues,
    It extracts any new GL maintained in the BI system however it does not extract any hierarchy nodes at all! (Have tested this by deleting the hierarchy nodes and tried to run the master data load)
    I am running the DM package in Update and have selection as External.
    Any sugestions for checks / has anyone encountered this issue earlier?
    Regards,
    Shweta Salpe

    Hi Guyz,
    Thanks.
    I found that the issue was with the transformation file where i was maintaining the RATETYPE.
    When i removed the mapping of RATETYPE this works fine. (Pulls the nodes of hierarchies)
    however now i do not have Ratetype populated in the system.
    my rate type mapping is:
    RATETYPE=*IF(ID(1:1)=*STR(C) then *STR(TOSKIP);ID(1:1)=*STR(H) then *STR(TOSKIP);ID)
    and in conversion file i have TOSKIP     *skip
    I have to skip the ratetypes for the hierarchy nodes and my hierarchy nodes start with C and H.
    So now that i have removed the mapping for RATETYPE can anyone suggest me a correct way to achieve this? (Note the above mapping formula was skipping all of the hierarchy nodes starting with C and H)
    Regards,
    Shweta Salpe

  • Master Data Loaded but not able to see.

    Loaded master data successfully. Able to see it in P and M table, but not able to see when going thru Manage - Contents at InfoProvider level.
    Many requests are available showing number of records Transferred and Updated.
    What could be the possible reason?

    Hi Sarabjit,
    Welcome to SDN!!
    You need to load the transaction data into the Info-provider to see the contents and not just the master data.
    In case you have done the transaction load then you need to do the "apply hier/attr change" for the master data loaded. Goto RSA1 -> Tools(menu) -> apply hier/attr change -> Seelect your info-object and execute.
    Bye
    Dinesh

  • Check data load or not in subtype of table type

    Hi friends,
    Using global collection variable vt_product_tab.
    created record tr_product_tab.
    type tt_product_tab is table of tr_product_tab index by binary integer.
    vt_product_tab tr_product_tab;
    when the package loaded first time data loded into vt_product_tab. Now I would like to write a procedute to check data loded or not into vt_product_tab.
    Venkat.

    Hi,
    have a managed bean that has a JSF binding reference (table property) for th etable. Then on the table you can call getSelecteRowKeys, which returns a rowk key set
    Frank

  • Customize Dates recurrence pattern not picking up changes.

    Hi,
    For process scheduler, I have a recurrence set up with custom dates. This recurrence worked fine all through 2009 but now that I've deleted last year's dates and added dates for this year it is not working correctly. When I schedule a query using this modified recurrence it only schedules the last date (December). The recurrence is set up to schedule the next instance on completion of the last. I am used to having the query run immediately and then have an intance scheduled for the next defined date.
    Help is greatly appreciated!

    From KB ID 659082.1:
    SPECIFIC TO: Enterprise, PeopleTools 8.48 +
    Symptoms:
    Once a recurrence definition has been configured to use the 'Run on Specific dates' option, at submission time, the processes are not queued for the first date. Instead, the processes are queued for the last date in the sequence.
    Solution:
    This is a known issue and development has included the fix in Tools 8.50.
    REPORT ID: 1631169000
    WORKAROUND:
    Once the processes are queued for the last date in the sequence, modify the RUNDTTM field based on the newly assigned process instance number in the following Scheduler tables: PSPRCSRQST and PSPRCSQUE by using the following sql statements.
    1) UPDATE PSPRCSRQST SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    2) UPDATE PSPRCSQUE SET RUNDTTM='first date/time in the sequence' WHERE PRCSINSTANCE='newly assigned process #'
    Once the RUNDTTM has been updated to reflect the initial run's start time/date, subsequent iterations using the affected recurrence will proceed as expected according to the time/dates specified.
    Regards,
    Bob

  • PO having Item Category u0091Pu0092 or u0091Qu0092  price not picking from Condition Record

    Hi Guru,
    Purchase order having Item Category ‘P’ or ‘Q’ Price should pick from the condition type.
    Where my condition type against on material and WBS based on this Price will be fixed. 
    Now I create the PO for same, which the price was not picking from the Condition Record.
    Please help on this.
    Thanks
    Muthukumar

    The condition record was created and is being picked up in the calculation.  Also, I am now testing with a material that does not have a PIR created, so the PIR does have an impact on my current results.
    My current test has results as follows:  condition P101 = Std. Cost (as expect) $100.00; ZUPP = calculated at 5% (as expected) $105.00.  However, the Net Price in the PO line item is showing only $100.00, not the $105.00.
    A look at table EKPO shows the following: Net Price  (NETPR) $100.00; Net Value (NETWR) $100.00 ; Gross Value (BRTWR) $105.00.
    Can you tell me what I am missing with this setup?

Maybe you are looking for

  • Nokia Mail For Exchange on Asha 300 doesn't work w...

    I'm hoping someone from Nokia might see this and get your developers to make a tweak to the Nokia Mail For Exchange app for Asha 300 (a S40 phone). The Microsoft Outlook/Office 365 hosted/cloud-based e-mail service uses usernames in the format [email

  • Font is fuzzy not sharp lost crispness

    the font on my computer has just gotten fuzzy. its lost its crispness, isn't sharp and is in all areas. how should I fix this?

  • Converter doesn't work

    My converter (calculator) doesn't work now. It worked always since a year before.  At the moment it's possible only to use the calculator for mathematical operations and not to convert currency, lenght, weight and so on. Thank you in advance for pati

  • Which table store 'course location'?(lso_pv1b)

    when use lso_pv1b/pv1b,We can see course location(number) I want to see more details about the location number,which table? maybe HRP....

  • The import solution still not found.

    Hi everyone. I am using database 7.3.2. I exported the whole database and I want to import the whole database from the exported file . please could anyone provide me with the steps to import the whole database and what should I do in details. I want