B
Brandon P Turner
Hello, everyone. I need to get .Net 3.5 Installed on Windows Server 2012 R2 so that we can install SQL server. I am an admin on the machine. I have researched the crap out of this and have tried the following...
DISM Logs
852 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 The source files could not be found and download failed. Their location can be specified using the /source option to restore the feature. - GetCbsErrorMsg
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed processing package changes with session options - CDISMPackageManager:rocessChangesWithOptions(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed ProcessChanges. - CPackageManagerCLIHandler:rivate_ProcessFeatureChange(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0906)
2015-09-30 08:44:30, Info DISM DISM Package Manager: PID=1996 TID=1852 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
CBS LOGS
2015-09-30 08:44:24, Info CBS Exec: Clients specified using Windows Update.
2015-09-30 08:44:24, Info CBS Exec: Missing files are found during staging attempt, will start WU session for a download.
2015-09-30 08:44:24, Info CBS Perf: Entering stage: Downloading
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:29, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 3, range (0 - 33)
2015-09-30 08:44:29, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: a83b60bd-e2ca-4618-8139-290ac8d9d6ad
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:29, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 36, range (33 - 66)
2015-09-30 08:44:29, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: 1d318ab0-69f9-473e-a853-478a1a9b32d6
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:30, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 69, range (66 - 100)
2015-09-30 08:44:30, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: a5f91ef6-f707-4546-a5fa-28f5d6da2ee3
2015-09-30 08:44:30, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:30, Info CBS No mapping index needs to be stored
2015-09-30 08:44:30, Info CBS Not able to find package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from the cached windows update index. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS This session already attempted mapping cache rebuild, skip.
2015-09-30 08:44:30, Info CBS Failed to find package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from the index with mapping index packages recently rebuilt, [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Failed to get WU category/updateID for package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Failed to get the category and update ID for package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384, component: x86_microsoft-windows-wwfcorecomp.resources_31bf3856ad364e35_6.3.9600.16384_en-us_500319893d2279c3, file: SqlPersistenceService_Logic.sql [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Exec: Missing files are found during staging attempt but failed to download content from WU. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS CommitPackagesState: Started persisting state of packages
2015-09-30 08:44:30, Info CBS CommitPackagesState: Completed persisting state of packages
2015-09-30 08:44:30, Info CSI 00000010@2015/9/30:15:44:30.164 CSI Transaction @0x4995c43430 destroyed
2015-09-30 08:44:30, Info CBS Perf: Stage chain complete.
This tells me what I already know. I made sure all firewalls are off. There is no anti-virus installed. I disable UAC. I am logged in as admin. I ran DISM cleanup and health check to no avail.
What the crap is going on, here? Anyone? Can I just download this from somewhere reputable? I don't have the installation media. Thank you!
Continue reading...
- Checked for the two security updates from MS for .Net 3.5. They have not been and are not installed.
- Tried installing from the GUI
- Tried installing from cmd (elevated): DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
- Tried installing from PowerShell (elevated): Install-WindowsFeature -Name NET-Framework-Core -Source "Windows Update" -Restart:$false -Verbose
- Windows Update gives me the error 800B0001. I can click "Check online for updates" where updates are available. Install all available updates (still do not include two .Net updates noted by MS to cause issues).
- I check Group Policy and disable prem WSUS server. Receive same results.
- Run everything again and check DISM and CBS logs:
DISM Logs
852 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 The source files could not be found and download failed. Their location can be specified using the /source option to restore the feature. - GetCbsErrorMsg
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed processing package changes with session options - CDISMPackageManager:rocessChangesWithOptions(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed ProcessChanges. - CPackageManagerCLIHandler:rivate_ProcessFeatureChange(hr:0x800f0906)
2015-09-30 08:44:30, Error DISM DISM Package Manager: PID=1996 TID=1852 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0906)
2015-09-30 08:44:30, Info DISM DISM Package Manager: PID=1996 TID=1852 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
CBS LOGS
2015-09-30 08:44:24, Info CBS Exec: Clients specified using Windows Update.
2015-09-30 08:44:24, Info CBS Exec: Missing files are found during staging attempt, will start WU session for a download.
2015-09-30 08:44:24, Info CBS Perf: Entering stage: Downloading
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:29, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 3, range (0 - 33)
2015-09-30 08:44:29, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: a83b60bd-e2ca-4618-8139-290ac8d9d6ad
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:29, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 36, range (33 - 66)
2015-09-30 08:44:29, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: 1d318ab0-69f9-473e-a853-478a1a9b32d6
2015-09-30 08:44:29, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:30, Info CBS DWLD:Search is done, set download progress to 10 percent of the current range: current: 69, range (66 - 100)
2015-09-30 08:44:30, Info CBS WU: Following category/update ID no longer exists, refreshing index map. Category: 92c11451-db0c-435c-a5ad-f6fe05f3da6e, UpdateID: a5f91ef6-f707-4546-a5fa-28f5d6da2ee3
2015-09-30 08:44:30, Info CBS WU: WSUS service is the default, URL: (null), Name: Windows Server Update Service
2015-09-30 08:44:30, Info CBS No mapping index needs to be stored
2015-09-30 08:44:30, Info CBS Not able to find package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from the cached windows update index. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS This session already attempted mapping cache rebuild, skip.
2015-09-30 08:44:30, Info CBS Failed to find package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from the index with mapping index packages recently rebuilt, [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Failed to get WU category/updateID for package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Failed to get the category and update ID for package: Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384, component: x86_microsoft-windows-wwfcorecomp.resources_31bf3856ad364e35_6.3.9600.16384_en-us_500319893d2279c3, file: SqlPersistenceService_Logic.sql [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS Exec: Missing files are found during staging attempt but failed to download content from WU. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2015-09-30 08:44:30, Info CBS CommitPackagesState: Started persisting state of packages
2015-09-30 08:44:30, Info CBS CommitPackagesState: Completed persisting state of packages
2015-09-30 08:44:30, Info CSI 00000010@2015/9/30:15:44:30.164 CSI Transaction @0x4995c43430 destroyed
2015-09-30 08:44:30, Info CBS Perf: Stage chain complete.
This tells me what I already know. I made sure all firewalls are off. There is no anti-virus installed. I disable UAC. I am logged in as admin. I ran DISM cleanup and health check to no avail.
What the crap is going on, here? Anyone? Can I just download this from somewhere reputable? I don't have the installation media. Thank you!
Continue reading...