Import Error  - application from apex 3.2.1 imported into  3.2.0

Hi,
I try to import 2 application from apex 3.2.1 into 3.2.0
First (open application) - working without login in - was imported with success.
Secound one - witch working with APEX user autentication - I could not install.
Current Workspace:      S_WORKSPACE
Export File Workspace:      S_WORKSPACE
Export File Workspace ID:      1021311098347247
Export File Application ID:      107
Export File Version:      2009.01.12
Export File Parsing Schema:      SY
Application Origin:      This application was exported from the current workspace.
I get only error report from instalation process:
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: linia 90, kolumna 32: PLS-00201: identyfikator 'MUST_NOT_BE_PUBLIC_USER' powinien być zadeklarowany ORA-06550: linia 39, kolumna 1: PL/SQL: Statement ignored <pre>declare a1 varchar2(32767) := null; begin a1:=a1||'select'||chr(10)|| 'a.KODARTYKULU as KODARTYKULU ,'||chr(10)|| '''<b>''||a.KODARTYKULU||''</b>'' as KODARTYKULU_NR,'||chr(10)|| 'a.KODARTYKULU as DoAutorow,'||chr(1
How can I install aplication?
Please help me,
Mark

In SQL-Developer connect to your Apex's schema and open the schema browser (you should see it on the sidebar with options : tables,views,indexes etc..). Within that you can see "Application Express" (its further down after the usual DB object groups), expand that and you should see your applications.
Right click on the Application Name and choose export DDL -> Save to file.

Similar Messages

  • Export from Apex 3.2 and import to Apex 4.0

    I apologize if this has been asked before (and I am sure it has).
    We are about to move all our Apex/Oracle apps to a server where Apex 4.0 is installed. Our current Apex version is 3.2. My question is can we export from Apex 3.2 and import in Apex 4.0 and expect everything to work (assuming it all works fine in Apex 3.2 and all Oracle objects were moved properly to the new server , both servers have Oracle 11g).

    I am having trouble finding "update application" under any of the utilities.
    Also one of my applications gives me the following error when I try to import it from Apex 3.2. to 4.0
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02290: check constraint (APEX_040000.WWV_FLOW_WS_RPT_CHART_AGG_CK) violated <pre>begin wwv_flow_api.create_worksheet_rpt( p_id => 24053127534342788+wwv_flow_api.g_id_offset, p_flow_id=> wwv_flow.g_flow_id, p_page_id=> 60, p_worksheet_id => 24052412232342516+wwv_flow_api.g_id_offset, p_session_id => null, p_base_report_id => null+wwv_flow_api.g_id_offset,
    I have no clue how to fix that.
    George

  • Moving Application from Apex 2.2 to Apex 3.1

    Hi ,
    I installed Apex 3.1 Successfully, its a FARESH Installation,
    Now I have to import the Apex 2.2 Application into this New Apex 3.1,
    Do I need to get the Schemas available in Apex 2.2 & get it Import into Apex 3.1 Database using Exp/Imp Utility
    or Any specific mathod available to to move the Applications from
    Apex 2.2 to Apex 3.1
    Best Regards
    cnu

    Srinivas,
    Export the schemas from one database and import them into the other using standard Oracle database facilities like exp/imp or Datapump.
    Export your applications from the current Application Express database using the Application Express export pags. This will create files. Take those files and import/install them into your workspaces in the new database using the import/Install wizard. Export the workspaces first from the old database and import/install them into the new using the apex_admin application at each site.
    Scott

  • Error when importing an application from EA2 to EA3

    When I try to import a script generated from APEX EA2 to APEX EA3, generates the following error:
    "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 32, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_FLASH_CHART5' ORA-06550: line 32, column 1: PL/SQL: Statement ignored <pre>declare a1 varchar2(32767) := null; begin a1:=a1||'<anygantt>'||chr(10)|| ' <settings>'||chr(10)|| '     <navigation enabled="True" position="Top" size="30"&g"
    The application is fully funtional in EA2. I appreciate the attention given.

    You encountered the situation David wrote about on his blog:
    You may experience issues with exporting from EA2 and importing into EA3. We have found some issues with applications including charts. This is primarily due to changes in the chart export parameters and will not impact applications exported from earlier releases (APEX 3.2 etc).
    So there is nothing to do about it. But EA2 (and EA3) is just for testing purposes, so no real harm can be done.

  • Importing an application in apex 4.0.1.00.03 fails

    I recently upgraded my apex from 3.2 to 4.0.1.00.03
    I exported an application from 4.0.1.00.03 and now trying to Import the same export file in apex 4.0.1.00.03.
    But the import fails with error:
    The requested URL /pls/apex_dev/wwv_flow.accept was not found on this server.
    The error log file on the app server has the following information.
    "POST /pls/apex_dev/wwv_flow.accept HTTP/1.1" 404 234
    I did not have any problems importing before upgrading to apex 4.
    Here is the DAD
    <Location /pls/apex_dev>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword @abc
    PlsqlDatabaseConnectString devdb:1521:test.abc.us ServiceNameFormat
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    Thanks
    Chandra.

    Thanks Patrick
    --Chandra.                                                                                                                                                                                                                                       

  • Export application from APEX 3.1 to 3.0

    Hi ALL,
    I'm having a problem importing an application installation script created by APEX 3.1 into APEX 3.0.
    I have:
    1 ) on my local machine Oracle XE with APEX 3.1.0.00.32 and
    2) on the Corporate environment Oracle with APEX 3.0.1.00.08.
    The problem is: I didn’t realize the difference till I finished my development on the XE environment, exported my application into an SQL script and then tried to import it into Apex 3.0 !!!
    I’m stuck, I get strange errors about procedure “create_page” having wrong number of arguments.
    I tried to cross reference the changes for another Application installation scripts exports from 3.0 and 3.1, and reached point where the error becomes about “check constraint” violations.
    Could you please help me to make sure an export from APEX 3.1 would be ok to import into APEX 3.0.
    I though of the following solutions:
    1) there is somewhere a TOOL that can back-version an installation script.
    2) maybe in APEX 3.1 , there is somekind of hidden parameter or function that can generate a 3.0 installation script.

    I already tryed this :
    wwv_flow_api.create_page(
    remove this line:
    p_include_apex_css_js_yn=>'Y',
    in the command
    wwv_flow_api.create_page_plug (
    after the line
    p_plug_caching=> .......
    add
    p_required_patch=> '' + wwv_flow_api.g_id_offset,
    everywhere you find the command
    wwv_flow_api.create_report_region (
    remove line
    p_ajax_enabled=> 'N',
    but I keep getting this error:any Ideas!
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-20001: Error page=3 item=&quot;P3_LOGPATCHNO&quot; id=&quot;60902642925391712&quot; ORA-02290: check constraint (FLOWS_030000.WWV_VALID_FSITEM_DISPLAYAS) violated <pre>declare h varchar2(32767) := null; begin wwv_flow_api.create_page_item( p_id=&gt;27631117016792464 + wwv_flow_api.g_id_offset, p_flow_id=&gt; wwv_flow.g_flow_id, p_flow_step_id=&gt; 3, p_name=&gt;'P3_LOG
    Error installing application.

  • Export Application from apex 4.0 to 4.1

    Hi guys,
    I exported an application created on apex 4.0 And oracle 11g express beta. Then imported the application into APEX 4.1 ( in the could ).
    The problem is whenever I click on the "Edit Links" I get kicked out from the work space and I have to log in again.
    ** "Edit Links" are working in other applications ...
    I hope my question is clear ..
    Do you have any Hint ???

    NOT really possible to go backwards from 4.x to 3.s. Your best option is to try and find a backup and try and install it and make required changes to meet current version. Why, may I ask is your production environment in 4.x and your development in 3.2? This sounds TOTALLY dainbramaged to me, since I would NOT want to work in such a mixed environment.
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Import error moving from iPad to iPhoto

    Somewhat puzzled by the inability to import photos from my iPad to iPhoto.
    Here's what happened:
    1. Used camera connector to transfer high-def JPG format files from a Nikon D50 onto the iPad (no problem, and the *iPad displays the pictures* perfectly).
    2. Attach iPad to Mac and start iPhoto.
    3. iPad is shown as attached and import window is displayed, correctly showing 176 photos to be imported but *no images are displayed*, only the dotted outline boxes.
    4. Attempt 'Import All...' and an *import error is shown listing all 176 JPG files* as not imported.
    5. Start Image Capture utility and attempt 'Import All', same error is reported.
    6. Attempt selecting just one photo and importing just selected item (fails in both iPhoto and Image Capture with the same import error).
    It looks like the iPad can read the JPG files but for some reason the Mac cannot.
    Setup details:
    iPhoto '08 v7.1.5
    Macbook Pro running OS X 10.6.2
    iPad running iOS v3.2
    Image Capture v6.0.1
    Any ideas?
    Regards,
    Mark

    Updated to OS X 10.6.4 and everything seems to work correctly.
    Message was edited by: mbools

  • Re-importing FDM application from XML not removing deleted objects/records

    I migrated our FDM application from one environment to the next environment, by exporting the FDM application from the source environment to an XML file and subsequently importing the FDM application XML file in the target environment. This appeared to work fine.
    After some updates were then applied to the source environment, I re-exported the FDM application to an XML file, and re-imported this in the target environment.
    However, I have noticed that:
    - Import Scripts that were deleted in the source application still remain in the target application.
    - Mappings that were deleted in the source application still remain in the target application.
    - Extra mappings that were added in the source application have been added to the target application.
    So we now have duplicate mappings in several tables and scripts that should have been deleted in the target environment!
    It appears that the "Import" process is more of an update, rather than a drop and replace. There is no "replace" option on the import process. Can anyone please advise how one should correctly migrate an FDM application between environments? At present, it seems to me that the whole application will need to be completely dropped/deleted (including the SQL database/Oracle schema) and re-imported all over again from scratch.
    Surely there must be a better method?!!

    Here is Oracle's response for anyone else who requires further information on this:
    "Hello,
    The Import of the .xml files in terms of application creation is meant as a 'once only' event and a result is not meant as a method of post-create administration of the application. Any further imports will just add metadata to the application not replace or merge. If you wish to migrate an application via this method then you will need to get the source application into the state required for the migration then migrate this as a whole. Please note that this will only migrate the metadata of the application.
    The other method of migration as you have mentioned in the SR description, is via the database which will migrate the entire application with data.
    Please see KB article 806173.1 which gives instructions on the two methods, both of which are the only recommended methods. Please review the article to suit your requirements.
    Thanks"

  • Exporting application from apex 4.0.1.00.03 to 3.2.1.00.12

    Hello All,
    Recently we upgraded our Live application to apex V4.0.1.00.03. This was running previously in V3.2.1.00.12, my development still uses the old version(3.2) and no ideas of upgrading it as of now.
    Accidentally my latest development copy is missing, I have an only option to export back from live to V3.2 to produce latest changes in my development. I know it would be a question of doing, but is there any possibilities.
    Any help on this would be really grateful.

    NOT really possible to go backwards from 4.x to 3.s. Your best option is to try and find a backup and try and install it and make required changes to meet current version. Why, may I ask is your production environment in 4.x and your development in 3.2? This sounds TOTALLY dainbramaged to me, since I would NOT want to work in such a mixed environment.
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • FDMEE Import error "No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'

    Hi,
    We are having trouble while importing one ledger 'GERMANY EUR GGAAP'. It works for Dec 2014 but while trying to import data for 2015 it gives an error.
    Import error shows " RuntimeError: No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'."
    I tried all Knowledge docs from Oracle support but no luck. Please help us resolving this issue as its occurring in our Production system.
    I also checked all period settings under Data Management> Setup> Integration Setup > Global Mapping and Source Mapping and they all look correct.
    Also its only happening to one ledger rest all ledgers are working fine without any issues.
    Thanks

    Hi,
    there are some Support documents related to this issue.
    I would suggest you have a look to them.
    Regards

  • Imported photo's from my camera, after the import the photo's dissapear and now I have a palm tree in the events window.

    Imported photo's from my camera, and after making adjustments to the photos in iPhoto an error message appeared and now in the events box, there are no pictures just a gray and black palm tree photo. Any thoughts?

    Sure - tell us the error message
    LN

  • I am unable to import my favorites from internet explorer dueto the import data from option being grayed out under history, library, import tab, any help please

    i am unable to import my favorites from internet explor due to the import data from... option being grayed out under his, library, import. any help please

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • How to import user profiles from external sources(other than AD) into SharePoint

    Hi,
    I want to import user profiles from external sources other than AD.
    Badri

    You have to use BCS for importing the profiles,
    Check the following link with explanations
    http://msdn.microsoft.com/en-us/magazine/ee819133.aspx
    Please Mark it as answer if this reply helps you in resolving the issue,It will help other users facing similar problem

  • Error upgrading from APEX 4.0.1.00.03 to 4.1.1

    I receive this error. In my opinion the problem could be related to the presence of one personalized authentication schemas, based on a DB function, taken from a Packaged application, some years ago, called "menu_framework".
    This is the error report:
    -- Now beginning upgrade. This will take several minutes.-------
    -- Ensuring template names are unique -------
    -- Migrating metadata to new schema -------
    -- Switching builder to new schema -------
    begin
    ERRORE alla riga 1:
    ORA-00600: codice di errore interno, argomenti: [kgiinb_invalid_obj],
    [0x26962168], [0x1A1042F4], [], [], [], [], [], [], [], [], []
    1) after the error trap, I copied the Image folder and tried to launch APEX. It was possible to lunch the development pages, but impossible to execute any application with the error: Authentication Schema not Supported
    2) then decided to downgrade to APEX 4.0, following the proper instructions: received a similar error:
    SQL> exec apex_040000.wwv_flow_upgrade.switch_schemas('APEX_040100','APEX_040000
    BEGIN apex_040000.wwv_flow_upgrade.switch_schemas('APEX_040100','APEX_040000');
    END;
    ERRORE alla riga 1:
    ORA-00600: codice di errore interno, argomenti: [kgiinb_invalid_obj],
    [0x16D5D9E4], [0x27F2074C], [], [], [], [], [], [], [], [], []
    The execution of application reported the same problem.
    Then decided to restore the entirre DB.
    Where is my problem?
    Are my suspects real or the Authentication schema malfunctiong is a conseguence of the upgrade error?
    Thank you, Angelo

    I think this has something to do with your database and now APEX is affected. I don't think it is an APEX issue. Which version of database are you using? Maybe you should patch it to a more stable version.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

Maybe you are looking for

  • Can we integrate GTS 10.0 with SAP 4.7e

    Hi, Presently we are using GTS 7.1 which has plugged to SAP 4.7e. Now we are planning to upgrade GTS system to present version which s 10.0. Is GTS 10.0 plug in SLL_PI having compatibility with SAP 4.7e? Is there any patches need to be apply to integ

  • Sp9 / pre-release / problem with jsp tags

              WLS 5.1, sp9 pre-release, solaris 2.7, WLCS 3.2           JSP compile fails with the exception...           weblogic.servlet.jsp.JspException: (line -1): Error in tag library           at: 'wl':           The Tag class 'weblogicx.jsp.tags.C

  • Why won't Mail save stationery? with OS X Lion

    I have checked Why won't Mail save stationery? but it applies for Lepoard so what about Lion? Any Help? I did remove all the signature yet, still cannot save it.

  • Power supply of iMac (17-inch Early 2006)  Serial number: W862742AU2N

    dear all i have  {iMac (17-inch Early 2006)-Serial number:  W862742AU2N},  the power supply of this computer got burnt. i took this computer to Delhi (as i am living in the eastern part of india and there are only few Apple service center in this cou

  • Data Encryption : Length of the result data in RAW

    Hello, I am pretty new in data encryption, and in 10g, I use package DBMS_CRYPTO. I have no problem with that. I want to save to encrypted data in a table. I think about using RAW columns. The origine strings are saved into VARCHAR2(4000). How can I