Import Problem - duplicate page, duplicate app, different result

I exported/imported this application earlier today. Then I added some components to it and repeated the export/import and got the error below.
Alright, so it turns out I needed to delete the application in the destination database before re-importing it. Then it works ok.
But I've imported a single page several times and it handles duplication completely differently. So I wasn't expecting this type of error.
Ugly error message.
Begining Portal Application Import
...portal_schema: portal30
...portal_schema: *************
...connect_string: xxxxtest
...import_mode: CREATE
...app_schema: Using the schema defined in the script
...app_name: Using the app name defined in the script
...script_file_name: /xxxx/hac_with_syn_jun19.sql
...log_file: wdb_ap_import.log
rem test:portal30>
parameter 1 = import mode, CHECK or CREATE
parameter 2 = portal schema
parameter 3 = login user name
parameter 4 = login user password
parameter 5 = application schema
parameter 6 = application name
parameter 7 = log file
...Importing component: ID = 5848617053 Name = HAC_WITH_SYN Owner = PACID_SCHEMA Type = APP
*** NOTICE ***
Application's id is changed to 1394264464
*** ERROR ***
wwapp_utl.set_application: User-Defined Exception
wwerr_api_provider_registry.register_provider: An unexpected error
occurred: ORA-00001: unique constraint (PORTAL30.WWPRO_PROVIDERS_UK1) violated
wwapp_utl.get_application: Application
1394264464 not exist
declare
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "PORTAL30.WWPRO_API_PROVIDER_REGISTRY", line 255
ORA-00001: unique constraint (PORTAL30.WWPRO_PROVIDERS_UK1) violated
ORA-06512: at line 37
Import Portal Application Complete
null

Actually Import/Export of application is different from that of pages. In case of page you have dmp file but for application there are SQL scripts being generated.

