Change Region of existing HANA instance

Hello,
We are facing the following problem. We have a HANA cloud instance which by mistake we have opened in Asia Pacific region in AWS. The result is that we have increased latency due to the remote location. (We are accessing the instance mainly from Europe). Is it possible to change the region of the AWS instance? Creating a new instance in the new region is not an option since we have performed a substantial amount of work which we do not want to lose.
Nikos

Hello Nikos,
the only way of moving an EC2 instance to another region is:
Create an AMI image of the current EC2 instance running HANA
Once the AMI image is completed, select it and choose the copy option, then select the destination region
Go to the desired region, and Launch a new instance. If you choose "My AMIs" you will see the copied image.
Please note that you'll have to replace/recreate your HANA license in the new EC2 instance.
Let me know if this helps or if you find any issue.

Similar Messages

  • I want to change region format back to Cambodia, but it's dose not exists in format list. So how can I do?

    I want to change region format back to Cambodia, but it's dose not exists in format list. So how can I do?

    There never has been a Cambodia region format for iPhones.  It had to have been set for something else.  Try other available formats such as Vietnam or Laos.

  • Unable to activate or suspend HANA instance

    After activating my HANA instance the status was “not defined”. So I tried to suspend but this also did not work, saying: Operation Suspend failed on step Suspend with message: Action Suspend did not complete in 600 seconds.
      How to continue?

    Hi Michael,
    Your instance stayed in status STOPPING for several hours starting at 7 am PST. This is not an expected behavior so I looked at the AWS Status History and found the following log for Nov 21, EC2 (us-east)
    [RESOLVED] Increased API Error Rates
    6:25 AM PST We are investigating increased API error rates in the US-EAST-1 Region. 
    7:11 AM PST We are experiencing increased error rates for RunInstances and VPC related APIs. Error rates for new launches are also elevated. Existing running instances are unaffected.
    8:31 AM PST 8:30 AM PST We are seeing recovery in API error rates and new launches are succeeding. Some API requests are being throttled with a RequestLimitExceeded error while recovery proceeds. Existing running instances were unaffected.
    8:55 AM PST Between 5:40 AM and 8:35 AM PST we experienced increased error rates for RunInstances and VPC related APIs. Error rates for new instance launches were also elevated. Existing instances were not impacted. The service is currently operating normally.
    This explains the issues you experienced on November 21st.
    Best regards,
    Stanimir

  • Cannot start BW or HANA instances in SAP Management console

    Hi,
    I created instance of "SAP Business Warehouse 7.4 SP5 incl. SAP Business Objects BI 4.1 SP2 on SAP HANA 1.0 SP7". When I'm trying to start SAP BW or SAP HANA instances in "SAP Management console" via remote desktop connection I receive an error message :
    "WebService error: 21 The operation timed out" / "The RPC server in unavailable".
    Any ideas how to fix this?

    Hi,
    See note: 535532
    Mid way through the note it says:
    You can then register the SAP J2EE Engine as a windows-service by using the SAP J2EE Engine Config Tool. Open a command prompt and change to the directory <J2EE Engine installation directory>configtool and run configtool.bat or start this tool via your Start-Menu "Tools->Config Tool" of the J2EE Server entry. Select at the left navigation area of this tool the entry "cluster/ server" the checkbox "Enabled" at the tabstrip "NT Service". Apply these settings by clicking on "File->Apply" at the menu. Do the same with the entry "cluster / dispatcher".
    After you have finished these steps you can register now the J2EE Engine as a windows service.
    Start service.exe, which is also located in the directory
    <J2EE Engine installation directory>configtool. It works with three
    parameters:
    Service.exe u2013install u2013 the service(s) is (are) registered as NT/2000 Service(s). For each specified cluster node, a separate service is generated. All services have startup mode automatic. To start the service(s), open the Control Panel ¨Services folder. Find the service in the list of available services (for example: SAP J2EE Server 1, SAP J2EE Dispatcher 1, SAP J2EE Server 2, and so on). Select it, and choose u201CStartu201D on the right-hand side. No u201CStartup Parametersu201D are needed for the service to run. The system starts the particular J2EE Engine 6.20 node in background mode. It can be used and administered as usual. The only difference is that the server does not run in a console window.
    There may be other notes along these lines.
    You should also check any notes on the setup of SAP in MSCS cluster, as it will contain instructions for registering the services.
    Hope this gives you a pointer in the right direction.

  • Changing regional settings gives error

    Hello,
    When trying to set the regional settings I get the following error:
    The column "column name
    Parent Instance" in the list or library "list name" has been marked for indexing. Please turn off all indexed columns before changing the collation of this site. You may re-index those columns after the collation of the site
    has been changed
    Is there any fix for this?  I don't think it's a good idea to remove indexed system columns such as parent, child instance...How would I re-index those system columns?  We need the currency, date and time to display according to the chosen
    locale.
    Thanks,
    Martin 

    Called MS support and here are the proposed solutions for this problem
    http://community.office365.com/en-us/f/154/t/11887.aspx 
    Please ensure the "Sort Order" option is chosen "General". After that, your "Locale" will be changed successfully.
    Error when you change the locale setting for the SharePoint Online public website
    http://support.microsoft.com/kb/2824721
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/18329838-b3a1-456b-8abe-7c8dbca2e1fd/change-regional-settings

  • Needed() and changed() region function

    Hello,
    I'm studying the basicBoxBlur code that comes as sample in
    PBToolkit. As I'm a beginner in code writing, I have some troubles
    understanding properly the use of needed() and changed() region
    function: are they supposed to simplify the PB calculations, since
    the filter runs even commenting those lines?
    Could you gently provide some more info about their role
    specifically in the basicBoxBlur code?
    I'm sorry if this appears as dummy question, but the my
    personal learning curve is quite steep... (my actual goal is to be
    able to rewrite some sort of Gaussian Blur, Maximum, Minimum and
    Median Photoshop filters, so this is only a initial step toward
    them - I'll be fighting with sorting algorithms later on :)
    TIA,
    Davide Barranca

    Hi Davide,
    I'm really glad you've asked this question. It's a very good
    question. Region functions would be considered one of the more
    confusing, topics with respect to Pixel Bender. Unfortunately, this
    makes it difficult to explain in words, but we'll try anyway.
    The region functions are the mechanism by which you indicate
    to the product your running in (whether it's the toolkit,
    Photoshop, or After Effects) how your filter affects the size of
    the image. Currently, Flash does not support these functions in the
    Pixel Bender source, but you do need to implement the same thing in
    the supporting ActionScript code.
    If you think about a blur or any other convolution type
    filter, you end up sampling a certain window around the pixel in
    order to get the output color. For instance, if you have a blur on
    the X axis that's one pixel in radius, you end up sampling 3 pixels
    for every output: one to the left, the pixel that's at the same
    coordinate as the output pixel, and one to the right of that.
    Simple. If you consider what happens at the edge of the image,
    though, things get more complicated. If you processing the result
    for the very left edge of the output image, say at coordinate
    (0,0), you'll need to sample three pixels, (-1, 0), (0, 0), (1, 0).
    You need to account for the negative values when sampling. There is
    a similar problem on the other edge where you will be sampling at a
    location greater than the output window on the right. This means
    that to produce an output of size 512, you actually need an input
    of size 514 (one extra pixel for the left, and one extra pixel for
    the right). This is what the needed function is calculating. The
    function answers the question: "For an output of size X, what size
    input do I need?" In most cases this will be exactly the same as
    the output, but in some examples, like BoxBlur, this is not the
    case.
    The same thing happens on the output as well. Consider the
    one dimensional box blur with a radius of 1 again. In this case,
    you provide it an input of size X. If we were interested in
    displaying any pixels that had any color at all, we would get an
    output of size X + 2. This is because the edge pixel contribute to
    the coloring of pixels outside of the input dimensions. In other
    words, we would get a non-black pixel at location (-1, 0) because
    the pixel at (0, 0) would be within the radius. This is what gives
    you a smearing of the image outside of its boundaries when you
    apply a blur to it. This is what the changed function is
    calculating. In other words, it asks the question: "If I give the
    filter an input of size X, what sized output would it produce?"
    Again, for most cases, this would be the same as the input
    size. Filters that fall into this category are color corrections.
    Additionally, for convolutions and blurs, the needed function would
    be the same as the changed function. For warps and other
    transformations, this is not the case. The best example of this is
    scaling the image by two.
    When you commented out the region functions, the output image
    became smaller by the blur radius. This was probably not very
    noticeable, but if you made the radius large, you would see the
    difference. Additionally, you are probably asking why we need this
    level of detail in the filter. In most simple examples, no one
    would ever notice this since we often have a single input image and
    execute a single filter on it. However, because these filters can
    be used as a small part of the workflow for professional graphics
    and effects applications, getting these details right is very
    important for the filter to render the correct results in all
    cases.
    Since you asked specifically about the basicBoxBlur sample,
    here's a breakdown. Note that the functions are exactly the same
    code because it's a convolution.
    float2 singlePixel = pixelSize(src);
    This is getting the pixel aspect ratio. One thing I didn't
    mention is the notion of the pixel aspect ratio and the need to
    account for this when calculating the regions (this is the subject
    of another post entirely).
    return outset(outputRegion, float2(singlePixel.x *
    ceil(blurRadius), singlePixel.y * ceil(blurRadius)));
    The next line is increasing the requested region by the size
    of the blur window radius (conceptually expand the single radius
    out to a radius of size blurRadius). We take the ceiling of the
    blur radius in case the radius is a non-integral value.
    I hope that helps clear up any confusion. Please let me know
    if you have any questions or need clarification on any points. By
    the way, I'm very impressed with your list of filters, and I wish
    you the best of luck with the sorting ones.
    Thanks,
    Brian Ronan

  • Changing regional settings site/site collection/farm level

    Went through existing articles. None exactly explains our issue.
    http://social.msdn.microsoft.com/Forums/en-US/18329838-b3a1-456b-8abe-7c8dbca2e1fd/change-regional-settings?forum=sharepointadminlegacy
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/18329838-b3a1-456b-8abe-7c8dbca2e1fd/change-regional-settings?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/en-US/f11bd14c-aa16-4be2-bbc5-df1a1cca54e3/getting-error-changing-regional-settings?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/en-US/4cc28f9e-9036-49aa-80d1-4148670c7266/impact-of-changing-regional-settings?forum=transactsql
    Our issue:
    all sites in the site collection had local regional settings. index columns were in use. in order to change each site regional settings we need to first disable index colums.
    suddenly the farm administrators forced a policy that set all site collection to english regional settings. what happens to sites that were forced to change regional settings.
    we use infopath form based solution and there was strange change in behaviour as a result. but this is not an issue for this thread.
    are index colums still ok after the forced change?
    can we force back the site collection/farm regional settings back to local and all is ok?
    should we disable and enable again all index colums?
    how is it that site change does not allow regional settings change and farm/site collection change allows it?
    thanks in advance!

    Called MS support and here are the proposed solutions for this problem
    http://community.office365.com/en-us/f/154/t/11887.aspx 
    Please ensure the "Sort Order" option is chosen "General". After that, your "Locale" will be changed successfully.
    Error when you change the locale setting for the SharePoint Online public website
    http://support.microsoft.com/kb/2824721
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/18329838-b3a1-456b-8abe-7c8dbca2e1fd/change-regional-settings

  • I want to change regions and buy a UK TV program.  iTunes says my account is set up in the US and I can't do that.  Why not?

    I just spent the afternoon setting up a new Apple ID because Apple told me I can't buy British programming after I found out how to change regions.  Since I had signed up for a season of a program, I had to wait until it downloaded to change regions.  So the new Apple ID is ready to go!  I change regions! I find my program from the UK - Guess what? Apple says my Apple ID is set up for the US so I can't purchase in the UK?  Is there an answer out there?  Somebody help me, please!    Margold

    What country are you in ? You can only buy from your own country's store - to be able to buy from the UK store you will need to be here in the UK with a UK billing address on your account. If you aren't in the UK then you can try requesting that the series be added to you country's store, but ultimately it's the TV company that will have to grant Apple a license to do so : http://www.apple.com/feedback/itunes.html

  • Unable to install essabse11.1.2.1.0 on existing weblogic instance on linux

    I am trying to install essabse11.1.2.1.0 on existing weblogic instance on linux.
    I installed essabse on the same middleware home whare existing weblogic server configured(for OBIEE) Here I am unable to install and configure the weblogic,
    any suggitions how to install and configure essabse on the same weblogic instance?
    Here are some conflicting statements from oracle,Essabse installation guide 11.1.2.1 below.. I am confused to move forward any suggitions?
    1.If you are installing on the same machine on which Oracle Business Intelligence Enterprise
    Edition or Oracle Business Intelligence Publisher are installed, install into two different
    Middleware homes. The products rely on different releases of Fusion Middleware.
    2.Typically, EPM System Installer installs WebLogic Server for you. If you have an existing
    WebLogic Server installation and want to use it instead of the WebLogic Server installed by
    EPM System Installer, note the Middleware home location for the WebLogic Server
    installation. During installation, you must install EPM System products to this same
    Middleware home. If EPM System Installer detects an existing WebLogic Server installation
    in the installation location, it does not install WebLogic Server.

    I had problems when I tried to install both products to the same middleware home, for simplicity I ended up just installing to separate locations.
    I am sure it can be done but I don't think it is so straight forward, hopefully one day the products will link up in a cleaner way. Saying that I only really tried once and maybe I should spent much more time investigating whether it is possible.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • My dvd player will not let me change regions, it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    My dvd player will not let me change regions, it says i have one more chance to change it, then it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    Usually if you have some kind of hardware failure there is some beeping during POST or most motherboards now have LED indicators to produce and error message based on the type of failure
    So if its bad memory, not place properly, mismatched, processor not inserted properly, mismatched voltage or voltage connector not present etc it beeps or generates the error id.
    Power supplies can be tested for failure. There are some walk throughs for testing just them with a switch, paperclip or a jumper (I'd suggest not doing this if you are not familiar with the dangers of electricity).
    Memory can be tested with memory diagnostics programs like Memtest+
    Processors can overheat if the proper precautions have not been taken usually you will get a POST beep or error code for that.
    If the motherboard has no response then do the basics first:
    Check power connectors and power supply. Once you determine that is not the case move on to other items like graphics cards in all the way or memory.

  • Adobe kicks me out right before purchase, says I have to change region. How?

    I just want to buy Photoshop Elements, but adobe will not let me. Right before purchase I am always kicked out, saying I have to change regions, but I cannot find anywhere to do that. I've tried logging in from adobe.no (I am in Norway), but that didn't help either. I can't find anywhere to change regions in my account or profile either.  I tried getting hold of the chat-support, to no luck, I cannot get an answer on email, so I consider this the last try before I find another program. Would really appreciate advice.

    Tell this "friend" and their parents that it is up to them to fix the device or buy you a new one.
    Then as tonefox suggested, find a new friend.
    In the future, your friends keep their hands off your devices... it's not that difficult of a concept.

  • When I try to save changes to an existing file, Acrobat X Standard stops working and closes. How to

    After making changes to an existing pdf, when I select Save from the File menu Acrobat X Standard crashes and closes down. The same scenario happens if I choose Save As and select the same fie name. How do I save changes to an existing document? I can sometimes Save As using a new file name but that does not always work either.

    Please try repairing Acrobat by going to the 'Help' menu > Repair Acrobat.
    Also make sure that Acrobat is updated to the latest release.You can check for updates from the same 'Help' menu > check for updates.
    Regards,
    Ravi.

  • I want to change region but i have 0.70$ i want to remove it , can you help me ?

    i want to change region but i have 0.70$ i want to remove it , can you help me ?

    Contact iTunes Support - http://apple.com/emea/support/itunes/contact.html - and ask them to clear your balance.

  • How can I change the settings of all instances of a particular effect?

    I've applied the same color correction effect to a lot of clips in the timeline. Now I want to fine tune the color correction (same setting for all clips still). How can I change the setting of all instances of the color correction effect without going into each clip manually?
    Looking forward to your thoughts on this!! Go on and save my cold winter editing day ...

    I was first hoping for File> New > Adjustment layer, but it's always greyed out. I thought that would create an adjustment layer, maybe I'm misunderstanding something? Anyway, if I create a black video stump and then right click it and choose "Adjustment layer", it will turn into one, and everything works as it should with that. If the black video become adjustment layer is placed on a video track atop my video, and I add for example color correction to it, it will be applied to the videos below.

  • NW2004s MCOD install not detecting existing Oracle instance

    We are attempting to perform a distributed database installation for
    NW2004s AS-JAVA. We wish to use an existing SAP/Oracle database
    called "JB1" running on Oracle/HP-UX using MCOD. The JB1 database instance
    already contains a functioning NW2004s SAP AS-JAVA system.
    We execute sapinst on the UNIX database host and
    choose a Distributed Oracle DB installation. We enter the SAP SID
    as "PD2" and the database SID as "JB1". However, it appears that
    sapinst is not recognizing that the JB1 instance is already in
    existence.
    In our first attempt, sapinst removed all the redo logs and re-created
    them, then attempted to perform a "CREATE DATABASE" command. This did
    not seem to be the behavior we wanted for simply adding another schema
    for the PD2 system. We restored the JB1 database from backup and are
    now trying to run sapinst again.
    I am seeing entries in the sapinst_dev.log that indicate:
    "Oracle database exist: false"
    Also, it appears from the ora_sql_results.log file that sapinst is not
    correctly connecting to JB1 as sqlplus returns "connected to an idle
    instance".  It appears the subsequent SQL script which selects from V$INSTANCE comes back with no entries which then causes sapinst to think there is no existing JB1 instance.
    The JB1 database is running when we start sapinst and we are able to
    connect as sysdba from the orajb1 account.
    My assumption is that sapinst should not be trying to re-create the JB1
    database and that it is simply unable to detect that it already exists
    and should be doing an MCOD install. Can anyone assist in determining why
    sapinst cannot connect with sqlplus?
    Regards,
    Mike Tarr

    I have determined that if the JB1 database is shut down when I start
    sapinst, then sapinst will attempt to start it and detects the instance
    successfully. Should the existing database not be running when SAPINST is started for an MCOD install? It seems that there is still a problem with SAPINST connecting to the running JB1 instance.

Maybe you are looking for

  • Submit Query(SQL) from a text area from a form

    Hi, I have a form that has a big text area, while users can type in the SQL statement/query. When user click on the button(say Submit). He/She should able to use the SQL query they input to query the tables. In order to implement this, should I creat

  • Initial Load Setup...Potential Big Problem

    Hi All, I think we have a big problem.  I have posted a similiar question before, but answers are confusing to me.  Let me explain our current situation and please comment. 1. We are loading billing documents, thus using VDITM. 2. We have 2 number ra

  • Mass upload contract with "Distribute Contract to Catalog" flag

    I need to mass upload contract to update the flag "Distribute Contract to Catalog" (for srm mdm). What are the options. I don't see any option of that flag in the screen "Change Contracts: Mass Processing"

  • 10g BUG?  WEB-INF vs. web-inf  LINUX

    Hello; I read this was fixed in 10g but it seem to exist still in linux. (Env: RH Linux 7.3, 10g Preview) Create a New Web App (JSP/STRUTS...). Create new JSP in /WEB-INF/untitled1.jsp At this point you can't Compile the project. The error below is c

  • Battery problem MacBook Pro 13" 2012???

    Hello everybody!! I just bought the Macbook Pro 13" Intel Core i5 Non-Retina exactly one week ago. I downloaded coconutBattery 2.8. It says my current battery capacity already dropped down from 5770 mAh (the design capacity) to 5308 mAh. That's 462 m