Application ID reserved error upon import into workspace

I have two workspaces, development and production, in one APEX (3.0.1) environment on 11.1.0.6.
I have two applications, one 1 page long and one 33 pages long. The 1 page application is an anonymous login with a jump button to the login page of the 33 page application.
I normally export from development and import into production to make an upgrade of the applications. I can do this successfully with the longer application, upon import I ask to replace the target workspace application ID. When I try this with the 1 page application, I get an error about the application ID being reserved.
The application IDs are normal numbers.
33 pages - development workspace/appl id 107 ==> production workspace/appl id 111 - Works
1 page - development workspace/appl id 119 ==> production workspace/appl id 121 - Fails
Luckily the problem is on the 1 page application. I just redo the edits from development in production.
Any suggestions how to resolve the error so I don't have to re-edit? I'm fearful that it may start happening on the bigger application. That will not be an easy one to re-edit each time I have a release.
Thanks,
Ed

I solved this but I don't know how I caused it.
In the export repository in the target workspace, the Application Exists column had a check. I deleted the row from the repository, and I was able to import into the workspace and change the application number to the one which matched the Application Exists number.
How I got that check mark to show up is a different story. I can't remember doing anything to cause that. Maybe it was the initial import of the application to that then unused number? At least I know how to fix it now.

Similar Messages

  • General error upon import into fcp

    I can import video into my existing timelines with no problem... when i create a new sequence i can drag the clip into the timeline, but I get a general error message and a red screen that reads " display unavailable. close and reopen window to restore."   tried closing and reopening a dozen times to no avail.

    Is your drive formatted macosextended?  Can you edit bars and tone into a new sequence?  What happens if you duplicate an existing sequence, select all and delete?  Can you then edit into this sequence?
    Have you tried deleting your fcp preferences?  Get preference manager from www.digitalrebellion.com to do this.
    Have you installed or updated any new software or hardware on your system recently?

  • DM Error on "Import into Fact Table with Clear"

    Hi,
    I just got the following error on executing an import.
    The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services
    (DTS) Data Pump (80042028): TransformCopy 'DTSTransformation__7' conversion error:  Destination
    overflowed on column pair 1 (source column 'SIGNEDDATA' (DBTYPE_STR), destination
    column 'SIGNEDDATA' (DBTYPE_NUMERIC)).)
    I have a very simple import, with a convertion file only changing one member name (in the data file) into another (in the application).
    Can anybody point towards where the problem can be so I can investigate further?
    Regards,
    Rafa

    Hi all,
    as an update, aware of this thread BPC 7.0 MS-Transformation File Error Duplicated Signeddata I inserted an Amount=SignedData in my transformation file, but still same error. As suggested in that thread I tried to import the data file with only 2 records, and it worked ok!! In my case I don't think it is a problem with the data as I am trying to import a data file that I have just exported from a similar application.
    So I export data into a file, try to import it and have the mentioned error. I delete all the rows but 5, try to import it and it works.
    Any ideas?
    Regards,
    Rafa

  • Error upon logging into the database

    We've been having this intermittent occurrence, where the following error pops up upon logging into a database instance (SQL Developer is already open)
    java.lang.NullPointerException
         at oracle.dbtools.raptor.utils.TNSHelper$2.compare(TNSHelper.java:349)
         at java.util.Arrays.mergeSort(Arrays.java:1270)
         at java.util.Arrays.mergeSort(Arrays.java:1281)
         at java.util.Arrays.mergeSort(Arrays.java:1281)
         at java.util.Arrays.mergeSort(Arrays.java:1281)
         at java.util.Arrays.mergeSort(Arrays.java:1282)
         at java.util.Arrays.sort(Arrays.java:1210)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.dbtools.raptor.utils.TNSHelper.getTNSEntries(TNSHelper.java:355)
         at oracle.dbtools.raptor.utils.TNSHelper.getEntry(TNSHelper.java:216)
         at oracle.dbtools.raptor.utils.Connections.populateConnectionInfo(Connections.java:645)
         at oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(RaptorConnectionCreator.java:62)
         at oracle.dbtools.raptor.dialogs.conn.ConnectionPrompt.promptForPassword(ConnectionPrompt.java:67)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:321)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:254)
         at oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(CADatabaseFactory.java:60)
         at oracle.javatools.db.DatabaseFactory.createConnection(DatabaseFactory.java:534)
         at oracle.javatools.db.DatabaseFactory.createDatabase(DatabaseFactory.java:208)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:607)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:562)
         at oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Connections.java:145)
         at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:874)
         at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:855)
         at oracle.dbtools.raptor.navigator.DatabaseConnection.openConnectionImpl(DatabaseConnection.java:117)
         at oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection(AbstractConnectionNode.java:30)
         at oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory(ConnectionFilter.java:92)
         at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:117)
         at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:102)
         at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:492)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)What's strange is if that person closes SQL Developer and refrains from using it for about 20 minutes, everything works fine the next time they re-open the tool & try to log in. The issue seems to affect the Developer team in a round-robin fashion too, never hitting the same person 2 times in a row.
    We're using SQL Developer in a Citrix environment, and no one else has the problem simultaneously. Does anyone see something useful in the error message above?
    Thanks
    --=Chuck
    SQL Developer Version 2.1.0.63

    A good number of folks are having problems with this same error message at login, and nobody seems to have found a fix.
    I believe I have stumbled upon, if not a solution, at least part of the answer. If you're logged into a 10.4 workstation, open a Finder window and click the "Network" icon. The first time you do this, you'll only see "Library" and "Servers" icons, but if you let it sit for a moment, other folders will magically appear. One of these is "My Network" which is the critical part.
    In Workgroup Manager, edit one of your users' home directory configuration. There's a URL piece, usually "afp://server.domain.com/Users" (which is what shows up in the window when you click on the "Home" tab for that user), and then there's a "Home" path that is usually something like "/Network/Servers/servername/Users/username". Trouble is, you've noticed that 10.4 doesn't put servers into the "Servers" path, but rather into the "My Network" path.
    So, if you change that "Home" path to read "/Network/My Network/servername/Users/username", it should work--with one caveat. Apparently 10.4 doesn't create the "My Network" path on a given client until you actually browse the network on that client. If you haven't logged into a 10.4 workstation and browsed the network, the "My Network" path won't be there, and you'll still get the error. Login as a local user, browse the network (so that the "My Network" folder shows up), logout, and then login as an Open Directory user, and it should work.
    I'm betting that 10.3, 10.4, and 10.5 all handle this issue differently, so if you're in a mixed-version situation, you may have to experiment to find a workable fix.
    Derndest thing I ever saw.

  • Error when importing into 11.1 database from 10.2 database

    Hi everyone !
    I'm trying to import full database(10.2) into database 11g
    Before running Data Pump ,I had checked compability between 10.2 and 11.1 and Oracle says that they're supported .
    So I've used 10.2 expdp to export data from 10g database . Then I've used 11d impdp to import data into 11g database .
    but it's not working well .
    DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-20000: Incompatible version of Workspace Manager Installed
    Failing sql is:
    BEGIN
    declare ver varchar2(100) ; dummy integer; compile_exception EXCEPTION; PRAGMA EXCEPTION_INIT(compile_exception, -06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table, -00942); procedure createErrorProc is begin execute immediate 'create or replace function system.wm$_check_install return boolean is begin return true ; end;' ; end ; begin
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-06550: line 2, column 93:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    AND ANOTHER ERROR
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 4, column 1:
    PLS-00103: Encountered the symbol "DECLARE COMMIT; END;
    " when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable>
    continue avg count current exists max min prior sql stddev
    sum variance execute forall merge time timestamp interval
    date <a string literal with character set specification>
    <a number> <a single-quoted S
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 11:
    PLS-00103: Encountered the symbol "VARCHAR2" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "VARCHAR2" to continue.
    Can you please give me some advices ?
    Thanks
    Edited by: Tien Lai on 2009-okt-19 01:56

    Pl see if MOS Doc 730373.1 (ORA-39083 ORA-20000 Incompatible Version of Workspace Manager Installed) is applicable in your case
    HTH
    Srini

  • Error while import into 10g --- 'DBMS_EXPORT_EXTENSION' must be declared

    Hi,
    We are in a process to upgrade our database from Oracle 8.1.7 to Oracle 10.2.0
    We are upgrading our database and on the different machine.
    Setup pre-requsities for 10g rel2 has been done.
    And now I am import the data from the Export File (dump file).
    I am importing data schema wise one by one using Database Control EM available in 10g.
    Data of two schemas has been succesfully been imported.
    Now when i am trying to import the data for third schema i am gettting the following errors as below.
    Import parameters that i have used ::
    FILE=E:\EXP_FULL_PAY.DMP
    LOG=E:\IMPORT.LOG
    FROMUSER=PAY02
    TOUSER=PAY02
    TABLES=SYSMST
    GRANTS=y
    INDEXES=y
    ROWS=y
    CONSTRAINTS=y
    IGNORE=y
    SKIP_UNUSABLE_INDEXES=y
    DATAFILES=n
    Error Details ::
    Username:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V08.01.07 via conventional path
    Warning: the objects were exported by HP, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversion)
    . importing PAY's objects into PAY
    . . importing table "SYSMST" 2 rows imported
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 11:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    This error goes into the infinite loop and at last shows the message as increase the flash recovery area size.
    Kindly provide the guidance...
    Regards

    Hi Nichols,
    As u have told that some reserved word must have been used as a database object name, but as i have also mentioned the name of table that is to be imported.
    i.e. "SYSMST" which i think so, it cannot be a reserved word
    Neither i can change the table name as it may generate further complications.
    And also when i havae refresh the Database Control EM page I am getting the following error ::
    Archiver is unable to archive a redo log because the output device is full or unavailable.
    Agent Connection to Instance :
    Status:: Failed
    Details ORA-00257:: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin
    Kindly guide...
    Regards
    Milin
    Message was edited by:
    user640001

  • Error While Importing into The Target Server

    Imported the export dump into the Target server.
    while running the import I am getting the following errors in the Transport set Import log file.
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    Precheck failed for the whole KNPC_Page group and HRMs page group.
    Precheck failed for LOV REPORTS_COMPONENT_LOV
    Precheck failed for RWSVR EISDB_REPORT_SERVER
    Precheck failed for DYNAMIC DYN_0418073018
    Precheck failed for DATAPTL COMPONENT1
    Precheck failed for DATAPTL DATA_0418075629
    Precheck failed for AREPORT DETAILS
    Precheck failed for AREPORT EMPLOYEEDETAILS
    Precheck failed for HIERARCH HIE_0604143208
    Any help is highly appreciated
    Thanks&Regards
    Manoj
    All the prerequisites carried out in the Target Server

    The message
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    indicates that a style with the same name has been created in target directly or imported from another instance (other than the one from which the transport set is attempting to import).
    In order for pre-check to pass, you will either need to locate the object(s) in the target, rename (or delete) them and reattempt import, (or) rename them in source and reexport (recreate dumps) and import the new transport set.

  • Error while importing into iMovie

    I'm importing video from a canon HD vixia HG20. Some of the videos, as it is importing, have a red "error" word underneath them. Why is that? And what can I do to make them work. I have iMovie 8.0.6 on a macbook pro.
    Thanks!!

    I am having these kind of problems using Final Cut Pro X and iMovie.  I am using a new iMac, Lion, FCPX and iMovie.  I have an external firewire disk with the events and projects.  It seems to be triggered by crash of FCPX and then after a while the disk will not be accessible.  So far Disk Warrior has been able to repair the disk corruption, but it is very worrisome. Usually the Apple Disk repair says it can't repair the damage.   I don't think it is related to the particular firewire disk, because it has happened to two different disk, both of which have worked fine before.
    Is this related to Lion trying to do all the iOs tricks like restarting everything on restart?  I didn't see these problems using my old iMac 7,1 and Snow Leopard with FCPX.  I haven't seen any thread that has more specifics.
    Any solutions out there?

  • Debugging general error on import into FinalCutPro

    I'm a developer (new to Apple products) who is working on interoperation with FinalCutPro of quicktime-wrapped clips which are not wrapped by Apple muxers. When I attempt to import the clips to FCP, I frequently see "General Error" with a red preview screen. Occasionally, FCP crashes soon after the import. If the import fails, FCP is unable to import other clips that it's normally able to import (eg, quicktime clips that it has exported) until FCP is shut down and restarted.
    I've narrowed the investigation to a single clip, which contains a single h264 video track (fourcc "avc1") with no audio or timecode tracks. The clip I'm using plays ok in mplayer, vlc, quicktime, and quicktime pro, but FCP issues a general error.
    The question: are there validation tools on the Mac that will report problems with the wrapping, or logging from FCP that will give more detail on why FCP issues the general error? I'm pursuing the issue now by analyzing an FCP export atom by atom and variable by variable against the clip, and tweaking the clip when it doesn't match the FCP export, but since there are hundreds of details, it's a long hunt.
    Thanks for any help ...

    The best place to ask developer questions is here:
    https://lists.apple.com/mailman/listinfo/pro-apps-dev
    Two things to bear in mind:
    1. It sounds like you're using FCP 7 or below. These versions do not work well with long-GOP media.
    2. For some reason Apple appear to have written (or partially written) their own QuickTime parser in FCP, so in some cases it will not open files that play in QuickTime Player or other apps that use the QT API. For example, I vaguely recall an issue where FCP doesn't parse ImageDescription extensions correctly in certain instances and you have to add whitespace that's not in the spec to get it to work.

  • Field dominance upon import into fcp problem

    having changed the project setttings in livetype to comply to pal video with lower field dominance so that i can use it in my dv-based projects, i've tried both to open the livetype project directly into final cut pro and also to render the movie in livetype and import that into final cut pro.
    in both cases, fcp sets field dominace to upper field.
    on the cinema display lcd screen that doesn't seem to make any difference, but surprises lurke when outputting to dvd ....
    in an attempt to bypass the problem i've changed project settings to 'none' and rendered the movie again.
    in this case too, fcp insists the imported movie is upper field dominant...
    is this an annomality in fcp's import routines and does it assume that all pal video that is not dv is upperfield dominant or is there a setting in eithere program that can fix this problem?
    livetype 2.02
    fcp 5.0.x
    thanks

    Is your drive formatted macosextended?  Can you edit bars and tone into a new sequence?  What happens if you duplicate an existing sequence, select all and delete?  Can you then edit into this sequence?
    Have you tried deleting your fcp preferences?  Get preference manager from www.digitalrebellion.com to do this.
    Have you installed or updated any new software or hardware on your system recently?

  • Live Type fonts break up upon import into NLE

    So I create a title in Live Type - Preset: CCIR 601 NTSC sq. 4:3, Field Dom: Lower, with alpha channel - nothing major, just a little effect on a white font. I render it out and look at it in the preview window - perfect, crystal clear! However, when I import it into whatever NLE I am using, the import becomes jagged, like a field order problem. I use AVID MC 2.6 and Final Cut Pro 5. Regardless in both they do the same.
    I have a sony trintron monitor and turned it on after reading a similar post. Same thing. Any ideas?
    Thanks in advance,
    Sean

    Anomaly_7,
    The AVID editors I work with use the Live Type graphics I create all the time. These LT graphics incorporate movement, effects, textures and they all work in AVID.
    The AVID used here is the Symphony Version #5.
    To match the AVID Import Settings we have here just click options. [It's in the lower left hand of the box]
    Then set as follows:
    1. Aspect + Ratio Pixel Aspect>select 601 non-square
    2. Color Levels > select 601
    3. File Field Order > select Even (Lower Field)
    4. Alpha > select Invent Existing
    One more suggestion is to change your deck preferences to drop frame and use the default settings in LT.
    Please report back whether this works for you or not.
    Good Luck

  • Features Mirrored upon Import into Acrobat 3D

    In order to bring SolidWorks 2007 assemblies into A3D, I have been doing a screen capture using the SolidWorks eDrawing viewer (unfortunately, no SW2007 support yet in opening files directly in Toolkit, even after installing the update - Hopefully version 8 will resolve).
    The parts in the assembly have extruded text molded in, which identifies the part. They look fine in eDrawings, but when brought into A3D, the extruded text comes through as mirrored. Not sure if other features are mirrored too, due to a symetrical part configuration, but the text definitely is.
    Any idea what is causing this and ,more mportant, is there a fix?
    This problem may be similar to the 30May2006 posting (How to mirror objects in A3D Toolkit), but didn't see any responses.
    Thanks in advance for any help!
    -Dana

    Hey Dana,
    Is there an email address where you can be contacted offline?

  • 2 errors upon importing photos from HD...

    1. "Failed to find a place for the imported files"
    2. "not recognized"
    Anybody know how to solve

    Bernard,
    Could you suggest what is the import workflow you are using to import the files.
    My guess would be the location which you have selected to import the files doesnt have enough space or you dont have right permisssions.
    Also the second message talk about the Adobe Camera Raw plugin not able not able to reognise the files.
    You can make sure you have the most recent version of ACR as below:
    http://blogs.adobe.com/lightroomjournal/2012/12/camera-raw-7-3-and-dng-converter-7-3-now-a vailable.html
    Alternatiely, Please let us know the Camera from which the RAW files are and the support for camera can be checked below:
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Mandhir

  • Importing a project into workspace...

    I have Jrun application that I need to import into workspace
    and I just can`t seem to do it no matter where I put it...
    Flex just doesn`t recognize it as such.
    What do I need to do?

    Hi Kwok,
    If you're using a DTR, then I would recommend that you back up the DTR instead of your local file system.  Do you have backup software for your J2EE/database server? 
    If you search the forums for DTR and backup, you'll find a number of threads on this topic. 
    Cheers,
    Jonathan

  • Error while importing mdl in owb 11G

    Hi All,
    When we are imprting the r12rfrmpmdl in owb11g in one of the enviorment we are getting the following error:
    Importing into workspace MTHOWNER1
    Project "MTH"
    Import ended at 07/12/2010 22:50:21 PDT
    Log File output to /home/abc/mth/r12rfrmp_imp.log
    Total import time (hh:mm:ss): 00:00:17
    Error occurred importing from file "/home/karoy/mth/r12rfrmp_11_3.mdl".
    Error at line 14: MDL1261: Error importing MODULE MTH.MTH_TARGET.
    Detailed Error Message:
    API0252: Cannot have in-use lock on parent MTH_UTILITIES.
    This error is coming only for this mdl .Rest other mdls are getting imported succesfully.
    but we are able to import the same mdl in the other enviorment.Can someone tell me why the r12rfrmp.mdl is having the problem in first enviorment.
    Thanks in Advance

    Hi carsten,
    All the owb sessions are closed.Actually this enviorment is used by our QAand dev also uses it for checking the bug. And since we dont have APPS password for this we are not getting what owb objects are locked. According to owb team suggestions we have bounced the db but still its not working. i am not getting that why only one mdl is giving the lock error but the other mdls are getting imported sucessfully.
    Thanks,
    Amrit

Maybe you are looking for