Loading attribute data via data source and file

Hi gurus,
My issue is that when I load excel file(2-column: matnr and werks) and load to master data via IP and DTP. After successful upload all available attriubute values which are retrieved from 0material_attr are gone away. Maybe deleted somehow.
This is my issue.
Can you help me which is the method loading some columns via sap extractor and one lıne via excel upload?
Thanks.
Eddy.

Hello Eddy,
I believe, the reason of getting your old data removing might be you are using the Full Upload via the Excel. In that recent excel you are not haviing the old records .
Check the files and as suggested by raman ,if you have any changes in your master data then better to make delta relevant data source.
Hope this helps !
Regards
YN

Similar Messages

  • Replicating data between oracle9i(source) and 10g database

    sucessfully replicated data between source and target in 10g
    Now I have to replicate the data between oracle9i(source) and 10g database(Target) please help me to solve this issue

    sucessfully replicated data between source and target in 10g What sort of Replication you talking about ? Is it Object level , Schema level or DB Level ?
    Now I have to replicate the data between oracle9i(source) and 10g database (Target) please help me to solve this issue
    http://www.freelists.org/archives/oracle-l/08-2005/msg01260.html
    Hare Krishna
    Alok

  • Replicating data between oracle9i(source) and 10g database(Target)

    sucessfully replicated data between source and target in 10g
    Now I have to replicate the data between oracle9i(source) and 10g database(Target)
    please help me to solve this issue

    sucessfully replicated data between source and target in 10g What sort of Replication you talking about ? Is it Object level , Schema level or DB Level ?
    Now I have to replicate the data between oracle9i(source) and 10g database (Target) please help me to solve this issue
    http://www.freelists.org/archives/oracle-l/08-2005/msg01260.html
    Hare Krishna
    Alok

  • Loading scripts - what's the difference between loading into edge via script window and including a script in the html document?

    I have a html page that loading in two edge compositions and an external custom javascript file. The javacsript file includes the bootstrapCallback so I can store references to the loaded compositions and can communicate with them. This seems to work well. The problem have is when I also try and load in a custom plugin javascript files into the edge compositions via the script window inside edge - I don't understand how this works, for example if I load in a custom javascript file into one of the compositions can only that composition use it's funcitionality? Is loading in scripts via edge script window the same as including in html document, I'm confused how the two relate, please help me understand.

    I have a html page that loading in two edge compositions and an external custom javascript file. The javacsript file includes the bootstrapCallback so I can store references to the loaded compositions and can communicate with them. This seems to work well. The problem have is when I also try and load in a custom plugin javascript files into the edge compositions via the script window inside edge - I don't understand how this works, for example if I load in a custom javascript file into one of the compositions can only that composition use it's funcitionality? Is loading in scripts via edge script window the same as including in html document, I'm confused how the two relate, please help me understand.

  • Column Mapping while loading data via tab delimited text file

    While attempting to load data I get an error message at the "Define Column Mapping" step. It reads as follows:
    1 error has occurred
    There are NOT NULL columns in SYSTEM.BASICINFO. Select to upload the data without an error
    The drop down box has the names of the columns, but I don't know how to map them to the existing field names, I guess.
    By the way, where can I learn what goes in "format" at this same juncture.
    Thanks!

    You can use Insert Into Array and wire the column index input instead of the row index as shown in the following pic:
    Just be sure that the number of elements in Array2 is the same as the number of rows in Array1.
    Message Edited by tbob on 03-07-2006 11:32 AM
    - tbob
    Inventor of the WORM Global
    Attachments:
    Add Column.png ‏2 KB

  • Date datatype in source and destinattion. But format is different in source

    Hi
    I have a proc that loads data from source table to destination table.
    In the source table, I see the date is stored as yyyy/mm/dd. When i try to load from this source to destination, I get the following error:
    SQLCODE -1861 SQLERRM ORA 01861 Literal string does not match the format string.Is there a way that I load from source to destination irrespective of the way date format used in source?
    I cant do :
    insert into destinationtable(datecol)
    (select date1 from sourcetable)I get the above mentioned error.
    Any help???

    Hi,
    So date1 is a VARCHAR2 column, that's supposed to represent a date in 'yyyy/mm/dd' format, but sometimes contains text that is not in that format: is that the problem?
    Here's a package function I've used for similar problems:
    --          **   t o _ d t   **
    --          to_dt attempts to convert in_txt to a DATE using in_fmt_1_txt.
    --          If that fails, it tries again, using in_fmt_2_txt.
    --          If that fails, it tries again, using in_fmt_3_txt, and so on.
    --          As soon as one conversion works, the function returns the DATE,
    --          and the remaining formats are not tried.
    --          If all the formats given fail, then NULL is returned.
    FUNCTION     to_dt
    (     in_txt          VARCHAR2                    -- string to be converted
    ,     in_fmt_1_txt     VARCHAR2     DEFAULT     'DD-Mon-YYYY'     -- 1st format to try
    ,     in_fmt_2_txt     VARCHAR2     DEFAULT NULL          -- 2nd format to try
    ,     in_fmt_3_txt     VARCHAR2     DEFAULT NULL          -- 3rd format to try
    ,     in_fmt_4_txt     VARCHAR2     DEFAULT NULL          -- 4th format to try
    ,     in_fmt_5_txt     VARCHAR2     DEFAULT NULL          -- 5th format to try
    RETURN     DATE
    DETERMINISTIC
    IS
         fmt_cnt          PLS_INTEGER     := 5;          -- Number of in_fmt_ arguments
         fmt_num          PLS_INTEGER     := 1;          -- Number of argument being tried
         return_dt     DATE           := NULL;     -- To be returned
    BEGIN
         WHILE     return_dt     IS NULL
         AND     fmt_num      <= fmt_cnt
         LOOP
              BEGIN     -- Block to trap conversion errors
                   return_dt := TO_DATE ( in_txt
                                       , CASE     fmt_num
                                              WHEN  1     THEN  in_fmt_1_txt
                                              WHEN  2     THEN  in_fmt_2_txt
                                              WHEN  3     THEN  in_fmt_3_txt
                                              WHEN  4     THEN  in_fmt_4_txt
                                              WHEN  5     THEN  in_fmt_5_txt
                                    END
              EXCEPTION
                   WHEN OTHERS
                   THEN
                        NULL;
              END;     -- Block to trap conversion errors
              fmt_num := fmt_num + 1;
         END LOOP;
         RETURN     return_dt;
    END     to_dt
    ;The best solution, though, is to clean up the source table.
    Identify the rows where date1 is not in 'yyyy/mm/dd' format.
    If you can figure out what the correct data should be, UPDATE to that value.
    If you can't figure out what the correct data should be, UPDATE to NULL.

  • Change date on PES8 Organizer and file properties

    Hi,
    I change the date of the vue in the metadata of a photo with PES8 Organizer and update it with the option in the "file" menu (write the.... and properties in the photo).
    The problem is : The date in the properties (right clic on windows on the photo file / properties of the file)  is different (few hours) of the date that PES8 Organizer would have change. I'm very embarassed to organize my pictures.
    Does anybody can help me ? Does anybody have this trouble ?
    Thanks
    Very sorry for my english !!!!

    Thank you for your answer !
    I think my problem will be more explicit with this :
    Thanks for your help !!

  • Getting data from some source and insert into corresponding source

    hi all,
    i am using db10g.
    i have like like
    MMA : add1:add2:add3'the above said is the format and actual data will be something like
    MMA : bank street : no:32 : tel: +9127546663
    add1 = bank street
    add2 = no:32
    add3 = tel: +9127546663 my requirement to store add1,add2 and add3 into the table.
    So to take the data i am using substring and instring function to get the data with respect to : my problem is for example in add2 place no:32 is there my task is to fetch the no:32 from that line and store into the table as no:32 only in that case i cannot fetch the value in terms of :.
    sincr : is the delimiter(seperator for data element)
    how can i solve this issue?
    Thanks..
    Edited by: user13329002 on Jan 1, 2011 11:37 PM

    Your first addr1 is terminated by (:).
    your second addr2 is started with (no:), and also terminated by (:)
    and third addr3 is started with (tel:).
    only the first and third (:) will be used as delimiter, so how about this?
    WITH T AS (SELECT 'bank street:no:32:tel:+9127546663' AS STR FROM DUAL)
    SELECT SUBSTR(STR, 1, INSTR(STR, ':', 1, 1)-1) AS ADD1,
    SUBSTR(STR, INSTR(STR, ':', 1, 1)+1, INSTR(STR, ':', 1, 3)-INSTR(STR, ':', 1, 1)-1) AS ADD2,
    substr(str, instr(str, ':', -1, 2)+1) as add3 from t;
    bank street       no:32     tel:+9127546663Or can`t you just ask the people who gave the requirement to change the delimiter used in the format to something else like pipe (|)?

  • Error when Trying to Copy or Import Data via Data Manager

    Hello Experts,
    I was trying to do an Import using the package in Data Manager and i Got this error:
    [Admin-ProcessPartition]Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactAppname', Column: 'ACCOUNT', Value: '7061020702'. The attribute is 'AccountNom_ID1'
    Also, I tried to do some Optimize in the Application and then a Copy from a Package and I still got this error.
    Thanks for your help,
    Rodrigo

    Hi Rodrigo,
    For every application, BPC creates 3 tables in the SQL.
    1. FactWB<application> : writeback table - the data is stored whenever we send any data from the input schedules. This table is used for real term storage (the most current data sent to the system).
    2. Fact2<application> :  When we load data through DM packages, it gets stored in this table. Also called short term storage.
    3. Fact<application> : Main data storage. All data eventually resides over here. Also termed long term storage.
    Hope this helps.

  • "An error has occurred loading this content check the source and try again"

    I get this message about every 20 or 30 minutes in front row and have to disconnect all users and have to restart iPhoto 08. Im sharing the same library from the same external GRaid to 5 mac minis and all of them lock up at the same time. Is this an iphoto issue? Is this a case of too many users or should I create an alias in each mac mini or what?
    We are using front row 2.1.6 to browse pictures from a iPhoto 08 library created in a Graid using firewire 400 through a Mac Mini running OS 10.5.6. It comes out ethernet from the mac mini to a Netgear 24 port gigabit switch which is used to share out to 5 mac minis. We have 8 other mac minis hooked into this switch but they are not used for the browsing of photos or front row in any way. These 8 mac minis are used for burning dvds. I tried to explain it as much as possible let me know if more info is needed.

    Are you using Front Row to browse your pictures or just iPhoto? (iPhoto doesn't open behind Front Row in Leopard, so it's not clear to me why you'd have to restart iPhoto.)
    Which version of Mac OS X are you using? Is everything up-to-date, including Mac OS X, Front Row, QuickTime and iPhoto? How is everything connected? USB? FireWire? Ethernet? Wi-Fi? What happens if you whittle down the configuration to just one Mac mini accessing the library?
    -Doug

  • Skype works, but can't load any websites via Chrome,Firefox and Safari

    I am on Lion and I have been facing this issue since a week now.
    I have 2 laptops connecting to the same wifi router. The other laptop is running Windows and browsers are able to load websites without any problem on that. But on my mac, I can run Skype, but browsers dont load any websites. Even I cant operate the Mail application, it opens but doesnt download any emails.
    Since Skype is working I am sure the internet and my wifi are fine. I am guessing there is some issue with DNS. Am I correct ?
    Although I dont know what to check to confirm whats wrong and how to rectify this problem. Has anyone faced and solved similar issue before?

    mail would fail if the mail client is trying to resolve the mail server ie:   mail.yourdomain.com
    if you want to test dns you can
    open a terminal>
         nslookup www.apple.com
    and to test dns via google public dns
         nslookup www.apple.com 8.8.8.8

  • Problem with SQL*Loader and different date formats in the same file

    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    System: AIX 5.3.0.0
    Hello,
    I'm using SQL*Loader to import semi-colon separated values into a table. The files are delivered to us by a data provider who concatenates data from different sources and this results in us having different date formats within the same file. For example:
    ...;2010-12-31;22/11/1932;...
    I load this data using the following lines in the control file:
    EXECUTIONDATE1     TIMESTAMP     NULLIF EXECUTIONDATE1=BLANKS     "TO_DATE(:EXECUTIONDATE1, 'YYYY-MM-DD')",
    DELDOB          TIMESTAMP     NULLIF DELDOB=BLANKS          "TO_DATE(:DELDOB, 'DD/MM/YYYY')",
    The relevant NLS parameters:
    NLS_LANGUAGE=FRENCH
    NLS_DATE_FORMAT=DD/MM/RR
    NLS_DATE_LANGUAGE=FRENCH
    If I load this file as is the values loaded into the table are 31 dec 2010 and 22 nov *2032*, aven though the years are on 4 digits. If I change the NLS_DATE_FORMAT to DD/MM/YYYY then the second date value will be loaded correctly, but the first value will be loaded as 31 dec *2020* !!
    How can I get both date values to load correctly?
    Thanks!
    Sylvain

    This is very strange, after running a few tests I realized that if the year is 19XX then it will get loaded as 2019, and if it is 20XX then it will be 2020. I'm guessing it may have something to do with certain env variables that aren't set up properly because I'm fairly sure my SQL*Loader control file is correct... I'll run more tests :-(

  • How to check the time taking to extract rows from source and time load data into destination

    Hi,
    Recently I have started working on Optimizing an SSIS package in 2012. The package reads data from AS 400 server and load into SQL Server table.. No transformations are being used in the package. only ADO.Net Source and OLE DB Destination are using in the
    package.
    The SSIS package is extracting 6500 rows and loading into database per batch. This process is taking 18 seconds. I would like to know out of 18 secs how much time is being used only to extract data from the source and how much time is taking to write the
    data to the database per each batch.
    Any thoughts be greatly appreciated...
    Thanks,
    Venu.

    Hello 
    We need more information regarding your system. If you are using SQL 2014 then you can use the new DMV
    sys.dm_exec_query_profiles which is doing this exactly. Check out this URL: http://msdn.microsoft.com/en-us/library/dn223301.aspx
    While executing your SSIS project you can examine each and every process and get the percentage it already did and all the information regarding it.
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • One Datasource to load Attributes and Text

    I have a single custom datasource from an external database.  The datasource has 3 fields: the key, a text description, and a Y/N flag.  My goal is to load attributes (the Y/N flag) AND text (the description) from this single datasource.
    Is this possible?

    Hi Jonathan,
    Check this "how-to" doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/37dda990-0201-0010-198f-9fdfefc02412
    Also Check these links:
    Re: Flexible Update Vs Direct Update?
    Flexible update of Master data
    Re: Flexible update Vs direct update.
    Bye
    Dinesh

  • Install from scratch 3 times Mavericks but cannot used my restore it will just start for ever. After first install and restore mail and link between folder and files didn't work anymore. Now cant see my disk in finder. Help?

    First install through regular update : never finishing the start after automatic restart
    First install from scratch: erase through disk utility, install OS X Mavericks (using Recover mode), restart ok - Used Migration Assistant to restore applications and data only - Mail crashed each 5 inutes and asked constantly for password of my 2 accounts, links between folders and files not OK and attaching a doc was complicated. I downloaded the update same problems
    Second install from scratch: erase through disk utility, install OS X Mavericks (using Recover mode), restart ok - Used Migration Assistant to restore applications and data only and settings : never finishing the start after automatic restart
    Third install from scratch: erase through disk utility, install OS X Mavericks (using Recover mode), restart ok - But no disk available in Finder
    So far no Mac since 3 days ...
    Any help is welcome

    Still struggling to understand why copying the entire root dir to a disk image and then restoring from that image did not, as expected, yield an identical system, and why I even had to reinstall after doing this.
    Because there is a lot more going on under the hood than merely copying files.
    The only way to do what you want is to use cloning software like Carbon Copy Cloner.
    My  advice is to rescue your personal files to a regular non-TimeMachine  external drive, Zero erase the ENTIRE drive and install OS X fresh and  update, then your programs from original sources and files from backup.
    Then, make a bootable clone and you can copy that as many times as you want and each one is bootable.
    Most commonly used backup methods
    How to erase and install Snow Leopard 10.6

Maybe you are looking for