HCI error - unable to import the data because the row is duplicated in the master data

Hi, i am working on HCI while i am mapping the data from ECC to HCI target table i am getting this error :Unable to import the data because the row is duplicated in the master data .Could you please help me how to solve this
Message was edited by: Mariana Mihaylova

Moved to Process Integration (PI) & SOA Middleware as per New SAP HANA Cloud Integration (HCI) content category (unfortunately, I can't edit the discussion and add the category as I'm not a moderator in this space). Perhaps Mariana Mihaylova can help.
Susmitha Yerradhodi please read and follow The SCN Rules of Engagement - in particular, the more details you provide, the better the chances of getting your question answered. (e.g. "HCI" is not a helpful subject)

Similar Messages

  • Error: Unable to import the ZINV_EX(unable to read the segment).

    Hi ALL,
    i have a requirement. were i have to add a custom segment(Z1_E1EDP01) to standard Invoic02 Idoc and created extension of invoic02(basic type) as ZINV_EX.
    i added the segment and populated the values accordingly to the newly created segment.
    the problem I'm facing is when i try to import this ZINV_EX custom idoc we getting an error :
    Unable to import the ZINV_EX(unable to read the segment).
    I'm done with the port creation and all the required configuration in idx1 and idx2.
    Please can anyone to tell how to resolve this issue.
    Thank you,
    Lalit.

    > the problem I'm facing is when i try to import this ZINV_EX custom idoc we getting an error :
    > Unable to import the ZINV_EX(unable to read the segment).
    You are getting this error because the segment Z1_E1EDP01 is not following certain naming conventions which we require for IDOC. So change the segment name as Z1E1EDP01 and then try. And don't forget to release the segment.

  • Renderfarm error: Pre-Flight Error: Unable to import previously rendered file

    I have an error message I am receiving during network rendering on a  renderfarm, and was hoping for some help. The error is this: "Pre-Flight  Error: Unable to import previously rendered file."
    Here is my setup and some details:
    The user makes a comp, and adds it to the render queue set to render as a  quicktime movie file. Then they run a script which precomps everything  and sets it to render as a image sequence with "Skip existing files"  checked. This comp also has a post-render action set to import &  replace usage. After this comp is rendered, it gets pulled back into the  project and the original render item starts rendering the movie file  using the previously rendered image sequence as it's only layer.
    This project gets saved to a server where our render nodes are watching  the folder. All the render nodes pick up the project and proceed to  render the image sequence. Then, after they are done, 1 machine will  pick up the second render item and begin rendering the image sequence  into the final quicktime movie.
    All of this goes smoothly about 90% of the time. However, in some cases  an error shows up in the watch folder html page for the 2nd render item  (the one converting the image sequence to the movie). The error says  "Pre-Flight Error: Unable to import previously rendered file." After the  error occurs, no machines will start rendering the project.
    My first guess is that the render engine on one machine somehow skips  rendering the image sequence comp, and then tries to render the  quicktime movie comp and fails because the image sequence has not yet  been rendered. However, I can't figure out why After Effects would skip  rendering the first comp.
    Does anyone have any idea?
    Thanks for the help, and let me know if you have any more questions about the setup,
    Adam

    Well, you should get used to the fact that it's simply gone... Just looking at your screenshot makes me grind my teeth. From delayed writing of files to fragmentation in user folders to Windows doing obscure things this could be anything, but seriously, saving important files on the desktop? That is simply sloppy data management. There is no other way to say it. Read up on what proper file naming, incremental saving and backups are good for and why keeping work files separate and away from your user home directories is actually a quite simple, yet effective concept to avoid exactly that kind of issue.
    Mylenium

  • MERGE error : unable to get a stable set of rows in the source tables

    Hi,
    For an update, the following MERGE statement throws the error-unable to get a stable set of rows in the source tables:
    MERGE INTO table2t INT
    USING (SELECT DISTINCT NULL bdl_inst_id,.......
    FROM table1 ftp
    WHERE ftp.gld_business_date = g_business_date
    AND ftp.underlying_instrument_id IS NOT NULL) ui
    ON ( ( INT.inst_id = ui.inst_id
    AND g_business_date BETWEEN INT.valid_from_date
    AND INT.valid_to_date
    OR ( INT.ric = ui.ric
    AND g_business_date BETWEEN INT.valid_from_date
    AND INT.valid_to_date
    OR ( INT.isin = ui.isin
    AND g_business_date BETWEEN INT.valid_from_date
    AND INT.valid_to_date
    OR ( INT.sedol = ui.sedol
    AND g_business_date BETWEEN INT.valid_from_date
    AND INT.valid_to_date
    OR ( INT.cusip = ui.cusip
    AND g_business_date BETWEEN INT.valid_from_date
    AND INT.valid_to_date
    WHEN MATCHED THEN
    UPDATE
    SET INT.inst_id = ui.inst_id, INT.ric = ui.ric
    WHEN NOT MATCHED THEN
    INSERT (inst_key, ......)
    VALUES (inst_key, ......);
    To determine the existence of a record, first check if any match is found on the first key, if not then search for the second key and so on.
    Now two records with differenct first key, i.e. inst_id, can have the same ric(second key). On a rerun, with the target table already populated, the code fails. The reason is it finds duplicate entries for the second key.
    Any suggestions on how to make this work?
    Thanks in advance.
    Annie

    Annie
    You've spotted the problem (that two records have the same RIC). MERGE doesn't allow that; each record in the data being updated is only allowed to be updated once.
    Is there a PK column (or columns) that we can rely on?
    What you can try is to outer join FTP to INT. Something like:
    MERGE INTO INT int1
    USING (
        select columns_you_need
        from (
            select ftp.columns -- whatever they are
                   , int2.columns
                   , row_number() over (partition by int2.pk_columns order by int2.somecolumns) as rn
            from   ftp
            left join int int2
            on (the condition you used in your query)
        where rn=1
    ) s
    WHEN MATCHED THEN UPDATE ...
    WHEN NOT MATCHED THEN INSERT ...So if you can restrict the driving query so that only the first one of the possible updates actually gets presented to the MERGE operation, you might be in with a chance :-)
    And of course this error is nothing to do with any triggers.
    HTH
    Regards Nigel

  • When trying to update my iPad to version iOS 7.0.04 I keep getting 'Unable to Verify Update' message 'Because I am not connected to the Internet'. I am connected. I have reset iPad, reset Internet connections but to no avail?

    When trying to update my iPad to version iOS 7.0.04 I keep getting 'Unable to Verify Update' message 'Because I am not connected to the Internet'. I am connected. I have reset iPad, reset Internet connections but to no avail?

    Boy sure what you are doing but the current iOS level is 7.1 not 7.0.4.
    You cannot update to 7.0.4.

  • I keep getting the error message " safari cannot open the page because it is not connected to the internet

    Every time i try to connect to the internet i get this error message " safari cannot open the page because it is not connected to the internet. I have a vodafone sim card inserted and a linksys wireless router.

    Try these troubleshooting techniques:
    http://support.apple.com/kb/TS1398
    http://support.apple.com/kb/HT4056

  • HT1695 Safari cannot open the page because it is not connected to the Internet

    I recently bought iPhone 4 which is still "Locked" for cellular carriers in my country.It's a jailbroken phone.Therefor I connected to internet using a hotspot in my laptop via wi-fi.I'm using windows 7 in my laptop.I was able to connect to the internet without any problem till yesterday,but now I'm getting this error message "Safari cannot open the page because it is not connected to the Internet".I reset my network data and reboot my phone and router several times but still having same problem.I can see the wi-fi icon in my phone with full signal strength.Probably I got this problem after downloading the crack app called "iThemes",but I'm not 100% sure about this.
    How can I fix this problem.
    Thank you.

    Hacking an iPhone is against Apple's license agreement for the iPhone which you have admitted to violating on a forum that is provided and moderated by Apple, and is not supported by Apple directly or indirectly via this forum.
    You are on your own - contact whoever you downloaded the hacking garbage from for help with this, which has also made your iPhone very insecure removing all the built-in security included with iOS.

  • My ipad2  appears to be connected to the internet, but I cannot connect..I keep getting Safari cannot open the page because it is not connected to the internet....I restarted the router and the ipad still no connection...my service is working properly

    My ipad 2 appears to be connected to the internet(all bars are up in the left hand corner).....yet I cannot connect to the internet(Safari cannot connect open the page because it is not connected to the internet)
    I unplugged my router for 30 seconds and restarted my ipad...still nothing
    I really don't think it is my service because my laptop works fine...as I am using the internet right now
    I only had this ipad for 2 days
    Are there any suggestions that can help solve this problem?

    Usually it's because you are not making internet connection via wifi.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • When I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    when I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    Does the iPod connect to other networks?
    Do other device connect?
    Did the iPod connect to this network before?
    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>GeneralReset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • When i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    when i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    you may be connected to the wireless network but the question is the internet working properly on the wireless network...
    what i mean is that i can make a wireless network without the internet so i can save and share files and have other devices connected to the same network access them... but you have to make sure that your internet it running properly... may have to reconfigure the router is your using PPPOE or if it was working prior to your post then try to restart your modem... that usually resolves most issues.

  • Safari will not open on my iPad Air...."Safari cannot open the page because it could not connect to the server." There were recent updates on my iPad Air. How can I fix this problem?

    How can I correct the issue of Safari not connecting on my iPad Air? It was working great 2 days ago.....now on September 20 it is not working! I have an internet connection but Safari will not open. "Safari cannot open the page because it could not connect to the server."

    Hello Beckieor,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning network issues:
    iOS: Troubleshooting Wi-Fi networks and connections
    Follow these steps to troubleshoot the above issues:
    Be sure you're in range of your Wi-Fi router (access point).
    Tap Settings > Wi-Fi and turn Wi-Fi off and on. If your Wi-Fi setting is dimmed, follow these steps.
    Confirm that your Wi-Fi router and cable or DSL modem are connected to power, turned on, and connected to the Internet. If not, refer to your network administrator or Internet service provider (ISP) for assistance.
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • I have an ipad 2 and just rented a movie. When I try to load the movie to the ipad it indicates that it was not copied to the ipad because it cannot be played on the ipad. How do I fix this?

    I have an ipad 2 and just rented a movie. When I try to load the movie to the ipad it indicates that it was not copied to the ipad because it cannot be played on the ipad. How do I fix this?
    P.S running software version 4.3.3

    I have the same problem on an original iPad.

  • When i try to open a web page, a blue screen appears and it is telling me " safari cannot open the page because i am not connected to the internet. i have an iphone, no problem and a laptop with connection - no problem - not sure what the trouble is.

    when i try to open a web page, a blue screen appears - message says - sarfari cannot open the page because it is not connected to the internet. i have an iphone - no proble and a laptop - no problem as well.
    what is wrong?

    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • TS2776 Outlook cannot open the file because it is not associated with the default identity.

    Outlook cannot open the file because it is not associated with the default identity.

    I've had the same problem. Even though you check the box to save it as Keynote '08, it does not open in ')8 (I get the same message)...you need to reopen it in '09.
    I have even changed the name of the file in '08 and eventually get the same message.
    I believe that once you open it in '09, you're committed to that.
    Let me know if you have better luck.

  • IPad2- Safari cannot open the page because it could not connect to the server? Internet works but this message continues to pop up. My iPhone works fine and iPad has been working great until a few days ago.

    IPad2- cannot open page, Safari cannot open the page because it could not connect to the server? Internet works but this message continues to pop up. My iPhone works fine and iPad has been working great until a few days ago.
    Message is almost acting like a pop up.

    Hi
    I constantly get same message.  When I open up my windows laptop all works fine so I guess it's a bug that apple refuse to admit to.

Maybe you are looking for

  • Just upgraded to 10.8.2 and now RUSE via Steam does not work

    Now that I have upgraded to 10.8.2, the video game RUSE (opened via Steam) crashes (everytime, always).  It ran fine from 10.6.8.  Any plans to fix this problem?  Ubisoft blames Apple on their support sites.... Put another way, did I just pay money a

  • Need help installing boot camp onto macbook pro

    I'm attempting to get Boot Camp to run on my MacBook Pro as I need to run several programs on windows for school. I purchased a Windows 8.1 download from Microsoft's website. The download from their website is not an ISO image and is not recognized b

  • Adobe Demos will NOT INSTALL

    In the last 2 weeks I've downloaded Adobe Photoshop from this site 30 times. Every single time I when I try to extract it after it downloads I get the same error after about 20% of extracting saying some crap like my harddrive space my be full. I hav

  • How to attach a .doc/.xls/.ppt file stored on the iPhone

    While Apple is making patches and updates for the Iphone... it seems they havent come out yet with a solution to solve the day to day problems of the Business users. I'm using the Iphone 5 for last 6 months.. but i'm still not a able to find a soluti

  • CSS Code Hints - how to bring up?

    Hi, In CSS when you return you get Code Hints. Is there any way to bring them back up, if for instance, you've accidentally closed the Hint. I usually go back and do another return but there must be a better way? I've tried Command-Space etc. Thanks