Swapping Application ID within the workspace

Hi,
I have created an APEX application say BookApp which got created with ID 901.
After completing the application, I have published my App URL to outside world so that users can use it.. like https://apex.oracle.com/pls/htmldb/f?p=901
Now as this is production version, I copied this original application into another App with ID 902 in my workspace itself. I made some changes to this second App (902 one) and once I tested it successfully, I want to publish this second App which has enchanced features.
But I don't want to change the URL which I had published earlier to outside world...
My Question is..
How can I published the APP which has ID as 902, to the URL of 901?
Please let me know if my question is unclear.
Thanks,
Harish

I re-import to 901 as I already had one app running in 901 in production.. and I can't take risk of momentraliy deleting it, as by the time I re-import it, a new app could get created in that.
Thanks Scott... I was not aware of Application alias. That's exactly what I was looking for.
Thanks again

Similar Messages

  • Classic Application Administration vs. Administration within the workspace

    Can someone tell me the Pros and Cons of Classic Application Administration vs Administering the App from the Workspace?
    We have always used Classic and I would like to know if it would be worth the effort to convert over.

    Workspace admin features, or EPM Architect, is certainly the future direction. The windows based metadata manager is on the sunset trail in terms of new features being added. That said there are still some things that need to be ironed out in certain areas. I would recommend building this into your dev plans and carefully evaluating before migrating to your production efforts. One impetus for moving straight to the EPMA platform was to take advantage of the new graphical calculation manager interface for building rules in HFM rather than using the VB script editor. This need will be gone with the release later this summer where you will be able to use the Calc Manager with both CLassis and EPMA applications. So I would definately prepare yourself, but tread lightly for now.

  • Moving the stage around within the workspace!?

    Am I an idiot, or is the stage ALWAYS locked into the top left hand corner of the workspace.

    Be sure to send feedback regarding this, though.
    http://www.apple.com/feedback/keynote.html

  • What's the deal with the Applications folder within the User folder?

    In my user folder (the one with my name) there's another Applications folder filled with .cab files that are all dated, and some have "Audio" or "ACT" or some weird naming in the middle. Some examples of what they're called are: Nov2008_XACT_x64.cab ; Oct2005_xinput_x64.cab ; OCT2006_d3dx9_31_x64.cab ; Nov2008_XAudio_x64.cab
    1) What are .cab files?
    2) Why are they there, did an external program add them or something?
    3) Can I delete them?
    Thanks for your help, it's always been bugging me having this folder filled with files that (seemingly) do nothing.

    Paul --
    They're files from Word.
    If it were my Mac, I'd trash them. Here's what I found on them similar to what WZZZ found for you;
    Opening the CAB
    You will download a file whose name consists entirely of a number and which has the extension .cab.  A .cab is a Microsoft “cabinet” file: essentially it’s a Zipped folder structure with the ability to store longer file names.
    Depending on your version of Mac OS, the built-in Zip utility may not be able to open it, but  there are programs that can.  If you are on a Power PC-version Mac (A G3 or a G4 or a G5...) then Stuffit Expander will do the trick.  If you have an Intel-processor Mac, Stuffit has a bug that may prevent it.  Only one way to find out...
    If your browser is correctly set up, it will leave the file in your Downloads folder with a subfolder above it containing the unpacked content.
    If you can’t find it, start Stuffit and drag the .cab onto it.
    Stuffit will either issue an error message, or it will leave a folder containing the template in the same folder as the .cab file.  If you get an "Error 17540" from Stuffit, that means "Can't understand the format" and the extracted template file will not be useable.

  • How can you move screens within the workspace?

    Dragging screens around to get them out of the way only to have them go back when you release the mouse.  Not working for me, help???

    Are all the palettes locked?  There was another post along those lines earlier today.  What OS and version are you on?

  • BPM 11g: Adding external application link to process workspace

    Hi,
    In my project, I have a requirement to show a search link the applications panel of the process workspace (link will trigger a ADF application). Currently it is being implemented using a process with a single initiator task. The disadvantage of this approach is that a new instance is created for every new search. It unnecessarily invokes BPM which is not required as there isn't any flow.
    In 10g, we can implement this using a 'Global Interactive Activity'. Is there any equivalent to that in 11g or any other other workaround so that I can only have the application link in the workspace instead of creating a instance every time?
    Thanks,
    Ravi

    HI,
    In 11g you have the concept of Global Links. You can refer to http://docs.oracle.com/cd/E23943_01/user.1111/e15175/bpmug_ext_apps.htm#BACCACGI fro example of how this can be acheived
    I think there are also some samples on java.net for Oracle BPM Suite however this appears to be down at the time of posting so I can not validate this.
    Hope this helps
    Regards Dave

  • Calling a java application from within another class

    I have written a working java application that accepts command line parameters through public static void main(String[] args) {} method.
    I'm using webMethods and I need to call myapplication from within a java class created in webMethods.
    I know I have to extend my application class within the webMethods class but I do not understand how to pass the parameters.
    What would the syntax look like?
    Thanks in advance!

    why do you want to call the second class by its main method ??
    Why not have another static method with a meaningfull name and well defined parameters ?
    main is used by the jvm as an entry point in your app. it is not really meant for two java applications to communicate with each other but main and the code is not really readable.
    Have a look at his sample
    double myBalance = Account.getBalance(myAccountId);
    here Account is a class with a static method getBalance which return the balance of the account id you passed.
    and now see this one, here Account has a main method which is implemented to call getBalance.
    String[] args = new String[1];
    args[0] = myAccountId;
    Account.main(args);
    the problem with the code above is
    main doesn't return anything so calling it does do much good. two the code is highly unreadable because no one know what does the main do... unlike the sample before this one where the function name getBalance clearly told what is the function doing without any additional comments.
    hope this helps.... let me know if you need any additional help.
    regards,
    Abhishek.

  • Running form within the browser

    Is it possible to run a form using the JInitiator and Application Server within the browser window instead of the form creating its own work area outside of the browser? Any help would be greatly appreciated.
    Thanks,
    Bucky

    Hi
    Set the separateFrame parameter to false.
    This can be done by supplying parameters directly in the URL or in a form specific section in the formsweb.cfg file

  • How to create Default Schema from within the application

    Hi friends
    I am creating users using the following within my application using this syntax
    BEGIN
    APEX_UTIL.CREATE_USER
    (:P124_USER_ID, :P124_USER_NAME,:P124_USER_FIRST_NAME,:P124_USER_LAST_NAME,' ',:P124_USER_EMAIL_ID,'xxxx');
    END;
    The default workspace for the user is set as blanks. I would like to set it to be the default workspace as per the current logged in user.
    Can you help me with the syntax for this
    thank you in advance
    Laxmi

    Laxmi,
    The subject of the post is "How to create Default Schema from within the application".
    But your question asks how to set the "default workspace" for a newly created user.
    Those are different questions and not the ones I think you need answered.
    Let me answer this question "How can you set the default schema for an account when creating the account and set it to the same value used for the default schema attribute of the administrator account used to authenticate to the currently running application?".
    In the apex_util.create_user call use named parameter notation and fetch the information about the currently logged-in user first, e.g.,declare
      l_workspace               varchar2(256);
      l_user_name               varchar2(256);
      l_first_name              varchar2(256);
      l_last_name               varchar2(256);
      l_web_password            varchar2(256);
      l_email_address           varchar2(256);
      l_start_date              varchar2(256);
      l_end_date                varchar2(256);
      l_employee_id             varchar2(256);
      l_allow_access_to_schemas varchar2(256);
      l_person_type             varchar2(256);
      l_default_schema          varchar2(256);
      l_groups                  varchar2(256);
      l_developer_role          varchar2(256);
      l_description             varchar2(256);
    begin
    apex_util.fetch_user (
      p_user_id                  => apex_util.get_current_user_id,
      p_workspace                => l_workspace,
      p_user_name                => l_user_name,
      p_first_name               => l_first_name,
      p_last_name                => l_last_name,
      p_web_password             => l_web_password,
      p_email_address            => l_email_address,
      p_start_date               => l_start_date,
      p_end_date                 => l_end_date,
      p_employee_id              => l_employee_id,
      p_allow_access_to_schemas  => l_allow_access_to_schemas,
      p_person_type              => l_person_type,
      p_default_schema           => l_default_schema,
      p_groups                   => l_groups,
      p_developer_role           => l_developer_role,
      p_description              => l_description);
    apex_util.create_user(
      p_user_id        => :P124_USER_ID,
      p_user_name      => :P124_USER_NAME,
      p_first_name     => :P124_USER_FIRST_NAME,
      p_last_name      => :P124_USER_LAST_NAME,
      p_email_address  => :P124_USER_EMAIL_ID,
      p_web_password   => 'xxxx',
      p_default_schema => l_default_schema);
    end;Scott

  • SSO for various applications within the same portal

    Is it possible to implement SSO at the application level in an EP 7.0 environment?
    Ex:  One Portal with ESS and BI Functionality (BI is connected to the BI backend, ESS is connected to the ECC backend, but all of it exists within the same portal instance) in which the BI Explorer would rely on SSO, while the ESS would require a logon to the portal.  The initial page of the portal would not be a logon screen, but rather a menu screen
    Does this functionality exist?

    For our purposes, ESS would have to be authenticated (perferably through Active Directory), while BI Explorer wouldn't require "visible" authentication, BUT the question would be, could all of this exist on the same portal..
    I agree that it certainly wouldn't be user friendly to ask users to logon (using AD l/p) for certain parts but not others.  I think the solution would simply to have 2 portal instances (ESS/ECC = Logon/Password,  BI Portal = SSO), and to federate the BI to the ECC Portal. That way, if someone wanted to work in BI and only BI, they could go without logging on, but if they wanted to go to the ESS Portal they would have to logon BUT would be able to use both ESS and BI.
    This all stems from an effort to eliminate the neccessity of having to logon to a portal (for a small group of managers), but still maintaining a level of security for ALL users in regards to employee self-service

  • How to implement multiple Value Helps within the same Application ??

    Dear Experts,
    I want to implement multiple value helps in the same view.For that I have declared exporting parameters of type 'wdy_key_value_table.' within the component controller for each of the value helps.While I do activate and test the application I get the following error :
    The following error text was processed in the system HE6 : A row with the same key already exists.
    The error occurred on the application server hsdnt24s11_HE6_00 and in the work process 4 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: VALUESET_BSART of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: IF_PO_VIEW1~VALUESET_BSART of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: WDDOINIT of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    I dont know how to implement multiple value helps.Need your help on this.
    Regards,
    Mamai.

    Hi
    Hint is : A row with the same key already exists it means , It is assigning the same value/Key to row and you are calling it at WDDOINIT  so it giving error at the time of initialization .
    Better way to do the coding at some event in view OR if not possible than just execute the first value help in wddoinit later clear all the value before gettig the other Value help. Code it at WdDoModify View to get its run time behaviour.
    BR
    Satish Kumar

  • Messages closes unexpectedly when trying to take and attach a photo within the application

    I have a tried and true iPhone 4S (yeah, I know) running iOS 8.0.2.  She's a tad slower than she used to be, but all in all seems to be working well with one exception.   When I try to take a photo from within the Messages application, the app crashes.  It has happened every time I try this.   I can do a workaround, which involves: Closing Messages, going to Camera, taking the photo, going back into Messages and then choosing the existing photo, attaching the existing photo and finally sending the message with photo attached...but whew, what a lot of extra steps.   Anybody else seeing this?  Any settings changes that might fix this?  If not, anyone know if this is on the defect fix list for iOS 8.1?
    Thanks for any ideas/assistance,
    el_royard

    Hi,
    Open a Finder window. Select your Home Folder in the Sidebar on the left. Then open the Library folder then the Preferences folder.
    Move the com.apple.PhotoBooth.plist file from the Preferences folder to the Trash.
    Restart your Mac.
    Carolyn

  • Pdf printing problem encountered in specific applications in the workspace.

    Hi,
    I am experiencing this problem which i am not able to figure out.
    After installing and configuring the BI publisher, for the newer applications i develop printing option works fine.
    But for the applications which were already present in the workspace before installing BI Publisher, when I press the download button(which should branch to the url specified in the report query), it is directed to the specified url but the page is blank. I do not get any pdf attachment for downloading.
    Could that be a problem in configuring the BI Publisher?
    Thanks.

    Hi Paulo ,
    Following information might help you to resolve the issue.
    An Acrobat PDF document generated from Web Intelligence XI Release 2 does not print correctly from some older Xerox printers. Some of the cells do not display the data that is there.
    Business Objects 5.1.x uses the PDF v1.2 conversion engine. BusinessObjects XI Release 2 uses PDF v1.5. Therefore, the fonts are rendered as TrueType in the resulting PDF file. To confirm this, open the PDF in Acrobat Reader and click File > Document Properties > Font tab.
    A PDF generated from BusinessObjects 5.1.x will have the font type as Type 1. A PDF generated from BusinessObjects XI Release 2 will have the font type as TrueType.
    As per the product group, it states that this is by design, as there can be other regression issues for using the older PDF conversion engine and Type 1 fonts.
    The printing problem has not been reported with newer printers.
    Regards,
    Sarbhjeet Kaur

  • Direct calls within the oracle application server to the IIS using reverse

    trying to direct calls within the oracle application server to the IIS using reverse proxy. I am having problems...
    What is trying to be achieved is a call to the 3rd party web server (IIS with Oracle SSO plug-in) that will be invoked from the OAS.
    Any suggestions

    First you might get more response if you move your question to following forum:
    Oracle Application Server - General
    Second, I didn't quite understand your question. Can you pl. clarify it bit more? What exactly do you mean by invoking IIS from OAS (I am assuming by OAS you mean OC4J here)?
    Thanks
    Shail

  • How to call a Oracle Form from within the oracle APEX application

    Hi,
    I am new for Oracle APEX. I have a requirment where need to call a Oracle form (.fmx file) from within the Oracle APEX application.
    Can someone help me out ?
    it would be a great help.
    Thanks

    This might help you...
    http://roelhartman.blogspot.com/2008/11/integrate-oracle-forms-with-apex.html

