How to delete application deployed in Run Application Only mode?

I have exported/imported an application (Run Application Only mode) from one DB instance to another.
As a developer, I cannot see the application in Application Builder in the target instance. This is as intended because changes should only be made on the source (development) instance.
After testing, there may be errors to correct. The application is not going to be a new version, it is going to be corrected on the source instance. Without creating a new version of the application on the source instance, what steps does the HTML DB admin take on the target instance to delete the application so the application can be imported again?
Thanks,
Kelly

Thank you Scott. I missed the help text to the side of the install page that explained how an existing application is deleted and replaced.
The tool provided the prompt page, Confirm Replace Application, before proceeding with the install.

Similar Messages

  • How to deploy and run application in user created OC4J instance

    Hello friends,
    I have created my own OC4J instance in Application Server Control.Now,how can I deploy and run application in this newly created OC4J instance.I need your help,it's
    urgent.
    Regards
    Prasenjit

    Hi Andreas,
    Thanx for your prompt reply.Yes,I had deployed the '.ear'in that.But I am not able to run the program in
    browser.Could you please elaborate more precisely.I wouuld be obliged.
    Regards
    Prasenjit

  • How to delete the deployed composite in weblogic server 11g

    Can someone tell me how to delete the deployed composite in weblogic server 11g ?I'm facing an issue where the weblogic server is getting started and immediately after sometime the server changes to "Force shutdown"..When i checked the logs,there is an error in one of the composite i deployed..So now i wanted to delete the deployed composite?Please help ....
    Thanks

    Hi
    1. Deleting a domain will not hold any references. But make sure that under your user_projects/applications also remove the folder that matches with your domain. Basically under user_projects folder you will see 2 folders named applications and domains. When you create a domain say mySoaDomain, it will crate a folder with the same name under applications folder also with few files like em.ear. If you do this, then you can crate a new soa domain and use the same old name.
    2. NOW comes the most important thing. If you create a new SOADomain, at one point, you had to give details for soainfra and mds schemas. If you give your current existing db details (that was used for your old deleted domain), then you may still have the issues. Because the soainfra db may still have the instances for your old process.
    3. If you really want to have a full clean soa domain, here is what you do:
    a) Run rcu and drop the existing schemas for soainfra and mds.
    b) Run rcu again and create above schemas again.
    c) Now create SOADomain using config wizard and refer above clean rcu db and you are all set.
    3. Under your domain root folder, just searh for files named with your workflow and you should see the .jar location.
    Thanks
    Ravi Jegga

  • I just installed Firefox on a new HP 600-1120 with Windows 7 and it is only running in "safe" mode. Why? How do I get it to run in "regular" mode? How does "safe" mode differ?

    I just installed Firefox on a new HP 600-1120 with Windows 7 and it is only running in "safe" mode. Why? How do I get it to run in "regular" mode? How does "safe" mode differ?

    > So now my question is, how can i fix this problem?
    Use the Toshiba recovery disk or the Toshiba HDD recovery option.
    If you dont have the Toshiba Recovery disk try the HDD recovery:
    http://aps2.toshiba-tro.de/kb0/HTD1303440001R01.htm
    This works only if the recovery image files from Toshiba are still on the HDD:
    If you installed the system using another disk as Toshiba recovery disk, this recovery option will not work.

  • How to DEBUG a function module running in background mode? Please help!

    Hi Experts,
       I am calling a function module in my ABAP code in background module using the following syntax:
      CALL FUNCTION 'YBBC2_CREATE_SNAPSHOT' IN BACKGROUND TASK
              TABLES
                itab_std_format_inv = itab_std_format_inv
                itab_snapshot_inv = itab_snapshot_inv.
            COMMIT WORK.
    If I put the breakpoint in the CALL FUNCTION line and execute the program, the debugger does not take me to the valled function module. This may be because I am running the function module as background task.
    I cannot comment this  "IN BACKGROUND TASK" statement as well since i am debugging in Quality system where I don't have change access.
    So how to DEBUG a function module running in background mode? Please help!
    Thanks
    Gopal

    Hi,
    You could try to use the following trick:
    (1) Put an endless loop into the coding of your function module where you want to start debugging, e.g.
      DATA:
        lx_exit_loop(1)     TYPE c.
      lx_exit_loop = ' '.
      DO.
        IF ( lx_exit_loop = 'X' ).
          EXIT.
        ENDIF.
      ENDDO.
    (2) Call your function module in background task
    (3) Call transaction SM50 and search for the background process.
    (3) Choose from menu Program/Mode -> Program -> Debugging
    Now you the debugger should bring you right to your endless loop. Set lx_loop_exit = 'X' in the debugger and continue (F5 or F6).
    <b>Reward points</b>
    Regards

  • How to change report region fields in read only mode?

    How to change report region fields in read only mode?
    skud.

    add the following javascript fuction to page header(or Javascript function and variables section)
    function disableItems(pRegionStaticId,pDisableFlag) {
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    pRegionStaticId is the region's static Id+
    Note that this code specifically disables only application arrays. Disabled items are not available after submission (and hence are different from readonly) . But any page javascript can modify disabled or readonly items(client side), so you must check at the server side to validate the data.
    You can disable items using
    disableItems('MY_REGION_ID' ,true);and enable them by passing false
    disableItems('MY_REGION_ID' ,false);

  • Cannot Delete / Validate / Deploy Essbase (BSO) application [EPMA]

    Hi All,
    I deployed a Essbase BSO application from EPMA (11.1.2.1) and got a successful result. I have made a minor change and want to deploy the application again but all the options for Duplicate / Delete / Validate / Deploy / Compare are disabled.
    I have tried this on two separate instances with the same result.
    - I have restarted the services already.I also ensured that no ESSSVR service was running when I had shutdown all the services.
    - I have also checked the timeout period to ensure that it is not a timeout issue.
    Does anyone have any clue as to why this might be happening. I was given a suggestion that the Relational Schema for EPMA might have certain flags that may be blocking this. Any ideas on which tables / columns I should look at?
    Shehzad

    First check the application diagnostics to see if anyting is amiss. Go to Application Library, right-click on the application and selecxt "Diagnostics".
    Run all the diagnostics. If a diagnostic test fails, Performance Management Architecxt provides an automated solution or manual steps to resolve the problem. Your security role must be EPMA Administrator to run them. Which also makes me think that it's possible that your security has been changed so you no longer have access to the app. Has someone changed your security? Did you create the app under a different ID?

  • How to delete the Generated files from application server(open hub)?

    hi experts,
    when i try to execute process chain the DTP it is giving below dump. Exception CX_RSBK_REQUEST_LOCKED logged.
    when i execute the DTP manually and trying to delete the previous request, it is giving for dump ITAB_DUPLICATE_KEY.
    so to delete the generated file from application server, how to delete it for specific dates?
    Information on where terminated
    Termination occurred in the ABAP program "GPD6S3OE0BCVGC6L9DBNVYQARZM" - in
    "START_ROUTINE".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 2874
    of the (Include) program "GPD6S3OE0BCVGC6L9DBNVYQARZM".
    The program "GPD6S3OE0BCVGC6L9DBNVYQARZM" was started as a background job.
    and when i check the dump it is point out at below code
    " Populate the lookup table for 0STOR_LOC
    SELECT * from /BI0/TSTOR_LOC
    into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
    FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
    STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    but the programme is syntactically correct only.
    how to rectify the issue.
    regards
    venuscm
    Edited by: venugopal vadlamudi on Sep 28, 2010 1:59 PM

    hi experts,
    We have written start routine to get the storage location text and sending to File located at Application server through OPEN HUB.
    here is the code written in the Transformations
    In the global section
    Text for 0STOR_LOC
        DATA: l_0stor_loc_text TYPE HASHED TABLE OF /bi0/tstor_loc
              WITH UNIQUE KEY stor_loc.
        DATA: l_0stor_loc_text_wa TYPE /bi0/tstor_loc.
    and in the code to get the text
    " Populate the lookup table for 0STOR_LOC
        *SELECT * from /BI0/TSTOR_LOC*
          into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
          FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
                  STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    im sure there is problem with the Routine only. i think i need to change the code if so please provide me the modified one.
    thanks
    venuscm
    Edited by: venugopal vadlamudi on Sep 29, 2010 9:37 AM

  • How to abort the deployment of an application

    We have deployed an application. However this deployment is running several days now.
    Is there a way to abort this deployment?
    Edited by: user610622 on Apr 22, 2009 10:13 AM

    Hi,
    Hope your issue has been resoveld by now.
    If not, check the java process in windows task manager and kill it.
    Thanks,

  • How to test and deploy a BPEL application in JDeveloper?

    Hi guys!
    I'm trying to use the cue card overview (step 4) to test and deploy a BPEL application.
    I'm using the new version o JDeveloper Preview (10.1.3.1.0) and when a click in "Launch the Create Integration Server Connection wizard" it asks me about Application Server, host name and port number. What I should fill in? Should I start BPEL process manager outside JDeveloper to start testing?
    In the wizard of "Create Application Server Connection" (step 2 of 4: Authentication) it asks me about username (which is filled with oc4jadmin) and Password. What password I shout use here?
    Finally, in the step 3 of 4 (Connection) the wizard asks me about host name and RMI port, what I should fill in?
    Any help will be appreciate

    You need an istance of a BPEL server to test this.
    So download the SOA Suite Developer Preview and install on your machine - this will provide you with a server you can test BPEL on.
    http://www.oracle.com/technology/software/products/ias/soapreview.html

  • "Application Error"  While running application in real device

    HI all,
    When i run application on real device( Nokia 7360), It gives me Application Error
    My application is running well in wireless toolkit Emulator..
    I dont know why this is happining on real device?...
    regards
    Pravin

    Here is the code
    It just create a new contact in the AddressBook
    and i use Nokia 7360 for running my application
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.pim.*;
    import java.util.Enumeration;
    public class AddContact extends MIDlet implements CommandListener,Runnable
         Form form;
         Display display;
         Command exit;
         Command add;
         Alert alert;
         public Thread th;
    private boolean quit = false;     
         public AddContact()
         display = Display.getDisplay(this);
         form = new Form("Add Contact");
         exit = new Command("Exit",Command.EXIT,1);
         add = new Command("Add Contact",Command.OK,1);
         alert = new Alert("Add Contact","Contact Added Succesfully",null,null);
         alert.setTimeout(Alert.FOREVER);
         form.addCommand(add);     
         form.addCommand(exit);
         form.setCommandListener(this);
         public void startApp()
              display.setCurrent(form);
              th = new Thread(this);  
         public void pauseApp()
         public void destroyApp(boolean unconditional)
          public void commandAction(Command c, Displayable d) {
               if(c==exit)
                   destroyApp(false);
                         notifyDestroyed();
              else if (c == add)
                        if(!quit)
                        th.start();
                        display.setCurrent(alert);
         public void quit()
         quit = true;
         public void run()
         while (!quit)
              try
              PIM pim = PIM.getInstance();
              ContactList cl = null;
              Contact new_contact = null;
              Enumeration read_contact = null;
              String final_no="";
              try
                   cl = (ContactList)pim.openPIMList(PIM.CONTACT_LIST,PIM.READ_WRITE);
              catch(PIMException pime)
                   Alert alert_1 = new Alert("Error","Error Accessing Database"+pime,null,null);
                   alert_1.setTimeout(Alert.FOREVER);
                   alert_1.setType(AlertType.ERROR);
                   display.setCurrent(alert_1);
              catch(SecurityException se)
                   Alert alert_2 = new Alert("Error","Security Error"+se,null,null);
                   alert_2.setTimeout(Alert.FOREVER);
                   alert_2.setType(AlertType.ERROR);
                   display.setCurrent(alert_2);
              new_contact = cl.createContact();
              new_contact.addString(Contact.TEL,Contact.ATTR_HOME,"123456");
              new_contact.addString(Contact.FORMATTED_NAME,Contact.ATTR_NONE,"AasdD");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"2634465");
              new_contact.addString(Contact.TEL,Contact.ATTR_FAX,"+91 7834465");
              new_contact.addString(Contact.TEL,Contact.ATTR_PAGER,"7034465");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"9234465");
              try
                   new_contact.commit();
              catch(PIMException piem)
                        Alert alert_4 = new Alert("Error","Error while saving  Data"+piem,null,null);
                        alert_4.setTimeout(Alert.FOREVER);
                        alert_4.setType(AlertType.ERROR);
                        display.setCurrent(alert_4);
              try
                   cl.close();
              catch(PIMException piem)
                   Alert alert_5 = new Alert("Error","Error Closing Application"+piem,null,null);
                        alert_5.setTimeout(Alert.FOREVER);
                        alert_5.setType(AlertType.ERROR);
                        display.setCurrent(alert_5);
              catch (Exception e)
                   Alert alert_4 = new Alert("Error","Error on first try"+e,null,null);
                   alert_4.setTimeout(Alert.FOREVER);
                   alert_4.setType(AlertType.ERROR);
                   display.setCurrent(alert_4);
              quit();
         

  • How Do You Make OS X Run Strictly Only 64-bit?

    Hi. I've set OS X to run on 64-bit on boot (editing the plist. Apple should have a control panel for 32 and 64-bit mode. I hope Lion will have those) but how is it running a 32-bit of Flash on Safari? I thought on this mode it strictly runs only 64-bit programs? So if you're using 32-bit mode, that's really the same as when you're on 64-bit mode coz' on 32-bit mode it'll still use 64-bit apps when it's available (or 64-bit programs won't run when you're on 32-bit mode?).
    Is Safari 5 64-bit by the way? There's a preview of the 64-bit Flash player which might be good to try on a 64-bit OS and Safari. Thank you in advance.
    Gbu.

    Do not confuse user mode application programs with the kernel and device drivers. This is NOT Windows, and does NOT have the limitations that Windows has.
    The 32-bit Mac OS X kernel can run both 32 and 64 bit applications. Just launch Applications -> Utilities -> Activity Monitor and the "Kind" column will show you that with the 32-bit kernel you are currently running tons of 64-bit programs.
    Today, the only reasons for booting a 64-bit kernel are:
    o You are a developer writing a 64-bit device driver
    o You need to use a special limited edition 64-bit device driver and have no choice
    o You have one of the newest Mac Pros or Xserver boxes and have put more than 32GB of RAM in the box
    o You would like to blaze a 64-bit trail testing all the beta 64-bit device drivers so the above mentioned developers get some real world field testing.
    Otherwise, the 32-bit kernel gives you all the benefits, and none of the hassles.
    Apple released a 64-bit capable operating system that by default boots into a 32-bit kernel so that developers had a nice long period of time to develop and test their 64-bit drivers and applications. I suspect that 10.7 may default boot 64-bit kernels on Macs that are 64-bit kernel capable (ie. they have 64-bit CPUs and have 64-bit firmware), but that is only a guess.
    And with respect to a 64-bit kernel running 32-bit apps, yea, Apple can do that too, so again you do not need to get new apps just because you are booting a 64-bit kernel.
    Message was edited by: BobHarris

  • Delete from statement is running slow - only 3 records

    Dear One and All,
    I am running following statement but even after 10 mins of process, delete does not happen. Also, only 3 rows to delete . Kindly help me to resolve the issue.
    DELETE FROM SD_YEARLY_PLAN_PROJECTS WHERE PLAN_TYPE_CD = 2 AND brn_no = 6;
    Index is created on BRN_NO but still taking so much time.
    Thank you,

    When i runned from SQL plus prompt, it was deleted in nano second. I dont know why it took so much time from TOAD. Anywayz thank you to all.
    SQL>delete from SD_YEARLY_PLAN_PROJECTS where PLAN_TYPE_CD = 2 and brn_no = 6;
    3 rows deleted;
    SQL>commit;
    Issue is resolved.

  • How to check whether JVM is running in interpreted mode

    I have launched JVM with -Xint option , but thread dump file doesn't include Monitor cache dump. AppServer is starting with -Xint but it is not logging Monitor Cache Dump. How will I check whether JVM is running in interpreyed mode or any other way to get Monitor Cache dump in Thread dump?

    Add -showversion to the command line and look for
    java -Xint -showversion Hello
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build 1.6.0-b105)
    Java HotSpot(TM) Server VM (build 1.6.0-b105, interpreted mode)
    If you're running with the JIT, you'll see something like
    java -showversion Hello
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build 1.6.0-b105)
    Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode)

  • How to set an Airport Extreme to DHCP only mode

    Folks,
    Right off let me advise that I have not even reached amateur status when it comes to this comms stuff, so please bear with me.
    I have an ISP supplied cable (no modem) that is connected to the WAN port of my AE.  The AE is currently configured to run in DHCP and NAT mode.  The ISP is apparently also supplying NAT since I am getting a double NAT warning from AE through Airport Utility.  Performance does not seem to be affected although I am seeing some tremendous slowdowns on a couple of websites.  From reading quite a bit of info here and elsewhere, I think I would like to run in DHCP only mode and let the ISP do the NAT control.
    This is when I run into a problem.  When I configure AE to run DHCP only, it asks for a range of addresses.  I have no clue what to put in here.  When I enter 192.168. ..., I get a message about invalid or overlapping address ranges.
    What do I need to do?
    Thanks,
    Jim

    As I said, it is very rare that an ISP would use this type of setup these days.
    You would already know if you had a bank of fixed IP addresses that were supplied to you by your Internet Service Provider, since they would have provided you with a document that listed all of the IP addresses to use.
    An example of this might look something like.......
    12.345.678.910
    12.345.678.911
    12.345.678.912
    12.345.678.913
    12.345.678.914
    If you do not have a document from your ISP with a list of specific IP addresses to use......then you cannot use the DHCP Only setting.

Maybe you are looking for