I have a Proof of Concept using XenDesktop 7.6. I've created a masterimage and I'm trying to spin up a machine catalog using MCS.
It's errorring out with the following:
Error Id: XDDS:E2699DED
Exception:
Citrix.Console.Models.Exceptions.ProvisioningTaskException Image Preparation Finalization Failed
at Citrix.Console.PowerShellSdk.ProvisioningSchemeService.BackgroundTasks.ProvisioningSchemeTask.CheckForTerminatingError(SdkProvisioningSchemeAction sdkProvisioningSchemeAction)
at Citrix.Console.PowerShellSdk.ProvisioningSchemeService.BackgroundTasks.ProvisioningSchemeTask.WaitForProvisioningSchemeActionCompletion(Guid taskId, Action`1 actionResultsObtained)
at Citrix.Console.PowerShellSdk.ProvisioningSchemeService.BackgroundTasks.ProvisioningSchemeCreationTask.StartProvisioningAction()
at Citrix.Console.PowerShellSdk.ProvisioningSchemeService.BackgroundTasks.ProvisioningSchemeCreationTask.RunTask()
at Citrix.Console.PowerShellSdk.BackgroundTaskService.BackgroundTask.Task.Run()
DesktopStudio_ErrorId : UnknownError
ErrorCategory : NotSpecified
ErrorID : ImagePreparationFinalizationFailed
TaskErrorInformation : Terminated
InternalErrorMessage : Image preparation step 'BuildPvdInventory' failed.
DesktopStudio_PowerShellHistory : Create Machine Catalog 'Windows 10 with PVD'
2/23/2016 1:53:04 PM
Get-LogSite -AdminAddress "mypc-xdtc01-phx.mypc.local:80"
Start-LogHighLevelOperation -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -Source "Studio" -StartTime "2/23/2016 8:38:12 PM" -Text "Create Machine Catalog `'Windows 10 with PVD`'"
New-BrokerCatalog -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -AllocationType "Permanent" -Description "Office 2016, SIP SF, HDX Mon, VDA, Receiver" -IsRemotePC $False -LoggingId "d9a7fa06-9097-428b-8a14-747045dc2c52" -MinimumFunctionalLevel "L7_6" -Name "Windows 10 with PVD" -PersistUserChanges "OnPvd" -ProvisioningType "MCS" -Scope @() -SessionSupport "SingleSession"
New-AcctIdentityPool -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -AllowUnicode -Domain "mypc.local" -IdentityPoolName "Windows 10 with PVD" -LoggingId "d9a7fa06-9097-428b-8a14-747045dc2c52" -NamingScheme "XD7-W10-PVD-###" -NamingSchemeType "Numeric" -OU "OU=Windows 10,OU=XD7POC,OU=Devices,DC=mmi,DC=local" -Scope @()
Set-BrokerCatalogMetadata -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -CatalogId 32 -LoggingId "d9a7fa06-9097-428b-8a14-747045dc2c52" -Name "Citrix_DesktopStudio_IdentityPoolUid" -Value "4f22c950-dc00-4b34-843e-59aa88f34898"
New-HypVMSnapshot -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -LiteralPath "XDHyp:\HostingUnits\XD7POC-Win10\Win10-MasterImage-POC.vm" -LoggingId "d9a7fa06-9097-428b-8a14-747045dc2c52" -SnapshotName "Citrix_XD_Windows 10 with PVD"
Test-ProvSchemeNameAvailable -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -ProvisioningSchemeName @("Windows 10 with PVD")
New-ProvScheme -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -CleanOnBoot -HostingUnitName "XD7POC-Win10" -IdentityPoolName "Windows 10 with PVD" -LoggingId "d9a7fa06-9097-428b-8a14-747045dc2c52" -MasterImageVM "XDHyp:\HostingUnits\XD7POC-Win10\Win10-MasterImage-POC.vm\Citrix_XD_Windows 10 with PVD.snapshot\Citrix_XD_Windows 10 PVD.snapshot\Citrix_XD_Windows 10 with PVD.snapshot\Citrix_XD_Windows 10 with PVD.snapshot" -NetworkMapping @{"0"="XDHyp:\HostingUnits\XD7POC-Win10\\V-VDI-XEN.network"} -PersonalVDiskDriveLetter "P" -PersonalVDiskDriveSize 10 -ProvisioningSchemeName "Windows 10 with PVD" -RunAsynchronously -Scope @() -UsePersonalVDiskStorage -VMCpuCount 2 -VMMemoryMB 4096
Stop-LogHighLevelOperation -AdminAddress "mypc-xdtc01-phx.mypc.local:80" -EndTime "2/23/2016 8:53:03 PM" -HighLevelOperationId "d9a7fa06-9097-428b-8a14-747045dc2c52" -IsSuccessful $False
When I click to submit it to Citrix, it comes back that DCHP is not enabled. DHCP is working perfectly and I've tested. I can find nothing else on this error.
Anyone have any ideas?
Thanks
Cliff
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.