Maybe you are looking for

  • IPhone 5 Verizon-Will I be able to use my phone in The Philippines with a local filipino sim card?

    Hello Everyone! QUESTION: Will I be able to use a local sim card for cellular service when I'm in the Philippines?                               - I have an IPhone 5 from Verizon Wireless                               - Running IOS 7                 

  • [iPhone] XCode png-compression messes with alpha

    When XCode bundles an iPhone application, it converts all .PNG resources into a non-standard format. This compression seems to be reduce precision of the alpha-channel of my .PNGs which causes artifacts in my application. Does anyone know if there is

  • WBS element field

    I would like to know the ref field in FI tables for WBS element PRPS-PSPNR. I checked on BSEG-PROJK but it does not seem to refer PSPNR(WBS element) in PRPS. Any help is appreciated. Thank you

  • Adhoc queray s_phd_48000510

    Hi, all friends, We use adhoc query S_PH0_48000510 - Ad Hoc Query for running reports on hr master data. some of our pay details for our senior employees is sensitive data and we have restricted who can view their details through standard authorizati

  • TABLE + BUTTON : NO LEADSELECTION + No Select column

    I just have a button on each line for DETAILS I'd like to identify the row on which the button was pressed so that I can read an internal table to get the corresponding record! so far i'm there...   DATA:             L_INDEX TYPE I.   DATA:     NODE_