Similar Messages

  • Import problem: Duplicate Files

    Like several others I have been fighting the problem of duplicate file creation when importing photos. After following and interacting with several discussions I decided to run a series of controlled tests, and may have some helpful information. The individual test results are too confusing and large to post, but here are some observations:
    1. The problem does not occur when the Don't Import Suspected Duplicates is checked.This function seems to do its job and handle duplicates whether of the users making or the programs. When it is unchecked the data base is unpredictable and at times can get into a loop creating large numbers of duplicates. This could be the cause of reported system crashes, I just speculating.
    2. Nat Coalsons book recommends that it be unchecked which could be the reason for only some users having a problem.
    3. There should be documentation of the import screen with an explaination of the function of the various options. Data bases by their nature are complex beasts, and trying to learn them by trial and error can lead to disaster.
    4. At this point I would strongly recommend using the Don't Import Suspected Duplicates function. Since LR displays the photos it is rejecting there is a way to check on the decisions it makes.
    Am I missing something?
    frank

    Your Lightroom preference file may be corrupt. Try deleting it to see if that cures the problem. Details on where to find the preferences files are provided at http://forums.adobe.com/thread/358041?tstart=0

  • Printing pages file makes different result.

    I made pages file like this.
    however, if i print it by pdf, the result is different like this.
    if i print it on paper, the result is same with pdf one.
    Do you have any idea?

    It seems like that the subscript causes the problem....

  • Lenovo k3 note : 'duplicate app null problem' of game apk install

    After installing large games like asphalt 8 airborne I faced the problem duplicate app null installation.iam unable to install apk file of large games Lenovo plz solve this problem.I updated recent update even though the problem exist.this is a major problem for any smartphone user.if it continues nobody take u r mobiles.plz solve it soon

    Make sure u are using the same account in play store

  • How to link the same horizontal page for two different vertical pages without duplicate them?

    Hey guys,
    Is there a way to link the same horizontal page on two different vertical pages without duplicate the horizontal page?
    I have a doublepage of a book splitted in two parts in different vertical pages but i want link the fullsized image in the horizontal page for both of them. Got that? hahaha
    Thank you all

    Confusing But interesing.
    I think it's possible. I have a idea. It will need one advanced trick.
    To explain it, I need test simply haha.

  • Despite checking the "Do not import suspected duplicates" box, my Lr4 still did re-import hundreds of photos. Anyone know how to avoid that?

    Despite checking the "Do not import suspected duplicates"box, Lr4 still did re-import hundreds of photos from the same exact card they were imported from originally. Anyone know what I should do differently next time?

    The problem with duplicate detection is that, as far as I can tell, Lightroom is using details it discovers about the file being imported (examining EXIF data and file stats) and what is already in the catalog. Unless it finds an exact match for all parameters, the file is not considered a duplicate. From my own experience, if Lightroom decides a file is a duplicate it is nearly always correct. However, when it misses, it really misses. I have not read anywhere that Lightroom is building and storing a hash count which would make the process more accurate. I also suspect that the search for duplicates is when you are importing a set of photos from one location (a memory card for example) and storing them into the same folder all the time. So, if you take a memory card and import all the photos into Folder_X and then later try and import the same photos into Folder_X again, Lightroom will catch that they are duplicates. But, if you were to import that same group of photos into Folder_Y, Lightroom will not catch it indicating the comparison is not catalog wide. I am not sure how to influence this behavior and it is not anything you did wrong or failed to do. It just is the way it is...

  • Af:query : Delete duplicate records from results manually

    Hi
    I have an ADF page with af:quey on a view object.  I have created a viewcriteria to choose few attributes from the view object.
    The view object is created manually using a sql query, where the query has joins to various other tables (it has outer joins too).
    On submit, due to one to many relationship in the joins, i am getting duplicate rows in the results.
    I am currently using 11.1.1.7.0 jDeveloper (We can't upgrade to upper versions due to other constraints of the project).  I thought the property 'Selected in Query = false' on the view object attribute would fix this problem (to eliminate duplicate rows).  But, i guess, 11.1.1.7.0 don't seem to be supporting this option.
    Hence, i was thinking of manually deleting the duplicates from the results of the af:query before displaying it to the user.
    Please let me know, if there is a better way to solve the problem, if not, how can i manually remove duplicates from the resultset before displaying the results.
    I created a new QueryLIstener method to delete the duplicates, by executing the view object, but it retruns all the records without applying the criteria.  May be i am doing something wrong.
    Please suggest the best way.
    Thanks
    Pradeep

    Hi Frank,
    I do have a distinct in my sql but due to 1->M joins i get duplicate rows.  I can avoid it only if i can unselect the attributes in the select.
    I like to display the attributes to the user to choose the criteria (which adds as a predicate to the sql).  But I would like to unselect the 1-M attributes from the results, so i get distinct rows as i have mentioned distinct in the sql.
    Is there a way to restrict duplicate rows ?
    Thanks
    Pradeep

  • Duplicate Apps. when upgrading.

    When I upgraded from 10.2 to 10.4, I copied my home folder to another hard-drive. I was not sure how the upgrade was going to change my current files. Well I new to computers and didn't want to lose anything.
    While I did not lose anything my extra hard drive is a mess , I've been cleaning out sense. My question is , I copied some iLife apps into the folder. iMovie,iPhoto,Garage Band, and I was wondering if it is safe to delete these duplicate apps, and / or, do I need an uninstaller to properly do this.
    There the same version,but have different file sizes? for example :
    iMovie on System Drive - 53.9MB
    iMovie on Other Drive - 47.6
    Thanks
    John

    Before I upgraded I copied my Home Folder to the HD 2 , I can't be sure but most likely I also copied my iLife Apps there also.
    Since you're not sure you copied the apps separately, we still need to be certain that there weren't any duplicate app copies in your home folder before you copied it over, in which case they could still be there. Look in your current home folder, on HD1, and be sure you don't see them there. You might also download [EasyFind|http://www.devon-technologies.com/products/freeware/index.html], looking again for duplicates of those apps elsewhere on HD1 than in /Applications.
    With regard to re-installing OS X now, I think that was suggested because it seemed originally as if you did have duplicate apps on your startup disk. Hopefully that is not the case, but we need to know that for sure, as suggested above. Perhaps Cornelius will come by to comment further.
    If there aren't any app duplicates on HD1, then I think you are OK. I think it should then also be OK to delete those backup copies on HD2, since 1) "everything is working fine" on the startup disk (did you actually test those apps?) , 2) those copies are not the same size as the originals and may be defective, and 3) those particular apps might have to be re-installed from an installer anyway rather than just dragged back into /Applications.
    Everything is working fine , but I just want to free up some space , my computer feels very bogged down.
    This again isn't clear to me - is HD2 being used for anything other than inactive backup files that are just sitting there?
    At the end of the day, you want to have a recent backup copy of anything that you don't want to lose. If HD2 is used only to backup HD1 then that is fine, though going forward it would be desirable to have a better way to do it than just dragging the home folder there. Many people use cloning software. If HD2 contains important material that is not on HD1, however, then you need additional external storage to back up both HD1 and HD2.

  • Data loader : Import -- creating duplicate records ?

    Hi all,
    does anyone have also encountered the behaviour with Oracle Data Loader that duplicate records are created (also if i set the option: duplicatecheckoption=externalid) When i am checking the "import request queue - view" the request parameters of the job looks fine! ->
    Duplicate Checking Method == External Unique ID
    Action Taken if Duplicate Found == Overwrite Existing Records
    but data loader have created new records where the "External Unique ID" is already existent..
    Very strange is that when i create the import manually (by using Import Wizard) exactly the same import does work correct! Here the duplicate checking method works correct and the record is updated....
    I know the data loader has 2 methods, one for update and the other for import, however i do not expect that the import creates duplicates if the record is already existing, rather doing nothing!
    Anyone else experiencing the same ?? I hope that this is not expected behaviour!! - by the way method - "Update" works fine.
    thanks in advance, Juergen
    Edited by: 791265 on 27.08.2010 07:25
    Edited by: 791265 on 27.08.2010 07:26

    Sorry to hear about your duplicate records, Juergen. Hopefully you performed a small test load first, before a full load, which is a best practice for data import that we recommend in our documentation and courses.
    Sorry also to inform you that this is expected behavior --- Data Loader does not check for duplicates when inserting (aka importing). It only checks for duplicates when updating (aka overwriting). This is extensively documented in the Data Loader User Guide, the Data Loader FAQ, and in the Data Import Options Overview document.
    You should review all documentation on Oracle Data Loader On Demand before using it.
    These resources (and a recommended learning path for Data Loader) can all be found on the Data Import Resources page of the Training and Support Center. At the top right of the CRM On Demand application, click Training and Support, and search for "*data import resources*". This should bring you to the page.
    Pete

  • Search for Duplicates with different titles

    Some of us ill organized users have thousands and even tens of thousands of pictures scanned in from old albums, 35mm slides, and shoe boxes full of loose pictures. The result is many duplicates with different names. In Elements one could search on 'similar photos' or some such nomenclature and it did fairly good. How is it possible that an organizer in Photoshop Elements can have a superior tagging and search system to that in lightroom. I realize Lightroom does a lot more, but you have come so close to the good things in Elements why not include them in version 1.2?
    I asked about this in the forum and got some good answers, but basically told if I want to search on photo based color data, I need to use a program other than Adobe. Hope Adobe fixes that, it would be a great service to lots of us dis- or ill- organized people.
    I love Lightroom, but sure hope for some real improvements. Talk to your buddies in Elements.
    Jack

    here is one way to find all matches first and then you can add a fine search/separation if there is more than one match
    depending on the size of the sorted array it might be faster if you search for the first match and than look if the next still matches ...
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'
    Attachments:
    find all matches.vi ‏11 KB

  • I operate an Amway Business and use the switch share duplicate APP. Initial log in was successful but now it reads " Log in failed ( GW900751 ). This is constant upon log in attempts. Is there a way to rectify this?

    I operate an Amway Business and use the switch share duplicate APP. Initial log in was successful but now it reads " Log in failed ( GW900751 ). This is constant upon log in attempts. Is there a way to rectify this?

    Hi Tracy,
    I don't suspect Malware yet, Id guess Disk corruption or failing Hard Drive with Files not found.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • LR 4.2: "Don't import suspected duplicates" fails repeatedly

    After import from CF card, then next import with "don't import suspected duplicates'' checked, failed many times. You must close and reopen the import window, repeating the operation (one or two times) to make it work properly.

    Victoria Bampton wrote:
    CuriousBystander wrote:
    So what you are saying is this:
    if filename equals "existing" AND date/time equals "existing" AND file size equals "existing" THEN its a match.
    Yep.  And I agree it needs to be better.  You might want to add a feature request at the Official Feature Request/Bug Report Forum
    At the risk of necroing a thread, I want to disagree that "it needs to be better" if that translates to "ignores files with small differences in the filename but otherwise the same." From the standpoint of file management, we never, ever want software thinking about this too much. I have encountered multiple situations where i was able to recover from a corrupt file precisely because the software was extremely strict on what it considered to be a duplicate. Put differently, it does not hurt us to have two copies of an important photo, while it can be devastating to have no copies—or one corrupted copy—of an important photo. When importing hundreds or thousands of shots, we absolutely want Lightroom insisting that filename, sixe, and capture date/time be identicial to be considered a duplicate. Otherwise, we want these sorts of decisions left to us. After all, there is a reason that file is different, and it could well be that an atuomated process elsewhere failed and two copies of photo allows us to choose what was the correct image to retain.
    Again, sorry for the necro, but I felt this needed to be said.

  • LR4.2 and "Do not import selected duplicates" does not always work.

    LR4.2 and "Do not import selected duplicates" does not always work. Running a Mac, 10.6.8, I am cleaning up hard drives, organizing old files. There are times lightroom 4.2 (and before) does not recognize already imported raws and does not gray them out. These are backed up cards and folders of of raw images. Why is the "do not import selected duplicates" check box not working???!!!

    There's a known (and old) bug when duplicate identification fails on photos
    that have been imported from another catalog.
    Sent from phone.

  • Exclamation Point & Duplicate App Icon - iTunes App Screen

    I just did a sync of my iPhone 3G. In iTunes in the Apps screen on my PC some of the App icons have been duplicated and there is an exclamation point in front of them. So:
    1) What does this mean?
    2) How do I correct it with minimum muss & fuss?
    **Please note: due to previous bad encounters with 0S4 I *will not* be installing it, so please don't suggest that. Furthermore, since iTunes 9.2 will not function properly without OS4, I am using iTunes 9.1.1. (See my previous post regarding issues with iTunes 9.2 & my 3G iPhone.)
    Thanks,
    ~TT~

    Right clicking on the duplicate with the exclamation point brings up a pull down menu that says:
    - Get Info
    - Show in Windows Explorer
    - Delete
    Get info = The Application "name of application" could not be found. Would you like to locate it?" It then brings up the location if you continue on.
    Meanwhile it now seems that MOST of the duplicate App icons have this duplicate with the !, while a couple just seem to be duplicates.
    Again, I'm wondering as to the cause of this & how to correct it without having to do major stuff.
    Thanks,

  • Duplicate apps launching

    In Mavericks 10.9.5 I've been having duplicate copies of apps launching. I've noticed it w/Mail & Acrobat Pro. Don't know what causes it - can't duplicate it intentionally, just noticed that it's been happening lately.

    I got duplicate apps in iTunes too, but I'm still on 10.5. It copied everything on my iPhone 3.0.1 onto the computer when I synced this morning.
    I do sync my desktop with my 10.6 laptop, though, so there's a possible way for Snowy stuff to act up.

