Can one restore XI 30 on a server with a different servername?

Hi,
We are testing our DRP on a specific server, but the DRP servername differs from the original XI server. Restoring the DB and ABAP instance is easy, but what does one need to change on the J2EE instance to make it work?

hi,
have a look at this note: 757692
maybe it will give you some ideas
Regards,
michal

Similar Messages

  • HT1430 I have an iphone 3GS, I went to back it up / update apps through my itunes. I did this, but a certain app I download wouldn't work on my phone as "my iphone software needed updating". So I did now I can't restore & my phone shows itunes logo with p

    I have an iphone 3GS, I went to back it up / update apps through my itunes. I did this, but a certain app I download wouldn't work on my phone as "my iphone software needed updating". So I did, now I can't restore & my phone shows itunes logo with plug?

    Happy to have been of help. Hope all goes smoothly.
    BTW, for the sake of others who may help you here, it's usually most polite if you mark the post that answered your question as being the one that "solves" it, not your own post. That's how people get points here, if a questioner marks their post as either "helpful" or "solving". It's not an issue for me, but for those just starting out in the forums it may be important to them. See:
    https://discussions.apple.com/static/apple/tutorial/mark.html
    and
    https://discussions.apple.com/static/apple/tutorial/reputation.html
    Regards.

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • I have not been able to download previous purchases since the new update.  I keep getting a message that says this computer is associated with an APPLEID and that I can download previous purchases again in 82 days with a different ID??  I only have ONE ID

    I keep getting a message that says my computer is associated with an APPLE ID??  That I can download previous purchases again in 82 days with a different ID? I don't understand why it wont allow me to download previous purchases?? I never had this problem before the 10.5 update.  I have emailed their help panel numerious times and they never do anything that remedies the problem??  I only have one computer and one ID I just dont understand what the problem is. I use a 3G connection to download music and sometimes the songs are not completely downloaded too and when I cant redownload them its like a waste of money.. I am so discouraged!!! Has any of you had this problem or know what I can do to fix this problem?? Thanks!!!

    Hi Bander Bunny!
    I have a couple of articles that should be able to help you troubleshoot this issue a little further. You may want to try uninstalling and reinstalling iTunes first. This has to be done in a specific manner, and this article can help you do that:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Another option is that you may want to try syncing your iPod nano manually. Here's is an article that pertains to manually managing the content of your iPod nano:
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    It's also possible that this issue resides with your iPod nano. Here is a website that will help you troubleshoot the iPod nano:
    Apple - Support - iPod Troubleshooting Assistants
    http://www.apple.com/support/ipod/five_rs/
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Can i lock an app on my iPhone with a different password than the one i use to lock my phone?

    can i lock an app on my iPhone with a different password than the one i use to lock my phone?

    This should work; one of my e-mail accounts is my own domain through Gmail.  Make sure your username is set to your full e-mail address (like [email protected]) rather than just your username.
    Did you set it up on your iPhone as an IMAP account, or as a Gmail account?  It should work perfectly using the Gmail setting.  It can work as IMAP, but you need to jump through a few hoops to get there.

  • Restoring the backup on other server with different patch level

    Hi Gurus,
    I have one HP-UX B11.31 server which holds ORACLE software with 10.2.0.4 patch level, and I have restored one database with the same patch level from HP DataProtector successfully. Now, I want to restore two node RAC database backup with Oracle Patch level of 10.2.0.2 into the Restore server which is of 10.2.0.4 patch level, the RAC database uses ASM, here are the steps which I am going to follow;
    1. Create a new database with the same schema as like the RAC database in ASM.
    2. Restore & Recover the RAC database backup from Data Protector.
    But, I have one question, can I restore & recover the backup which is in lower grade Oracle software patch level i.e; 10.2.0.2 on a higher grade Oracle software patch level ie; 10.2.0.4 ???
    ?:|
    Even after restoring & recovering can the database will work? PLEASE guide.
    Thanks in Advance.

    Thanks again!!!
    The point of upgrading the database comes when there is already a database and one is upgrading the ORACLE software version and then upgrading the database to its version using the scripts you suggest.
    Here is the scenario where I have to restore and recover a 10.2.0.2 RAC database backup on 10.2.0.4 sotware version,
    *my question is that, whether there will be any conflict of patch version as the Oracle Brain will be of the latest version? Oracle software will successfully restore and recover the database backup with a lower patch version? or it will throw any error when restoring the backup like compatibility unmatched between the software and the backup you are trying to restore & recover?*
    yes the RAC database is in ASM.
    Thanks & Regards

  • SAP Business One 8.8 running on a server with Peer to Peer

    Can SAP Business One 8.8  be install and run in a server with a Peer to Peer Operative system?

    You have more than one Oracle Release on the Server. hence more than one ORACLE_HOME.
    Check which is your default ORACLE_HOME on the server and check which of the homes PERL5LIB environment variable is pointing from both command prompt and in Windows.
    That could explain the funny bahaviour. If you change ORACLE_HOME, that could help.

  • Back up of Macbook Pro OSX 10.6.8 with Time Machine can i restore on a new Pro bought with Lion?

    I'm Backing up my Pro with time capsule
    I wont have access to any mac machine for the next moth where I will buy a new Pro hopefully this will come installed with Lion.
    Can i Restore from this back up across the different platforms?

    Apple has always provided an easy, automated way to do that, and there's no indication they won't with Lion.
    See How do I set up a new Mac from my old Mac or its backups?  The link to Using Setup Assistant on Lion won't be posted until Lion is released, but it will likely be similar to the one for Snow Leopard.

  • Can I set up a ps3 media server with OSX Mavericks with out additional software?

    I cant find any thing on the net about this. Does any one here know how I might set up my PS3 media server with OSX Mavericks with out additional software?

    You might want to consider starting a new discussion. Since this one is marked solved, less people are likely to look at it. You can link to this one.
    Try control - clicking on it and see if you get an open option. If not, go to System Preferences/Security & Privacy/General and set it to 'Allow apps downloaded from' anywhere. For safety, you might want to change it back to something more secure.

  • How can I restore my data from a backup with different Phone name?

    I recently had to restore my iphone which erased all the data. I have a backup of that data in iTunes and I want to restore it to the phone. However when I connected the phone to iTunes the first time after resetting everything, I accidently chose to create a new phone instead of restore settings and data from the backup.
    My question is, how can I restore the iPhone from this previous backup? My iPhone is currently called "untitled playlist" and the backup is called "JC's iPhone".
    Thanks,
    Jeremy
    ps. Sorry for posting twice. Nobody responded the first time, probably because I had a poor subject.

    Jeremy,
    If you restore again, you will be prompted to choose a backup or setup as a new phone again. Then you can just choose your old backup.
    Hope this helps,
    Jennifer B.

  • HT201210 How can I restore my 4s from recovery mode with itunes sign on? I keep getting an error saying "iphone could not be restored. an error has occured"

    Tried updating to iOs 6 on my 4S, now computer pops up error saying , can not restore iPhone due to error. I've tried restarting phone & computer, phone keeps going back to screen with iTunes sign & USB cord.

    my iphone5 having same problem

  • How can one specify that multiple windows open (each with its own web page(s) ) when Firefox starts?

    I am on Firefox 15.0. I would prefer not to open multiple tabs to get multiple web sites up when Firefox is started. Instead, I prefer multiple windows. Some might have one tab, some might have several. For example, one window might have Gmail, another might have several different web pages related to weather, and another might simply have Google, and another Yahoo, and another, Orbitz. Since there may be five or six of these windows, with multiple web pages, perhaps 20 in toal, tabs get cluttered, and I don't prefer them anyway. I have plenty of memory and processing power.
    Interestingly enough, if Firefox crashes, it allows you to restart with the pages it thinks you would want. It would be great to have a Start Firefox option similar to that!

    You can reopen the windows and tabs from the previous session.
    You can also use command line switches with a bash script or a modified Firefox desktop shortcut ant use -new-window -url <URL> to open a page in a new window.
    <pre><nowiki><path to firefox>/firefox -new-window -url <URL1> -new-window -url <URL2>
    </nowiki></pre>
    *https://developer.mozilla.org/en/Command_Line_Options

  • Can Same IDOC be sent to same Receiver with two different Message Mappings

    Hello Experts,
    Wierd doubt but want to confirm from you people.
    Scenario:
    One R/3 Sender
    SAP XI :
    One external Receiver :
    IDOC is sent from R/3 to external receiver via SAP XI.
    One interface has already been developed for the above scenario.
    Now client wants another interface to be developed for the same IDOC. Might be the values would be different for some specific fields.
    Doubt:
    Is it possible to send one similar IDOC to one target system with two different Message Interfaces?
    Ex: Created Message Interface 'A'  and correspoding Message Mapping with an IDOC
          Created Message Interface 'B' and correspoding Message Mappingwith an IDOC
    Values would be different in the IDOC and would be triggered from SAP R/3. Basing on the specific value of a field in the IDOC , can we trigger a different Message mapping for the same receiver?
    I donot see any reason in developing a new interface for the same IDOC but as per the situation mentioned above, can it be done?
    Thank you
    Alex.

    Create two interfaces for target side.
    If you want only one target interface should get data.
    You can use simple interface determination. Use the condition tab and specify the field there but the value should be constant. e.g. if field has value EN it should go to First interface and if Field has value != EN it should go to second interface.
    If you want to divide your message in to both target interfaces.
    Multimapping also can help but only if both of your target interface need idoc data.
    You can use ifexist standard node functions from UDF to choose between the field.
    For multimapping you can go to messages tab in the message mapping and can add interfaces using + sign.
    then when you see the design part you will see two messages.
    Now Start with receiver determination in ID and create one receiver determination for the sender and receiver, this shows you have only one receiver.
    In interface determination you have to choose extended and choose your mapping designed.
    then both your interfaces automatically would appear.
    Create two receiver agreements and one sender agreement.
    thanks
    hemant
    Edited by: Hemant on Aug 28, 2008 12:29 AM

  • My front screen of my iphone 4 is cracked and if I bring it in to be fixed can I replace the front and back glass with a different color?

    I recently dropped my iphone 4 and cracked the front screen if I brought it in to be fixed can I get both the front and back glass replaced with a different color?

    No. They will not. The replacement will be identical to the old one. You always have the option of buying a brand new phone for the full retail price.

  • How can one restore a trashed address book?

    Hi,
    My daughter recently upgraded her iPhone to the version 3.0 software.
    When she finished the upgrade she said that all of the addresses appeared twice.
    She deleted the dups but it appears that that deleted all of the entries...
    Her address book was completely empty... and her mobile me address book was
    also trashed.
    I emailed my address book backup and she installed it but the only relevant addresses
    are family members.
    I seem to remember that iTunes did a 'backup' during the upgrade process.
    Is it possible to 'restore' from the backup ( even though she has replaced contents
    of the address book with my address book data and her address book 'syncs' with
    mobileme)?
    Thanks,
    Jerry

    V.K. wrote:
    Jerry Levan1 wrote:
    Hi,
    My daughter recently upgraded her iPhone to the version 3.0 software.
    When she finished the upgrade she said that all of the addresses appeared twice.
    She deleted the dups but it appears that that deleted all of the entries...
    Her address book was completely empty... and her mobile me address book was
    also trashed.
    I emailed my address book backup and she installed it but the only relevant addresses
    are family members.
    I seem to remember that iTunes did a 'backup' during the upgrade process.
    itunes is not a backup program and doesn't make backups. I don't know what you mean here.
    Is it possible to 'restore' from the backup ( even though she has replaced contents
    which backup? do you have one? or are you talking about mobileme? if you have a backup you can restore AB from it. quit AB and restore the folder /users/username/library/application support/address book. if you don't have a backup there is nothing to restore from and your AB data is gone. I suggest you start backing up to prevent such problems in the future.
    iTunes does have a Backup and Restore option.
    Right click on the iPhone icon in the Devices sidebar that appears when the
    iphone is connected to your mac and a context menu appears where you can choose
    to Backup, Restore and other options.
    Note that there is a 'Restore' Button on the Summary Page also....
    I guess the question is "Does a Backup also backup the Address Book data?"
    Jerry

Maybe you are looking for