Custom object - data loader issue

Hello guys.
I've just attempted to upload a CSV file in order to insert new records to a custom object.
after some tweaking I've managed to get it to work, the log stated 100% success but no new records appeared.
I've ran the data loader for "ordinary" objects (account, parts) with full success.
Any thoughts?
Thanks,
Adi Smulian
[email protected]

The dataloader will often state 100% this does not mean that all the records were imported correctly. You will need to go to the data import queue to retrieve the findings of the import this will then tell you if you have any errors.

Similar Messages

  • Data Load Issue "Request is in obsolete version of DataSource"

    Hello,
    I am getting a very strange data load issue in production, I am able to load the data upto PSA, but when I am running the DTP to load the data into 0EMPLOYEE ( Master data Object) getting bellow msg
    Request REQU_1IGEUD6M8EZH8V65JTENZGQHD not extracted; request is in obsolete version of DataSource
    The request REQU_1IGEUD6M8EZH8V65JTENZGQHD was loaded into the PSA table when the DataSource had a different structure to the current one. Incompatible changes have been made to the DataSource since then and the request cannot be extracted with the DTP anymore.
    I have taken the follwoing action
    1. Replicated the data source
    2. Deleted all request from PSA
    2. Activated the data source using (RSDS_DATASOURCE_ACTIVATE_ALL)
    3. Re transported the datasource , transformation, DTP
    Still getting the same issue
    If you have any idea please reply asap.
    Samit

    Hi
    Generate your datasource in R/3 then replicate and activate the transfer rules.
    Regards,
    Chandu.

  • Demantra Data Load Issue

    I am new to Demantra. Have installed a stand alone Demantra system in our server. In order to load data, I created a new model, defined item and location levels, then clicked on 'Build Model'. The data is loaded into 3 custom tables created by me. After creating the model, I cannot login to 'Collaborator Workbench', it gives message 'There are system errors. Please contact your System Administrator'. Can anyone please tell me what I am doing wrong and how to resolve the issue.
    Thanks

    Ok, so if ASO value is wrong, then its a data load issue and no point messing around with the BSO app. You are loading two transactions to the exact same intersection. Make sure your data load is set to aggregate values and not overwrite.

  • TileList data load issue

    I am having an issue where the data that drives a tilelist
    works correctly when the tile list is not loaded on the first page
    of the application. When it is put on a second page in a viewstack
    then the tilelist displays correctly when you navigate to it. When
    the tilelist is placed in the first page of the application I get
    the correct number of items to display in the tilelist but the
    information the item renderer is supposed to display, ie a picture,
    caption and title, does not. The strange thing is that a Tree
    populates correctly given the same situation. Here is the sequence
    of events:
    // get tree is that data for the tree and get groups is the
    data for the tilelist
    creationComplete="get_tree.send();get_groups.send();"
    <mx:HTTPService showBusyCursor="true" id="get_groups"
    url="[some xml doc]" resultFormat="e4x"/>
    <mx:XMLListCollection id="myXMlist"
    source="{get_groups.lastResult.groups}"/>
    <mx:HTTPService showBusyCursor="true" id="get_tree"
    url="[some xml doc]" resultFormat="e4x" />
    <mx:XMLListCollection id="myTreeXMlist"
    source="{get_tree.lastResult.groups}"/>
    And then the data provider of the tilelist and tree are set
    accordingly. I tried putting moving the data calls from the
    creation complete to the initialize event thinking that it would
    hit earlier in the process and be done by the time the final
    completion came about but that didn't help either. I guess I'm just
    at a loss as to why the tree works fine no matter where I put it
    but the TileList does not. It's almost like the tree and the
    tilelist will sit and wait for the data but the item renderer in
    the tilelist will not wait. Which would explain why clicking on the
    tile list still produces the correct sequence of events but the
    visual component of the tilelist is just not working right. Anyone
    have any ideas?

    Ok, so if ASO value is wrong, then its a data load issue and no point messing around with the BSO app. You are loading two transactions to the exact same intersection. Make sure your data load is set to aggregate values and not overwrite.

  • Master data loading issue

    Hi gurus,
        Presently i am working on BI 7.0.I have small issue regarding master data loading.
        I have generic data soruce for master data loading.i have to fetch this data to BW side.Always i have to do full data load to the master data object.first time i have scheduled info package and run DTP to load data to master data object, no issues, data got loaded successfully.whenever i run infopacage for second time and run DTP i am getting error saying that duplicated records.
       How can i handle this.
    Best Regards
    Prasad

    Hi Prasad,
    Following is happening in your case:
    <b>Loading 1st Time:</b>
    1. Data loaded to PSA through ipack.It is a full load.
    2. data loaded to infoobject through DTP.
    <b>Loading 2nd Time:</b>
    1. Data is again loaded to PSA. It is a full load.
    2. At this point, data in PSA itself is duplicate. So when you are running the DTP, it picks up the data of both the requests that were loaded to PSA. And hence, you are getting the Duplicate record error.
    Please clear the PSA after the data is loaded to infoobject.
    Assign points if helpful.
    Regards,
    Tej Trivedi

  • BI 7.0 data load issue: InfoPackage can only load data to PSA?

    BI 7.0 backend extraction gurus,
    We created a generic datasource on R3 and replicated it to our BI system, created an InfoSource, the Transformation from the datasource to the InfoSource, an ODS, the transformation from the InfoSource to the ODS. 
    After the transformation creation between the InfoSource and the ODS is done on this BI system, a new folder called "Data Transfer Process" is also created under this ODS in the InfoProvider view.  In the Data Transfer Process, in the Extraction tab, picks 'Full' in the field Extraction Mode, in the Execute tab, there is a button 'Execute', click this button (note: so far we have not created InfoPackage yet) which sounds like to conduct the data load, but find there is no data available even if all the status show green (we do have a couple of records in the R3 table). 
    Then we tried to create an InfoPackage, in the Processing tab, find 'Only PSA' radio button is checked and all others like 'PSA and then into Data Targets (Package by Package)" are dimmed!  In the Data Target tab, find the ODS as a target can't be selected!  Also there are some new columns in this tab, 'Maintain Old Update Rule' is marked with red color 'X', under another column 'DTP(S) are active and load to this target', there is an inactive picture icon, that's weird since we have already activated the Data Transfer Process!  Anyway, we started the data load in the InfoPackage, and the monitor shows the records are brought in, but since in the Process tab in the InfoPackage, 'Only PSA' radio button is checked with all others dimmed that there is no any data going to this ODS!  Why in BI 7.0, 'Only PSA' radio button can be checked with others all dimmed?
    Many new features with BI 7.0!  Any one's idea/experience is greatly appreciate on how to load data in BI 7.0!

    You dont have to select anything..
    Once loaded to PSA in DTP you have the option of FULL or DELTA ,full loads all the data from PSA and DELTA loads only the last load of PSA.
    Go through the links for Lucid explainations
    Infopackage -
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/03808225cf5167e10000000a1553f6/content.htm
    DTP
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/f98e07cc483255e10000000a1553f7/frameset.htm
    Creating DTP
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/fa50e40f501a77e10000000a422035/content.htm
    <b>Pre-requisite-</b>
    You have used transformations to define the data flow between the source and target object.
    Creating transformations-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f8/7913426e48db2ce10000000a1550b0/content.htm
    Hope it Helps
    Chetan
    @CP..

  • Data Load Issue

    Dears,
    we are trying to distrigute the data load functionality to base users.
    However it seems that in our tests these kind of users can only use the option "replace by security".
    If they try to run the data load without having selected this option, the system returns the following error:
    "No write access to period December"
    which is very weird as the period December is available for input to the same users through data entry forms.
    Please help.

    This comes up when the user does not have write access to all the intersections in the subcube.
    Let's say you have security on Custom 1 with members A, B, and C, and a file with some data.
    If John only has Read Access to A, a replace by security will clear and load products B and C only.
    If John tries a Replace load, it will attempt to clear all members, however because John does not have access to clear product A, this causes the error you're looking.

  • Error in 0EMPLOYEE Master Data Load Issue

    Hi,
    We have 0EMPLOYEE Master Data. Due to our new development changes ralted to 0EMPLOYEE, we have scheduled 2 new info packages with Personnel number range. While creation of infopackages, we forget to main time interval from 01.01.1900 to 31.12.9999. Instead of this, the default range was selected as 24.04.2009 to 31.12.9999. Because of this selection in InfoPackage, the Employee Master Data Valid from date was changed to 24.04.2009 for all the employees in the master data after the data load.
    Even after i change this selection properly and loading the data also, its not correcting with correct valid from dates.
    Can you please advice, how can we fix this issue ASAP as its a production issue?
    Thanks!
    Best regards,
    Venkata

    > Even after i change this selection properly and loading the data also, its not correcting with correct valid from dates.
    May be for this you have the ONLY option to delete 0Employee master data and reload it again. For this you need to delete dependent transaction data also.
    Cheers,
    Sree

  • Siebel -00284 Error while editing the Custom object Data

    I have created one custom object and when i tried to edit the data which i have entered , i am not able to edit the data on Custom object. Could you please suggest me on this. Please find the below error.
    You do not have permission to edit the record. Click cancel or Back link to continue.(SBL-DAT-00284)
    Edited by: Subbu on Jun 29, 2010 1:57 AM

    Hi Shyam,
    Try with this code.
    *-----Adding the Condition Types at item level
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KONY'.
                  PERFORM bdc_dynpro      USING 'SAPMSSY0'    '0120'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  '05/04'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=PICK'.
    *----1. Unitprc ( ZPR0 )
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KOAN'.
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KBETR(02)'.
                  WRITE x_item-unitprc TO v_unitprc CURRENCY komv-waers NO-SIGN.
                  PERFORM bdc_field       USING 'KOMV-KSCHL(02)'  'ZPR0'.
                  PERFORM bdc_field       USING 'KOMV-KBETR(02)'  v_unitprc.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/00'.
    *-----End of Addition
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/EBACK'.
    Regards,
    Aman
    Message was edited by:
            Amandeep Kumar

  • Data Loading issues in PSA and Infocube

    Hi team,
    i am loading data into PSA and from there into info cube via a DTP,
    when i load data into PSA all 6000 records are transfered to PSA and process is completed sucessfully,
    When i execute the DTP to load data into info cube the data load process is completed sucessfully but when i observe
    the "manage" tab i see
    "Transferred 6000 || Added Records 50"
    i am not able to get as why only 50 records are loaded into infocube and if some records are rejected where can i find them and the reason for that,
    kindly assist me in understanding this issue,
    Regards
    bs

    hi,
    The records would have got aggregated based on common values.
    if in source u had
    custname xnumber kf1
    R                56             100
    R                53             200
    S                54              200
    after aggregation u will have
    custname                kf1
    R                            300
    S                           200
    if u do not have xnumber in your cube.
    Hope it is clear now.
    Regards,
    Rathy

  • DSO data Load issue

    Hi all,
    i have some issue with DSO data load , while loading the data data comming to psa perfectly 238 ware comes, but when i trigger that DTP, i am getting only 6 records.
    Please any one suggest me.
    Thanks,
    Gayatri.

    Hi Gayatri,
    if you have already loaded some data to DSO & now if you are trying to do Delta, it is possible that it is taking only Delta Data??
    (or)
    If you have any Start/End routines/Rule Routines written for deleting any records based on some conditions.
    (or)
    Also It depends on the keyfield you have selected in the DSO. If the keyfield which you have selected is having some repeated values, then while loading into DSO, it will be aggregated i.e if you have 10 rows for keyfield with value say 101, then in the DSO it will be loaded with only one row with value 101 (10 rows becoming 1 row) & with the keyfigure either Summation/Overwritten depending on what you have selected in the rule details for the keyfigure(you can check it by right click on Keyfigure mapping> Rule Details> here you can see whether it is Overwrite/Summation).
    Also as mentioned in above posts you can check the DSO --> manage --> Check the number of rows transferred & number of rows added.
    Hope it is clear & helpful!
    Regards,
    Pavan

  • 0HR_PY_PP_2 - data load issue

    We have 0HR_PY_PP_2 which pulls deltas weekly. On 29th of June the data load failed with error posting runs are locked, try the transfer again. So we did repeat delta. The load was successful but it got 0 records. But the R/3 guys said there was data. When the chain ran next week i.e. on 6th July, it got all the data including the data which was supposed to be brought in the previous weeks load. Did any one face such an issue. We do not understand what could be the problem.Can some one please help.
    Thank you!

    You should have run a normal delta run (no repeat delta) instead for
    the following reason:
    When you run the extractor in a situation when posting data is
    still locked (by the actual posting process), the extractor stops
    extraction immediately before it calculates any record and
    puts it to the delta queue. However, a "repeat delta" run is a process,
    that simply takes whatever it finds in the delta queue for the
    specific extractor as the result of the last delta run, and resends
    all these records to BW. It does not even invoke the application
    specific extraction logic again. In this specific situation
    this means, that 0 records are sent again and the timestamp is not
    touched.
    In other words, the correct procedure after a detection of a lock
    of the posting data is to run a regular delta again when posting
    has been finished."
    regards,
    Colin Moloney

  • Batch deletion of Custom Object data

    Hi,
    I have a requirement to delete a Custom Object records from CRM OD application. Here for this Custom Object, I have to delete all the reords data at one time run, iam trying to delete the data using "CustomObject3Delete_Input" functionality and for that iam writing the following request code:
    <soapenv:Body>
    <ns:CustomObject3Delete_Input>
    <data:ListOfCustomObject3>
    <!--Zero or more repetitions:-->
    <data:CustomObject3>
    </data:CustomObject3>
    </data:ListOfCustomObject3>
    </ns:CustomObject3Delete_Input>
    </soapenv:Body>
    after runnig the above code, i got an response (error) like:
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>No user key can be used for the Integration Component instance 'Custom Object 3'.(SBL-EAI-04397)</faultstring>
    <detail>
    <siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault">
    <siebelf:logfilename>OnDemandServicesObjMgr_enu_246474.log</siebelf:logfilename>
    <siebelf:errorstack>
    <siebelf:error>
    <siebelf:errorcode>(SBL-EAI-04397)</siebelf:errorcode>
    <siebelf:errorsymbol>IDS_ERR_EAI_SA_NO_USERKEY</siebelf:errorsymbol>
    <siebelf:errormsg>No user key can be used for the Integration Component instance 'Custom Object 3'.(SBL-EAI-04397)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </siebelf:siebdetail>
    </detail>
    </SOAP-ENV:Fault>
    Any responses or suggestions are highly appreciable. Thanks in advance:).
    Regards,
    Kashyap

    Here is the query for a single delete
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAPSDK1="urn:crmondemand/ws/ecbs/customobject3/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:SOAPSDK2="urn:/crmondemand/xml/CustomObject3/Data">
    <SOAP-ENV:Header>
    <wsse:Security>
    <wsse:UsernameToken>
    <wsse:Username>your pod</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">yourpassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <SOAPSDK1:CustomObject3Delete_Input>
    <SOAPSDK2:ListOfCustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    </SOAPSDK2:ListOfCustomObject3>
    </SOAPSDK1:CustomObject3Delete_Input>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    For multiple delete it would look like - up to 20 objects per delete
    <SOAP-ENV:Body>
    <SOAPSDK1:CustomObject3Delete_Input>
    <SOAPSDK2:ListOfCustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    <CustomObject3>
    <Id>AAPA-6R09JC</Id>
    </CustomObject3>
    </SOAPSDK2:ListOfCustomObject3>
    </SOAPSDK1:CustomObject3Delete_Input>
    </SOAP-ENV:Body>

  • Regarding custom currency data element issue in custom Table.....

    Hello,
    I am currently working on creation of a Z custom table in SAP. There is data coming from
    mainframe for amount field in the form -9999.9999.
    To store data like this I am creating a custom Z data element with Z domain definition as follows:
    Data type; Curr
    No of characters: 5
    Decimal places: 4
    Sign box is checked.
    Now when I use this Z data elemnt for a firle in custom table, while activating, it asks for table refernce and table field. What do I give it here ?
    Please help.
    Regards,
    Jainam..

    Hi Jainam,
    very basic ABAP knowledge: A field of type CURR isn used to store a currency amount. Every currency field must be connected to a currency key of type CUKY.
    The same concept applies for quantities and units.
    You can spare a lot of trouble if you look at standard tables and programs, copy or use data elements and/or structures from standard.
    If you want to re-invent the world, you may need more than seven days.
    Regards,
    Clemens

  • DATA LOAD ISSUE /NO ROLL UP MEMORY

    Hello Team,
    I have this master data load failure for FIS_BELNR. The problem which I think that everytime it tries to load it runs out of internal table space in the backend. I really don't know what it means. This data is been failing everyday because of the same problem.
    I have attached all the screen shots and ABAP short dump analysis screen shots as well. One can read in details why is it failing it tells exactly what the problem is , but how to fix it.
    Any more details needed please let me know.
    ABAP runtime errors    TSV_TNEW_BLOCKS_NO_ROLL_MEMORY                 
           Occurred on     25.10.2007 at 02:53:55                                                                               
    >> Short dump has not been completely stored. It is too big.                                                                               
    No roll storage space of length 2097424 available for internal storage.
                                                                                    What happened?                                                                               
    Each transaction requires some main memory space to process           
    application data. If the operating system cannot provide any more     
    space, the transaction is terminated.                                                                               
    What can you do?                                                                               
    Try to find out (e.g. by targetted data selection) whether the        
    transaction will run with less main memory.                                                                               
    If there is a temporary bottleneck, execute the transaction again.    
    If the error persists, ask your system administrator to check the     
    following profile parameters:                                                                               
    o  ztta/roll_area            (1.000.000 - 15.000.000)                 
           Classic roll area per user and internal mode                   
           usual amount of roll area per user and internal mode           
    o  ztta/roll_extension       (10.000.000 - 500.000.000)               
           Amount of memory per user in extended memory (EM)              
    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)            
           Amount of memory (malloc) for all users of an application      
           server. If several background processes are running on         
           one server, temporary bottlenecks may occur.                   
           Of course, the amount of memory (in bytes) must also be        
           available on the machine (main memory or file system swap).    
           Caution:                                                       
           The operating system must be set up so that there is also      
           enough memory for each process. Usually, the maximum address   
           space is too small.                                            
           Ask your hardware manufacturer or your competence center       
           about this.                                                    
           In this case, consult your hardware vendor                     
    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)               
           Restriction of memory allocated to the heap with malloc        
           for each dialog process.                                       
    Parameters for background processes:                                                                               
    hat can you do?                                                                               
    ry to find out (e.g. by targetted data selection) whether the         
    ransaction will run with less main memory.                                                                               
    f there is a temporary bottleneck, execute the transaction again.                                                                               
    f the error persists, ask your system administrator to check the      
    ollowing profile parameters:                                                                               
    ztta/roll_area            (1.000.000 - 15.000.000)                  
          Classic roll area per user and internal mode                    
          usual amount of roll area per user and internal mode            
      ztta/roll_extension       (10.000.000 - 500.000.000)                
          Amount of memory per user in extended memory (EM)               
      abap/heap_area_total      (100.000.000 - 1.500.000.000)             
          Amount of memory (malloc) for all users of an application       
          server. If several background processes are running on          
          one server, temporary bottlenecks may occur.                    
          Of course, the amount of memory (in bytes) must also be         
          available on the machine (main memory or file system swap).     
          Caution:                                                        
          The operating system must be set up so that there is also       
          enough memory for each process. Usually, the maximum address    
          space is too small.                                             
          Ask your hardware manufacturer or your competence center        
          about this.                                                     
          In this case, consult your hardware vendor                      
    bap/heap_area_dia:        (10.000.000 - 1.000.000.000)                
          Restriction of memory allocated to the heap with malloc         
          for each dialog process.                                        
    arameters for background processes:                                                                               
    Error analysis                                                                               
    The internal table "IT_62" could not be enlarged further.                
    You attempted to create a block table of length 2097424 for the internal 
    table "IT_62". This happens whenever the OCCURS area of the internal table
    is exceeded. The requested storage space was not available in the roll   
    area.                                                                    
    The amount of memory requested is no longer available.                                                                               
    How to correct the error                                                                               
    Please try to decide by analysis whether this request is                 
    reasonable or whether there is a program error. You should pay           
    particular attention to the internal table entries listed below.                                                                               
    The amount of storage space (in bytes) filled at termination time was:                                                                               
    Roll area...................... 2595024                                  
    Extended memory (EM)........... 2001898416                               
    Assigned memory (HEAP)......... 1886409776                               
    Short area..................... 16639                                    
    Paging area.................... 24576                                    
    Maximum address space.......... "-1"                                                                               
    If the error occurred in a non-modified SAP program, you may be          
    able to find a solution in the SAP note system.                          
    If you have access to the note system yourself, use the following        
    search criteria:                                                                               
    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY"                                        
    "SAPLZ_BW_EXTRACTORS " or "LZ_BW_EXTRACTORSU24 "                        
    "Z_BW_AP_GL_BELNR"                                                      
    If you cannot solve the problem yourself, please send the                
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                             
       To obtain this, select the "Print" function on the current screen.    
    Thanks

    Hello,
    The memory of your internal table wants beyond the system configured threshold.
    Decrease your package size or extend the mentioned parameters (basis task):
    ztta/roll_area (1.000.000 - 15.000.000)
    Classic roll area per user and internal mode
    usual amount of roll area per user and internal mode
    ztta/roll_extension (10.000.000 - 500.000.000)
    Amount of memory per user in extended memory (EM)
    abap/heap_area_total (100.000.000 - 1.500.000.000)
    Regards, Patrick Rieken

Maybe you are looking for