Colfusion 11 (from 9) updated, new server, need to run as well for compliance testing

Hello

As I improve my two CF 9-11 and my server, from an individual hosted on premise to a cloud solution server based virtual machine.

Current server runs CF9 in production and I can't close it until the Cloud Computing environment is fully configured and tested.

Security audit will not be run on an edition of the trial/developer so that I need to have two server (on prem and cloud) simultaneously with a production version of the CF for a while (2 weeks for example).

Am I allowed (license terms) to do?

If I run the process of upgrading (from CF11 trial/dev edition) on the new server (cloud) using my CF9 series, it will deactivate the license on the other (on prem - CF 9)?

Is there a specific action, I can have 100% that current production server (on prem CF9) will not be affected?


No official response from Adobe is greatly appreciated, as the experience of users welcome!


BR, thanks in advance

Antoine.


This message was edited by: Antoine BAPST - reason: seems no level of ColdFusion is capable of answering this question in general Licensing based on the question, so I moved it (back) to the section "permit".

OK, so after this thread was moved back, I got an answer via twitter.

Seems that I am authorized to maintain the two server during the migration period.

Note that I'm not sure that this answer is 100% authentic but recognized Adobe by @AdobeCare so I'll take it as such.

Tags: ColdFusion

Similar Questions

  • got first code 8024 008 then update new software needs to search for updates, but it will not install failed 11 times

    Mother upgrade and cpu card.  Had to clean install Vist Home Premium for the new configuration to recognize my old HD.  Moved all my files and folders from the old folder to the new installation windows.  Update down loaded and installed more than 100 updates.  Some were unsuccessful.  Installed SP1 and SP2.  Checked today to see if new updates are available, and that's when I got the code.  Second time I tried to check is when he says update windows needs new software to check updates.  Tried 11 times and each time it could not reopen the window update and in the history of its States that it is impossible to install.    Have searched high and low on the site of MS and the web without success.  Any help would be greatly appreciated

    Hello

    1. What is the brand and model of the computer?

    2. What is the security software installed on the computer?

    3. What is the full error message?

    Method 1:

    You can run the fixit from the following link and check if it works:

    The problem with Microsoft Windows Update is not working

    http://support.Microsoft.com/mats/windows_update/

    Method 2:

    Try the steps from the following link and check if it solves the problem:

    Problems with installing updates

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-installing-updates

    Method 3.

    You can update the necessary hardware drivers and check once more.

    Update a hardware driver that is not working properly: http://windows.microsoft.com/en-US/windows-vista/Update-a-driver-for-hardware-that-isn ' t-work properly

    Let us know if it helps!

  • My new boos need ind, ill and photoshop for 3 months for me... that intend to choose

    A client wants to hire me as their only graphic designer in his company, but it will be only for 3 months. This plan will be the cheapest solution for him?

    -Trine best

    For 3 months, it will be ideal to subscribe for special subscription App based on monthly payment, no of annual plan, cancellation charges, in contrast to monthly. Which will automatically expire when the month is over. You can renew your wish.

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

  • OID need to run SNMP queries for the CPU usage, etc. in Win XP

    Hello

    I am unable to get the details (CPU Util, Util Swap) of windows using SNMP (SNMP4j.jar) machine. The SNMP service is running on the Windows XP system target. Where can I find the correct OID for windows XP to retrieve these settings?

    Join the code below:

    Import org.snmp4j.CommunityTarget;
    Import org.snmp4j.PDU;
    Import org.snmp4j.Snmp;
    Import org.snmp4j.event.ResponseEvent;
    Import org.snmp4j.mp.SnmpConstants;
    Import org.snmp4j.smi.OID;
    Import org.snmp4j.smi.OctetString;
    Import org.snmp4j.smi.UdpAddress;
    Import org.snmp4j.smi.VariableBinding;
    Import org.snmp4j.transport.DefaultUdpTransportMapping;

    Configure the Snmp object
    private Snmp snmp = null;
    private UdpAddress targetAddress = null;
    private CommunityTarget target = null;
    ResponseEvent responseEvent = null;

    targetAddress = new UdpAddress (10.101.210.127 + ' /' + 161);

    target = new CommunityTarget();
    target.setCommunity (new OctetString ("public"));
    target.setAddress (targetAddress);
    target.setRetries (2);
    target.setTimeout (60000);
    target.setVersion (SnmpConstants.version2c);
           
    SNMP = Snmp new (new DefaultUdpTransportMapping());
                
           
    SNMP. Listen();

    CPU usage code
       
    Command PDU = new PDU();
    command.setType (PDU. (GET);
    Command.Add (new VariableBinding (new OID(".1.3.6.1.2.1.25.2.3.1.4"))); / / percentage of CPU Idle time//.1.3.6.1.4.1.311.1.7.3.1.6.0
    try {}
    responseEvent = snmp.send (command, target);//.1.3.6.1.4.1.2021.11.11.0
    } catch (Exception e) {}
    System.out.println ("Exception:" + e); e.printStackTrace ();
    }
    If (responseEvent.getResponse () == null) {}
    request timed out
    Returns a null value.
    } else {}
    Response PDU dump
    PDU pdu = (responseEvent.getResponse ());
    Output vector = new Vector();
    Output = pdu.getVariableBindings ();
    int val1 = 0;
    Double CPUMemUtil = 0;
    Dim str As String = null;
    Str = Output.get (0) m:System.NET.SocketAddress.ToString ();
    String [] Spstr = str.split("=");
    Spstr [1] = Spstr [1] .trim ();
    try {}
    val1 = Integer.parseInt(Spstr[1]);
    } catch (Exception e) {}
    System.out.println ("An Exception occurred" + e); e.printStackTrace ();
    }
    CPUMemUtil = (100 - val1);
    String OutputMemUtil = Double.toString (CPUMemUtil);
    System.out.println ("CPU usage" + OutputMemUtil);

    Thanks in advance,

    Souto

    Hello

    Questions like these are much better handled in the TechNet IT Pro Forums.

    My moderator tools cannot transfer messages on Windows forums, please re - ask you question there.

    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

    Jack-MVP Windows Networking. WWW.EZLAN.NET

  • You will need to run the script for some ESX hosts.

    Dear team,

    I m connected to 4 esx host, but I want to run the script only 2 esx host asking you to help me how to do?

    concerning

    Mr. VMware

    You could start the script with the cmdlet Get-VMhost to select only the two hosts that you want to output to. For example:

    Get-VMHost host1, host2. Get - VM

    Displays only the virtual machine running on host1 and host2.

  • R there are certain applications in essbase. How do I know which is unicode and Nonunicode, so that we can migrate to a new server.

    We need to migrate from old to new server, so is there a chance as change properties where we can know wheather the application is unicode or nonunicode, so that we can make similar in the new server applications by using the migration wizard, first by making applications same dummy and then use the wizard to migrate.

    You change the properties in the database and not on the application level, try at the application level.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Apex 4.0 to 4.1 on the new server migration translated application problem

    Hello

    I have a translated application works well on an apex 4.0 Server and want to upgrade to 4.1 using a new server.

    I did what I do normally, export schema and application, and then import the schema and the applications on the new server.

    This does not work for the main application, but it does not work for the translated application.

    If I run the application right after having established import, changes to the login pages between two languages that I use, but when you try to connect with the second language, it gives me the following error (112 is the main language and 113 is the translated application)
    Error     Error processing authentication.
              ORA-06550: line 2, column 37: PLS-00103: Encountered the symbol ".113" when expecting one of the following: ( ; is with authid as cluster order using external deterministic parallel_enable pipelined The symbol ".113" was ignored.
    If I have "seeds" and then "publish" the application in the menu of globalisation so the second language does not work at all (it continues to display the main language in the selection of the translated application).

    I went through a lot of threads and it seems to a problem with the translated applications.

    Is there a valid way to make the translated application work for this migration?

    Teo

    Hello Teo,

    export your 4.0 system XLIFF file development. Also, make sure you import your application with the same application id in the 4.1, otherwise all the internal IDS will move.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • I need to update my server password

    I have a Mac - OS V Yosemite 10.10.3 - and Adobe Dreamweaver CS 5.5.

    Night before last, 06/05/15, I got a warning window in the upper right corner of my Mac that says something necessary to install... those never say what will change.  I gave him.

    Since that time, I have been unable to FTP my files to my remote site:

    Now, I get an FTP error when I tried to access my remote files.

    "An FTP error occurred - cannot establish a connection to the host."  Dreamweaver can connect to the host 'ftp.startlogic.com '.

    I called the server and somehow my password for the server no longer worked (he had worked two days earlier) so my server password has been changed.

    Now, the server supports the person says I need to update my server password to reconnect to the Dreamweaver and I can't understand how to do this in the section management of the Site.

    Never did what I use a third party ftp (much better in my opinion) BUT I guess you could go to the Site > Manage Sites > select the site you want to manage > click on the pencil icon (edit) at the bottom of the places Panel > select servers and set up information in this Panel. If the site already exists in the site Panel, click the pencil to change the setting (I guess for that you have configured this information initially) - choose ftp in the 'Connect' tab drop-down menu "basic" fill in the connection information, take a deep breath and see what happens.

    It is not possible that your server password could change unless this was done manually or with the Web host has changed without informing you, as some do.

    EDITED.

    CS5.5 may be slightly different:

    Site > Manage Site > Select site from list > Edit > advanced > Remote Info > choose ftp from the access drop > fill in the information and make sure you check the box "use passive ftp mode."

  • Moved from AAS db to new server... What the configuration utility options do

    Had to move AAS db to a new server (with another associated Hyperion dbs)

    According to Oracle, I need to run the Configuration utility after the move on the Essbase db server.

    When I run the Configuration utility, I gives me a lot of choices. I checked the installation guide and in vain on the details of what to run.

    So if I just want to have Essbase reassociate itself with the AAS db in a different location the following, which one to pick?

    Essbase Administration Services
    Configure the database
    Register with Shared Services
    Deploy to the application server

    Essbase provider services
    Register with Shared Services
    Deploy to the application server
    Unregister the SSP.

    Essbase Server
    Product
    Register with Shared Services
    And one more (can not see on the screenshot)

    Thank you

    Hello

    It should be

    Essbase Administration Services
    Configure the database

    Make sure that aferwards he has updated all HBRServer.properties

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Licenses to transfer to a new Server 2008 CAL (NOT from Terminal Services) of Server 2003?

    Can I transfer licenses CAL (NO Terminal Service) of the 2003 server to a new Server 2008?

    We are to modernize a client from an old Server 2003 to new hardware Server 2008.
    I was wondering if there re 50 CAL to buy for them, we bought or if we can transfer those from the old server.
    The former will be decommissioned and formatted.
    Please note that I don't want to transfer the CAL of Terminal Server service but rather access normal Server CAL

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • I have windows 98, I'm trying to update to install windows xp from a used cd, I need numbers installion how their

    I have windows 98, I'm trying to update to install windows xp from a used cd, I need numbers installion how their

    The person/company/location that you used CD should have provided you with the numbers of the installation.

    The CD is authentic? http://www.Microsoft.com/piracy/default.aspx

    TaurArian [MVP] 2005-2010 - Update Services

  • How do we install the new update from Windows Update for Windows

    When I go to Windows update, with what he gets to do the updates that I need to install the new Windows Update for Windows Update. I click on install after a few minutes she returned with the same page but with a red shield on the left. Does anyone know what I can do to fix this problem. I was not able to do the updates for a few weeks now.

    Hello
    1. you receive an error message or error code when running Windows Update?
    2 have you made changes on the computer before this problem?

    Follow the methods below:

    Method 1:

    Follow the suggestion mentioned in the article:
     
    You cannot install some programs or updates
    http://support.Microsoft.com/kb/822798
     
    Method 2:

    Run an analysis of auditor of system files on your computer and check for the issue.
    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

    Method 3:

    Download preparation tool system update version of operating system and control accordingly.
    http://support.Microsoft.com/kb/947821
     
    Hope the above information is helpful.
  • Verizon offer security update, but I need a password to accept. I don't remember password even with suspicion. How can I get a new password

    original title: administrator password

    Verizon offer security update, but I need a password to accept. I don't remember password even with suspicion. How can I get a new password

    If you're a Verizon with their helpdesk to get assistance with their password.

  • What is happening with Windows Update you will need to install a new update to check for updates?

    What is happening with Windows Update from 18/01/2016 When I find out Windows Update in Control Panel, he said, with a big yellow sign warning, "install new Windows Update software to check updates. You must first install an update from Windows Update. Your automatic update settings will not change. To install the updated Windows Update will automatically close and reopen. »

    Only Microsoft would think of this UPDATE TO SEE THE UPDATE.

    When you click on install, it starts running AND running and checking for updates and there is no display. It must be download them?

    When I go to shut down the computer, there is a big yellow exclamation on the Start button that says that Windows Update will install updates before its stop point. So it takes a while to stop.

    I also noticed that in Windows Task Manager > process I have an iexplore.exe process * 32 running 120, 600 KB.

    It stopped when I changed the Windows Update option stop the download and installation.

    The computer is running very slow and erratic.

    I just reinstalled Windows 7, so I have to do all the updates.

    Does anyone have the same problem?

    Thank you

    TomS

    Yep, that's how M$ slides 10ware in

    See the note at the bottom of the updates settings page ;)

    M$ has abused more than system update in 2015 and that continues in 2016.

    I usually don't worry about this if updates are they come if not well welcome to 2020 support ended in the beginning

    Do not use Internet Explore / MSE / Windows Firewall / Windows defender

    Find alternatives for all of the foregoing

    Free Panda who has a firewall

    Premium not free malwarebytes, but it has a free version

    Superaitispyware pro, which also has a free version

    Moon pale x 64 bit is quite good with Firefox.

    In the end, you can use a standard account instead of an administrator account and be safer.

    You can still enter a password if you are prompted to run the items that you know are safe.

    Well how did Linux a user to enter a password to do most of the tasks = kind of annoying if: p

    Let junkware M$ at the door, you will be much safer any square meter said ;)

  • RAW files will not open of d610 in cs6 once installation on new laptop need the .dng 8.3 update does not work either

    I installed cs6 on a new computer, but I can not open my raw even files with the dng converter have the 8.3 update raw file?  You pay over $ 600 for a program, it looks that the software company would keep all updates online.  Is that I can copy the folders on my another computer in the folder of adobe on the new cs6?

    You don't need the DNG Converter. CS6 is compatible with Camera Raw up to version 9.1.1 (the latest version with CS6 is compatible).

    Update Camera Raw to 9.1.1 via help > updates in Photoshop or download the 9.1.1 zip file of

    Camera Raw installation of Adobe Photoshop CC and CS6 program

    Once you have completed the installation 9.1.1, you will be able to open files Raw D610 in CS6.

Maybe you are looking for

  • Impossible to check the Plugins since the update to 35.0

    When I go to "Tools" then click on "Add-ons" and then click "Plug-Ins" and then click "Check if Plug-Ins are up-to-date", it goes to Mozilla, check your plug in Page it only sit and rotate the "checking with Mozilla on the status of your plugins." I

  • How can I transfer my photos from a Samsung S6 to a Mac Book Pro?

    How can I transfer my photos from my phone Samsung S6 to my Mac Book Pro

  • Satellite P100 - GPU running hot

    Hey, I am concerned about my graphics card. He performs regularly at 90 degrees Celsius + charge very little or no, even with a cooler pad. The fan physically works particularly well at boot however when using the fan remains at a very low speed and

  • Update iTunes email fraud

    Dear ITunes customer, This is an automated message sent by our security system to let you know that you must confirm your Apple ID account information Your iTunes account has been suspended because we are unable to validate your account information.

  • BRoom1: Admin password lost

    Hi guys! I'm new to the forum and I have a question; I have a DV7-3067nr I've totally forgotten my admin password! Error code is 67929092 I would appreciate any help. Thank you Broom1