Move CF Application from one server to another

I have built and configured a new CF 9 server and used a .car file to deploy donfigurations.
How do I Move CF Application from the old server to the new server?
thanks you

Rick, isn't this just another way of asking the same question you did a couple of days ago?
Migration CF Application to a New Server
http://forums.adobe.com/thread/794823?tstart=0
I offered an answer there but never heard back from you.
/charlie

Similar Messages

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • Import of the application from one server to another

    Hi There,
    I have imported my application from one server to another.
    Now when I am trying to log in to the application using the previous credentials, it simply reloads the log in page and it doesn't give invalid user name and password error also.
    It just simply load the log in page once again.
    What should I do? Where am I going wrong?
    Please help!!
    Thanks in advance
    Pushpesh Pallav.

    Hi,
    If you need previous login credentials to another application as new system. please follow the steps. in Application Express 4.1.0.00.32<br>
    <font color=red>IN OLD System</font>
    Home>Application Builder>Application [101]>Export / Import>Manage Export Repositoryexport Workspace to new system. once done this task u will have exported workspace copy.
    <br>
    <font color=red>IN NEW System</font>
    http://hq-orapp-03:7777/pls/apex/f?p=4550:10 *need apex admin credentials*
    Home>Manage Workspaces>Import Workspace> step I
           "        "                        step II Existing Workspaces || you can see your old development workspace and usersthese steps to be done! then you can import application and login credential can use which is previous application user name/password.
    Please if its correct and make it flag in this thread.
    Thanx,
    Ram

  • Best Way to Migrate an application from one server to another

    I couldn't seem to find the best way to this by Googling. If you have two instances of Sun Web Server 7, and you want to migrate a web application from one server to another, what is the best way to that?

    I am sorry. My question was poorly worded after some hours of frustration. What I am really trying to do is develop a base virtual machine snapshot with Sun Web Server Loaded and a base set of applications.
    When the need arises, I need to deploy another VM and start it up. There seems to be some issue with the host name of the VM and the administration server, or something. It is my impression that as longs as I have everything contained in one directory like /webserver, I should be able to copy everything to a new machine and start it up. I know I need the listeners listening on all ip addresses and the jdk being used would need to be in that directory as well. Is there anything I am missing here or that I need to watch out for?

  • I need a shell script to move latest archivelogs from one server to another server..

    Hi,
         I need a shell script to move latest archivelogs from one server to another server..
    Thanks&Regards,
    Vel

    ea816fb9-f9ea-45ac-906f-36a8315970d0 wrote:
    Thanks it's really helpfull..
    Now i have pasted a shell script which generates archivelog and shows latest archivelog time..
    just check let me know the answer, that how i need to execute it..
    # Force a logswitch to get the last archivelog to the standby host
    ORACLE_SID=ORCL
    ORAENV_ASK=NO
    . oraenv >/dev/null 2>&1
    SwitchLogfile()
      # Do logswitch 
      RESULT=`echo "Alter system switch logfile;" | sqlplus -S / as sysdba | grep 'System altered'`
      if [ "$RESULT" = "System altered." ]
      then
      export RETURN=1
      else
      export RETURN=0
      fi
      # Do we need to do something with this return value?
      export RETURN
    GetArchiveTime()
      CURYEAR=`date +%Y`
      echo "set heading off;" > temp.sql
      echo "set termout off;" >> temp.sql
      echo "select to_char(first_time,'YYYY-MM-DD HH24:MI:SS') from v\$archived_log where sequence#=(select sequence# - 1 from v\$log where status='CURRENT');" >> temp.sql
      sqlplus -S / as sysdba <
    spool tempres.txt
    @temp.sql
    quit
    EOF
    cat tempres.txt | grep ${CURYEAR} | grep -v grep | awk '{print $1" "$2}'
    #rm -f temp.sql  tempres.sql
    SwitchLogfile
    GetArchiveTime
    You seem to have ignored Dude's VERY good advice and continue to press down this ill-advised path.  If you continue this approach, you WILL have problems at the very time you do not need any additional problems.  Trying to recover your production database at 2:00 in the morning is not the time to be getting errors from rman because it can't find what it needs - because you decided to move them around yourself.
    Please reconsider.

  • Move Web service from one server to another

    Hi
            i am calling a web service from R3 which i have moved from one server to another what i need to do in my web dynpro application as it will call the web service from new location?
    do i need to rebuild the whole application or need to change some settings here and there?
    NOTE: webservice and function module of the web service is not changed just moved from one server to another.
    THANKS
    Ninad

    Hi,
      Try with this code. Dynamically Server will get change.
    Create a HTTP Destination in visual administrator which stores the server name and port.
    String prefixURL = "http://";     
    // your Service Address...remove the first part from service url.
    String serviceURL = "/TestService/Config1?style=document";
    DestinationService dstService = (DestinationService) obj;          
    Destination destination = dstService.getDestination("HTTP","ApplicationServer");
    Properties destprop = destination.getDestinationProperties();
    HTTPDestination httpDestination = (HTTPDestination) destination;
    String serverName = httpDestination.getUrl();
    prefixURL = prefixURL + serverName;
    String testURL = prefixURL + serviceURL;
    Request<Obj> testReq = new Request<Obj>();
    testReq._setEndPoint(testURL);
    You need to import below files into your project.
    import com.sap.security.core.server.destinations.api.Destination;
    import com.sap.security.core.server.destinations.api.DestinationService;
    import com.sap.security.core.server.destinations.api.HTTPDestination;
    import java.net.HttpURLConnection;
    import java.util.Properties;

  • Transporting an application from one server to another

    Would like to find out what's the best practice for transporting/migrating a forms/workflow application from one LC-ES server to another.
    This is the process that I know of:
    1) export the application (create an LCA file)
    2) import the LCA to the 2nd server
    3) use Archive management to set up a TaskManager endPoint
    4) set up the Security (add principals)
    then the application can be launched from the WorkSpace of the 2nd server.
    Steps (3) and (4) are tedious "manual" steps, is there a better way? Is there a "export/import" type of procedure for (3) and (4)? Is there a more automated procedure for the entire migration process?
    thanks
    James

    No. That's the right way to do it with the current version.
    There will be improvements in the next release to address 3) and 4).
    Jasmin

  • Move a database from one server to another

    Hello All,
    I am using Oracle 11g R2 on Oracle Enterprise Linux 32 bit.
    I have 2 servers , LinuxActive and LinuxPassive. I am trying to dismount the file system of the datafiles and control files ... from one server and mount it on the other.
    I previously opened a thread here concerning this subject and reached a result that it can be done, now i have questions about the details.
    I have installed Oracle software on both servers where ORACLE_BASE is /u01/app/oracle and ORACLE_HOME is /u01/app/oracle/product/11.2.0/db_1 on both servers.
    I created an orcl database on LinuxActive where all its datafiles, control files, redo logs, flash_recovery_area is on a disk group mounted under /oradata.
    I want to dismount /oradata from LinuxActive and mount it to LinuxPassive and start up the orcl database from LinuxPassive instead of LinuxActive.
    I may need to revert back /oradata to LinuxActive.
    What steps should I do? should I migrate my spfile also to /oradata?
    Should I create an orcl database on LinuxPassive?
    Do I start up my database like i do when i build an Oracle dataguard database ? from a pfile of the old database?
    Regards,
    Edited by: NB on Feb 27, 2012 5:25 PM

    NB wrote:
    Hello All,
    I am using Oracle 11g R2 on Oracle Enterprise Linux 32 bit.
    I have 2 servers , LinuxActive and LinuxPassive. I am trying to dismount the file system of the datafiles and control files ... from one server and mount it on the other.
    I previously opened a thread here concerning this subject and reached a result that it can be done, now i have questions about the details.
    I have installed Oracle software on both servers where ORACLE_BASE is /u01/app/oracle and ORACLE_HOME is /u01/app/oracle/product/11.2.0/db_1 on both servers.
    I created an orcl database on LinuxActive where all its datafiles, control files, redo logs, flash_recovery_area is on a disk group mounted under /oradata.
    I want to dismount /oradata from LinuxActive and mount it to LinuxPassive and start up the orcl database from LinuxPassive instead of LinuxActive.
    What steps should I do? should I migrate my spfile also to /oradata?
    Do I start up my database like i do when i build an Oracle dataguard database ? from a pfile of the old database?
    Regards,Thanks for your detailed information.
    RMAN duplicate will be simpler.
    As you are in 11g, you can perform duplicate from active database.
    Create PFILE in new location,
    Change "CONTROL_FILES" parameter to new mounpoint.
    Perform RMAN duplicate
    In both the cases you have to take care of parameters, DB_FILE_NAME_CONVERT & LOG_FILE_NAME_CONVERT.
    Refer some links
    How to Move/Restore DB to New Host and File System using RMAN [ID 1338193.1]
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#CHDJJBCF

  • Error in Accessing Clustered Essbase Application from one server to another

    We had installed the Foundation services, Essbase and Planning of version 11.1.2.1 on one server and Foundation services and Essbase on another server. Then we created a clustered Application on the first server and configured the second server with the first server's Essbase Cluster. But when we try to connect with the application created within the cluster it throws the following error:
    Error: 1042032: Network Error: Unable to detect ESSBASE server listening on IPv4 or IPv6 network protocols on hostname - [EssbaseCluster-1]

    What Robert is saying is that you need to map your production server in order to see it.
    In your Dev EAS console,
    right-click on Essbase Servers
    select Add Essbase Server
    enter in the connection information
    press OK.
    Please be sure to mark the correct and/or any helpful answers.

  • How to move EP installation from one server to another server

    Hi All,
    we have a EP server installed. Now we have to move this EP instance onto a different machine. The source and target hardwareosDB would be the same.
    Can some one tell me how to do it.
    Is Homogeneous System Copy a solution for this. Or I have to install a new EP instance on the new server and then copy the contents from the old EP instance?
    If I move the EP instance to the new server then will the portal run normally without any error or will i loose it and have to install it again?
    thanks
    PK

    Hi,
    Q1: Is Homogeneous System Copy a solution for this.
    A1: Yes it is, its quick and works good now a days... (one small remark, I don't know if it still is true but System Copy with 6.40 required that the SID of the Source and Destination could not be the same, so if someone can fill me in on that?)
    Q2: Or I have to install a new EP instance on the new server and then copy the contents from the old EP instance?
    A2: Also a solution but, takes a bit more time and when you want a clone then you need to know exactly what was done when installing the inital system.
    Cheers,
    Benjamin Houttuin

  • Script to move data recordings from one server to another automatically

    Hi,
    I have windows server 2003 enterprise edition. The purpose of the server is to record the CCTV footage's and store them on the local hard drive. Currently we are manually copying the recordings to another server using the below script.
    **********ROBOCOPY f:\sourcefolder \\destinationserver\path\  /E /COPYALL /R:1 /W:5 /NP (which is working fine but takes longer time to copy huge files)************
    We want to automate this manual process using scripting (eg. a bat file / powershell script). Kindly suggest on the ways to implement it or how to proceed from here. I am not well versed in scripting and any suggestions would be greatly appreciated.
    Thank you.

    Hi,
    You can stick with robocopy if you're comfortable with it (and it's easy to schedule). Look into the /mon and /job switches:
    http://ss64.com/nt/robocopy.html
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • [Help] Move ECC system from one server to another - Considerations

    Hi Guys
    We currently have two SAP ECC 5.0 Instances over DB2 9.7/AIX 6.1 on a same server (WS01), and now we are splitting this, by leaving Development box on WS01 and moving QA to WS08
    What would you think/recommend the best approach to fulfill this requirement
    Im taking in mind such things like, transport system, RFC connections, Database and SAP Profiles
    What steps would you think are mandatory to have QA system fully working on a brand new server
    Is an option to install an system from scratch on that new server (WS08), and they restore the actual database and perform the post processing steps just like a refresh, and then adding that system to the actual ECC landscape
    Best Regards
    Martin

    > We currently have two SAP ECC 5.0 Instances over DB2 9.7/AIX 6.1 on a same server (WS01), and now we are splitting this, by leaving Development box on WS01 and moving QA to WS08
    >
    > What would you think/recommend the best approach to fulfill this requirement
    >
    > Im taking in mind such things like, transport system, RFC connections, Database and SAP Profiles
    >
    > What steps would you think are mandatory to have QA system fully working on a brand new server
    This process is called "system copy".
    > Is an option to install an system from scratch on that new server (WS08), and they restore the actual database and perform the post processing steps just like a refresh, and then adding that system to the actual ECC landscape
    It's an option but not necessary to first install a full featured system and then "overwrite" the database.
    You can install a new system using the database backup of the original system.
    http://service.sap.com/instguides
    Markus

  • Migrating Application From One Server to Another

    I am trying to migrate an app from our dev environment to our test environment. The app already exists on the test environment. Is there a way to just overwrite what is on the test environment, or do I have to delete or rename the old one. I am using Essbase Administration Service to do the migration.

    I am trying to migrate an app from our dev environment to our test environment. The app already exists on the test environment. Is there a way to just overwrite what is on the test environment, or do I have to delete or rename the old one. I am using Essbase Administration Service to do the migration.

  • Move iOS applications from one ipad to another.

    Hi,
    My name is Bruce and I  have question regarding iOs apps.
    Here is the scenario.
    I recently purchased the 'iPad new'.  I would like to give my ipad 2 to my 2 iKids.
    I have game apps on the ipad 2 which I have d/l (paid games and free games). 
    How can I have the iPad2 retain the games apps? 
    Also, to add confusion, I wish to set up the iTunes allowance feature on the kids iPad2.  This requires setting up an Apple ID for  them.  Would this Apple ID cause the games apps to dissappear since they are tied to my Apple ID?
    Thanks and I look forward to your reply.
    ...Bruce

    Thank you for you reply.  However...
    In most circumstances, the only thing you'll want to share an Apple ID for is App Store purchases. To change that Apple ID, go to Settings » Store and tap on the Apple ID. Then tap "Sign Out" to logout the current Apple ID from the App Store. Then log in with the Apple ID you have used for purchases in the past.
    If I  understand the above correctly, by signing out of the kids Apple ID used when setting up the iPad and using my Apple ID, will it not then d/l all the purchased apps I have made?  I only want to have a select few d/l to the iPad for my kids.  I have many apps which they would not be interested in.  Plus it would clog up their iPad screens with apps they do not need.  So my concern is how to avoid this and only have the select few that they  would want. namely the games apps.  Also once using my Apple ID to d/l apps, what would happen when they change the Apple ID from mine to theirs?  Would the apps dissappear because they do not belong to theirt Apple ID?
    Thanks and I look forward to your reply.
    ...Bruce

  • How to move folders from one server to another serve using unix command

    Hi All,
    How to move the folders from one server to another server using unix command.
    scp -r armops@sjarmprd01:/ARM/scripts [email protected]:/ARM/scripts/
    but it is giving an error like not a regular file .. what it means .. please let me know if any one knows about it
    Thanks
    Sreedhar

    not a regular file .. what it meansProbably you have some fifo (named pipe) files...
    Said that this has nothing to do with database (you should post on some nix forum, for example http://forums.oracle.com/forums/forum.jspa?forumID=135), you may try rsync* command (man rsync).

Maybe you are looking for

  • Can I share one iTunes Library between 2 different Windows Users?

    I'm having syncing issues (discussed in a different post) with using my 2nd Gen Shuffle and 30G iPod video from the same instance of iTunes. Previously I tried creating a 2nd user on my Windows PC and using my Shuffle with another instance of iTunes

  • How to load a .class file dynamically?

    Hello World ;) Does anyone know, how I can create an object of a class, that was compiled during the runtime? The facts: - The user puts a grammar in. Saved to file. ANTLR generates Scanner and Parser (Java Code .java) - I compile these file, so XYSc

  • Installing Photoshop CS3 on a new computer.

    I am about to buy a new PC (old one too slow for Photoshop CS3). As I have already installed CS3 on my old computer, will I have any problem installing it from the same CD on to my new machine? (As CS3 cost more than the computer, I obviously don't w

  • Reading table of SQL server

    Hi, i want to read a table from SQL server, outside of sap. How can i do that, without database connection? I want to do it through webservice but i do not know how to do. Answers will be appreciated immediately. Thanks.

  • Selectable doesn't works for input field

    I wonder that the selectable property doesn't works even for input field in flash 8' I can't see, select, type anything. Is there any reason for it and how can I tackle this issue. But it's not a problem in IE7 and works fine in IE7 even it doesn't d