Maybe you are looking for

  • Devilspie no longer working? [solved]

    Did configuration change again? Because my xmms script is no longer working for devilspie(then again no scipts are working). Heres my xmms script: 1 (if (is (application_name) "XMMS") 2 (begin 3 (skip_pager) 4 (skip_tasklist) 5 (below) 6 (pin) 7 ) 8

  • My Finder Icon in desktop invincible

    My Finder Icon in my Desktop won't show up, but i can use it and the dot under it glows. I've Tried re-booting, Safe boot aswell But it won't work. I messed up trying to change the icon picture with the iOS 7 Finder Picture, ended up that the icon no

  • Serial No in Crsytal Report

    Dear Experts,                  I have created one crystal report for delivery document. But my customer wants ITEM SERIAL NO should come next to the Item-code . the Serial No Format is : SerialNo1 , Serial-No 2 ... etc.  In PLD is possible through sy

  • Is it possible to find the serial number of a device with which I signed into my Apple ID, but which was not registered?

    I bought an iPad2 about 2 years ago. It was stolen around 5 months ago, but since I had never registered it with apple, I gave it up for lost. Now I find it is possible to track based on serial number. Is it possible to find the serial number of my i

  • How to auto adjust images in imageJ?

    Hello, I would like to know How can I adjust the contrast and brightness in imageJ using a Java application? imageJ has ContrastAdjuster.java and inside it an autoAdjust function which is not public, so I cannot call it? any one has experience with t