Hi, I am setting yup MS dynanic CRM 2016 on a new win 2k12 hyperV viurtual machine, remote sql is 2k12 , DB created, the setup dialog shows grees bars almost at the end except the 1st one is not 1005 finished, a line beneath it indicates "Microsoft.Crm.Tools.Admin.ImportDefaultDataAction".
*************************************************************
Since this morning (almost 9 hours), I fired SQL profiler on gthe sal machine, I see continous activities such as :
exec sp_executesql N'select
"ribboncommand0".RibbonCommandId as "ribboncommandid"
, "ribboncommand0".Entity as "entity"
, "ribboncommand0".SolutionId as "solutionid"
from
RibbonCommandLogicalAsIfPublished as "ribboncommand0"
where
(("ribboncommand0".Command = @Command0 and (("ribboncommand0".Entity is null or "ribboncommand0".Entity = @Entity0))))',N'@Command0 nvarchar(1000),@Entity0 nvarchar(200)',@Command0=N'Mscrm.HomepageGrid.DetectDupes',@Entity0=N'lead'
**********
exec sp_executesql N'SELECT Id, [ScaleGroupId], [SqlServerName] FROM [Organization] WHERE ((([State] = @State0)) ) ',N'@State0 int',@State0=1
.......
........
Opened log file at C:\Users\salam\AppData\Roaming\Microsoft\MSCRM\Logs
I see last line as :
08:28:56| Info| Machine is neither opted into MU nor pending opt-in with MU
08:28:56| Info| MU Service registration status = Not Registered
08:29:02| Info| Do not update Radio clicked -- proceeding with setup without update
08:29:04| Info| Do not update Radio clicked -- proceeding with setup without update
08:29:04| Info| Copying installer files to local directory:
08:29:04| Info| Package: E:\Server\amd64\Server.msi, Options: ADDLOCAL="Installer" INSTALLDIR="C:\Users\salam\AppData\Local\Temp\MSCRM_{9EDA4B7A-618D-4DFF-AEC4-2CA77162139E}" TARGETDIR="C:\Users\salam\AppData\Local\Temp\MSCRM_{9EDA4B7A-618D-4DFF-AEC4-2CA77162139E}" ALLOWRUN=1 PATCH="E:\Server\amd64\Update\Server_KB3121695_Amd64_1033.msp"
08:29:24| Info| Loading bootstrap library C:\Users\salam\AppData\Local\Temp\MSCRM_{9EDA4B7A-618D-4DFF-AEC4-2CA77162139E}\ServerSetup.dll
08:29:24| Info| System requirements have been met. Proceeding with setup.
So, is this normal and should I wait or there is something wrong? In case the 2nd one, what should I do?
Thanks in advance





