tracker issue : CF-4126646

select a category, or use search below
(searches all categories and all time range)
Title:

Installation does not pass the Migration Wizard Window

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Keith Korry / Keith Korry (kkorry)

Created: 03/09/2016

Components: Installation/Config, Installer

Versions: 2016

Failure Type: Non Functioning

Found In Build/Fixed In Build: Alpha_v12 /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem Description:Installation does not pass the Migration Wizard Window.

Steps to Reproduce:Install on Windows Server 2012/2016

Actual Result:Never leaves the Migration Wizard WINDOW

Expected Result:Installation complete, administrator Window.

Any Workarounds:So, in case you have a ColdFusion “Standard” installation or moving to one, then you need to modify the adminconfig.xml within ColdFusion. The location for adminconfig.xml is \ColdFusion9\lib\, \ColdFusion10\cfusion\lib\ and \ColdFusion11\cfusion\lib\ for ColdFusion 9, 10 and 11 and 12 respectively.

Say for example, you would like to migrate from ColdFusion 9 to ColdFusion 11. Here are the steps to be followed:-
1.Navigate to adminconfig.xml and open it with text editor (say notepad).
2.Change the value from “false” to “true” at
 <runsetupwizard>false</runsetupwizard>
 <runmigrationwizard>false</runmigrationwizard> and
 <migratecf9>false</migratecf9>
3.Save the file and restart ColdFusion Service.
4.After restarting the service, you will get the migration wizard. Follow the on-screen instructions to continue.

Happy Migration.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4126646

External Customer Info:
External Company: korrtech
External Customer Name: Keith Korry
External Customer Email: KKORRY@HOTMAIL.COM
External Test Config:

Attachments:

Comments:

Added By: PreRelease User User Name:Keith Korry Note Added: It also happens on a new windows Server 2016 installation. Date Added :2015-11-06 04:14:12.0 Added By: PreRelease User User Name:Keith Korry Note Added: it happens when you uninstall the old version 12 then install the new beta. you have to set all to false <?xml version="1.0" encoding="UTF-8"?> <setupconfig> <runsetupwizard>false</runsetupwizard> <runmigrationwizard>false</runmigrationwizard> <runmxmigrationwizard>false</runmxmigrationwizard> <runsecureprofile>false</runsecureprofile> <migratecf10>false</migratecf10> <migratecf9>false</migratecf9> <setupoptions> <sampleapps>true</sampleapps> <odbc>true</odbc> <enablerds>true</enablerds> </setupoptions> </setupconfig> Date Added :2015-10-27 04:04:33.0 Added By:pnayak Note Added: Keith, Thanks for raising this bug. It is a known issue, and I believe, is listed as such in the KnownIssues list released with the Alpha build. But just to be sure that we are talking about the same issue can you attach the migration, migrationException and installation log. I am assuming that you chose to carry on with the migration and not skip it? What was the older version of CF on your machine (9 or 10)? Date Added :2015-08-24 04:20:58.0 Added By: PreRelease User User Name:Keith Korry Note Added: Entered Bug. Date Added :2015-08-22 01:57:28.0
Comment by CFwatson U.
3621 | March 09, 2016 04:24:41 AM GMT