Export the application

how i export the application and the CSS / Static files / Themes. Thanks.

you can connect to the xdb and just copy the files off if you wish

Similar Messages

  • How to retain connection pool resource while exporting the application war

    hello,
    lately i have figured out how to use connection pooling. now i have another issue.
    i have to export the application war file to a remote server for deployment. i cant configure the server.xml file there due to restrictions. Now is there any way that i can retain the connection pooling with all JNDI resources while exporting the war file. what all things would i have to do. i am using tomcat 4.1 and the remote server too have the same appliaction server running.
    is this possible?
    thanks in advance

    Hi,
    you might have the problem in creating WAR files.
    lease check that first.
    thanks,
    nvseenuNo, the problem is that you shouldn't be modifying the server.xml
    The proper, portable way to do it is to create a context.xml file and put it in the META-INF directory of your WAR file. This contains your Resource definition and JDBC connection parameters. Everything's portable that way.
    I know this works on Tomcat 5.x.
    It can also work with Tomcat 4.1.x, but the way I've done it is to put the context.xml into a file whose name matches my WAR file (e.g, foo.war and foo.xml), placing both in the /webapps directory. Tomcat 4.1.x picks it up that way.
    It would be worth an experiment to see if Tomcat 4.1.x picks up the context from /META-INF, because that way your WAR file is 100% portable.
    This is precisely the reason why I advise people not to edit the server.xml. You don't always have the option to do so.
    %

  • Export graphic with the application

    I notice on some sample application I have installed, it say do you want to install support objects or something to that affect.
    How can I attach the graphic to the application export so that when I install it somewhere else I don't have to do it seporatly.

    Doug,
    If the images are in the Shared Components > Images and specified for that application, then you can create a export file by going to Home > Application Builder > Application XXX > Export/Import > Export > Images (tab). You can then add that file to your Supporting Objects Installation Scripts. Then when you export the application, that install script will be included.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Error while Importing the application on Stand alone machine.

    Hi,
    We have two machines with Application Express (version 2.1.0.00.05 ) installed on them. We have created an application in one of the machines. We exported the application and tried importing in the other machine, We encountered an error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Can any one please help us.
    Thanks
    Theresa

    Scott
    We are able to login to HR on the new database and also create new applications. The steps that we follow are
    For Export:
    1) Login to workspace as hr/hr
    2) Go to Application Builder > Export > Application
    3) Application ( we choose our application no. 500)
    File format - DOS
    Build Status Override - Run and build application
    File character set - Unicode UTF-8
    4) Clicking on Export Application creates the sql file f500 which is saved by us in our specified folder
    For Import (in another machine)
    1) Copied the f500.sql file in this machine
    2) Login to workspace as hr/hr
    3) Go to Application Builder > Import > Application
    4) Import file - Specified our file name
    File Type - Application/page export
    File character set - Unicode UTF-8
    5) Click on Next
    Gives "Page cannot be displayed"
    When we click refresh it gives the error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Let us know in case you need further details.
    Thanks
    Theresa

  • Exporting/Importing applications

    I'm having issues importing the applications I build from one Schema to another. It sees that only the forms are exported but not the table? Does anyone know why that is?
    Thanks,
    Micah

    Hi Michah,
    >
    I'm having issues importing the applications I build from one Schema to another. It sees that only the forms are exported but not the table? Does anyone know why that is?
    >
    Bot just the Forms, it will also include Reports, Shared Objects , et al.
    You only export the application from application builder and hence only the application gets imported. That is by design.
    You have to use Generate DDL in SQLWorkshop > Utilities and use that script , or any other means, to move the database objects from one schema to other. If you want to transfer data then you need to export/import the data as well.
    To put together the installation and de-installation package use Supporting Objects.
    Regards,

  • Unable to export AIR application in FlashBuilder 4

    Hi,
    I have just finished an AIR application created in Flash Builder 4 / SDK 4.1.
    But  I have systematically a problem while exporting the application with  the Flash Builder wizard / button Export to a validated version.
    When I double click on the generated .air file, I've got the error :
    'This application cannot be installed because the installation program has not be configured correctly'.
    Thanks in advance for your help.
    Sophie

    Hi,
    First of all, thanks for your answer.
    I am working on a Windows XP server - Version 2002 - SP2.
    To avoid the following error message, Could not generate timestamp: Connection timed out: connect
    I set java.net.useSystemProxies=true in [Adobe Flash Builder 4 folder]\jre\lib\net.properties
    Here's my Application-app.xml file :
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.0
                The last segment of the namespace specifies the version
                of the AIR runtime required for this application to run.
        minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
             Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
        <id>com.akka.dgac.ClientLourdNA</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>ClientLourdNA</filename>
        <!-- The name that is displayed in the AIR application installer.
             May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <name>Client Lourd NA</name>
        <!-- An application version designator (such as "v1", "2.5", or "Alpha 1"). Required. -->
        <version>1.0</version>
        <!-- Description, displayed in the AIR application installer.
             May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <!-- <description></description> -->
        <!-- Copyright information. Optional -->
        <copyright>Copyright 2011, Akka Technologies</copyright>
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
        <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
        <initialWindow>
            <!-- The main SWF or HTML file of the application. Required. -->
            <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
            <content>ClientLourdNA.swf</content>
            <!-- The title of the main window. Optional. -->
            <title>Outil de rédaction d'un rapport d'audit Navigation Aérienne</title>
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
            <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
            <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
            <!-- <visible></visible> -->
            <!-- Whether the user can minimize the window. Optional. Default true. -->
            <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
            <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
            <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
            <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
            <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
            <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
            <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
            <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
            <!-- <maxSize></maxSize> -->
        </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
        <!-- which in turn permits your application to be deployed to all -->
        <!-- devices supported by AIR. If you wish to restrict deployment -->
        <!-- (i.e., to only mobile devices) then add this element and list -->
        <!-- only the profiles which your application does support. -->
        <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
        <installFolder>bin-release</installFolder>
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
        <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
             specify the path to a PNG file included in the AIR package. Optional. -->
        <!-- <icon>
            <image16x16></image16x16>
            <image32x32></image32x32>
            <image48x48></image48x48>
            <image128x128></image128x128>
        </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
        of the AIR file (true), or the default AIR application installer handles the update (false).
        Optional. Default false. -->
        <!-- <customUpdateUI></customUpdateUI> -->
        <!-- Whether the application can be launched when the user clicks a link in a web browser.
        Optional. Default false. -->
        <!-- <allowBrowserInvocation>true</allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
        <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
            <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                <!-- <extension></extension> -->
                <!-- The description of the file type. Optional. -->
                <!-- <description></description> -->
                <!-- The MIME content type. -->
                <!-- <contentType></contentType> -->
                <!-- The icon to display for the file type. Optional. -->
                <!-- <icon>
                    <image16x16></image16x16>
                    <image32x32></image32x32>
                    <image48x48></image48x48>
                    <image128x128></image128x128>
                </icon> -->
            <!-- </fileType> -->
        <!-- </fileTypes> -->
    </application>
    Thanks in advance for your help.
    Sophie

  • The application home

    Process com.mz.ihome has stopped Unexpectedly.

    I found the solution but I have some doubts.
    Last month I decided to export my application renaming it.
    I don't remember if I modified the appication name changing it insiide the file generated by the export procedure or if there were some flags to be checked to export it with a different name.
    So, examining FLOWS's tables I found a table in which the userid was the new application name instead of the original one.
    How this is happened?
    Did I launch for a mistake the sql file on the wrong databse (the file generated by the export).
    My original idea was to export the application, rename it and install it on a new machine.
    Any comment would be apprecciate.
    Bye, sofleo

  • Blank page instead of the application home page.

    Hello, I installed a 10g express edition database long time ago.
    Everyting works fine up to now.
    I made an application that we use in our company to report our activities.
    The application is still working, I'm able to access the application home page and walk through it.
    When I go to the apex home page: http://127.0.0.1/apex and I insert username and password for the "workspace" of my application, I see a blank page instead the normal one with the icons.
    If I try to access the HR workspace everiting is ok.
    Can you help me please?
    Thank you, sofleo.

    I found the solution but I have some doubts.
    Last month I decided to export my application renaming it.
    I don't remember if I modified the appication name changing it insiide the file generated by the export procedure or if there were some flags to be checked to export it with a different name.
    So, examining FLOWS's tables I found a table in which the userid was the new application name instead of the original one.
    How this is happened?
    Did I launch for a mistake the sql file on the wrong databse (the file generated by the export).
    My original idea was to export the application, rename it and install it on a new machine.
    Any comment would be apprecciate.
    Bye, sofleo

  • I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

  • How to export the report in HTML format for desktop application

    Hi,
    i have wrote the JRC desktop application to export the report and i am able to export it in PDF and other formats as mentioned in "ReportExportFormat" API.
    i would like to know is there any API there which can export the report in HTML format.
    i know it would be possible with web based application of JRC, but how can i do it in desktop application?

    There's no mechanism for static HTML pages that displays the report.
    You can use the CrystalReportViewer DHTML viewer, but that's 'interactive'.
    Sincerely,
    Ted Ueda

  • Exporting the label of a  af:selectOneChoice from an applications table

    Hi All,
    JDEV 11g
    I have a problem where a column in an applications table <fnd:applicationsTable>is defined as a select one choice as shown below
                   <af:selectOneChoice value="#{row.bindings.BucketType.inputValue}"
    label="#{row.bindings.BucketType.label}"
    id="soc1">
    <f:selectItems value="#{row.bindings.BucketType.items}"
    id="si1"/>
    </af:selectOneChoice>
    Export has been enabled in the applications table. But when I export it, in the excel, only the value of the column is present and
    not the label?
    I want the label to be exported to the excel. Help is appreciated.
    Thanks in advance.
    Pritom

    As far as I know, the <fnd:> tags aren't available to us mere mortals who don't work for Oracle - perhaps you meant to ask in an internal forum?

  • Web Dynpro Application for exporting the BI report displayed in EP to Excel

    Dear All,
    I have installed only NWDS on my system(Not NWDI).
    I need to create a webdynpro application that consists of 2 buttons for the BI reports that are getting displayed on my EP protal:
    1) Export to Excel (Will export the BI Report into Excel that is getting displayed on EP Portal)
    2) Refresh (will display the Variable screen of the BI Report)
    My Queries are:
    1) Do I need to connect NWDS to BI system?
       If yes, kinldly help me by providing me with the steps od documents for the same.
    2) How do I create the above 2 buttons.
       Please provide me with a step by step procedure or document because I am new to Webdynpro.
    Please help.
    Thank you in Advance,
    Regards,
    Shruti.

    Hi Shruti,
    Create a Technical System object for BI Server and connect with JCO destination, generally basis/ admin guy will do this configuration.
    Procedure to create a system object:
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    Creating a JCO destination:
    http://help.sap.com/saphelp_nw04/helpdata/en/77/931440a1c32402e10000000a1550b0/frameset.htm
    Integrate the BEx WebTemplate ( use BIApplicationFrame ui element ) in webdynpro view.
    please refer this link:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60f35908-ecd4-2910-6c89-e75e1054d9d1
    Hope this helps you..
    Regards,
    Saleem Mohammad.

  • Warning:The EXPORT data cluster is too large for the application buffer.

    Hi Friends,
    I am getting following warning messages whenever I click on costing in "Accounting" tab.
    1. Costing data may not be up to date  Display Help
    2.  No costing variant exists in controlling scenario CPR0001
    3.  An error occurred in Accounting (system ID3DEV310)
    4. The EXPORT data cluster is too large for the application buffer.
      I can create project automatically from cprojects. PLan costs, budget and actuals maintain in WBS elements can be visible in cproject Object Links.
    Your reply is highly appreciated.
    Regards,
    Aryan

    Hi;
    Please, check the Note --> 1166365
    We are facing the same problem in R3, but apply this no fix it.
    Best regards.
    Mariano

  • I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?,

    I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?, I have built a android application using adobe flex, and i have exported it with native air. The application is working fine on samsung phones whereas it is getting crashed on Moto Phones, which runs on android kitkat, is there any compatibility issue ?

    Thanks, Flex harUI, for the direction in regards to isolating build changes. That aside (still working on it), can you offer any direction in regards to my original question on SDK and AIR compatibility? I'm specifically looking for a version compatibility mapping or anything that definitively states, "Flex SDK x.y.z works with the following versions of AIR". This information is crucial for us in order to more specifically plan our own roadmap built upon these two frameworks as we consider both existing installations of our software and future distributions.

  • Export and import the windows phone contacts as .vcf file to the application

    Hi, I need to export the windows phone contacts as .vcf file and import it to my windows phone application. I'm unable to import the full details of a contact. Is there any sample code to export and import phone contacts programmatically. Please
    help if there is any solution. Thanks.
    Nikitha

    Found this on the internet:
    http://www.lumisoft.ee/lswww/download/downloads/Net/
    If you download the Lumisoft.Net.Zip and extract it looks like there is a vCard folder with some classes that may help you.
    You will need to use something like that or search a bit more and find a vCard C# Helper library.
    Bret Bentzinger (MSFT) @awehellyeah

Maybe you are looking for

  • G/l postings suring stock transfer using STO with delivery

    Hi Guys What are the G/L postings occur during A stock transfer between plant to plant inside the same company code. This is done using STO with sales delivery ( no sales order). Thanks Sam

  • Refreshing parent entity attribute

    Hi, I have a situation where a trigger on a detail row refreshes a column of a master record. When in my applications someone changes the detail, I want to have the parent updated in the userinterface as well, to reflect the change that the trigger m

  • PS Elements 12 Trial?

    Does Adobe have a free download trial offer on their site please?

  • Sharpness/Softness control in edit

    On my Mac-Mini iPhoto, the edit function in iPhoto is different from my newer OSX 10.5.6. In particular, the older version has a better "Sharpness" control in the edit function. In the older version the default position is in the center, equally betw

  • Decimal Field Pattern limit to 2 decimals only

    Hi, I am want to limit a numeric field to 4 leading digits and only 2 trailing digits, example 1,234.59. I have set this pattern up in the Display pattern: num{z,zz9.99}|num{z,zz9.zz}|num.currency{}. The problem is if the user enters less than 4 lead