I was able to consistently see this in a build I was doing and don't know if anyone else has seen it.
I'm doing an offline build on a W2K8 SP2 box, installing SP2013 SP1 (media from MSDN) with SS2K12 already installed. Things seem to run smoothly through a number of prereqs until we hit the WCFDataServices area. The system seems to want to look for the version 5.6 (after instaling 5.0), and when it can't find it it tries to look on the 'net, but this being an offline build (and the server I'm running this on doesn't have access to the 'net) it errors out. See below:
*****************************************************************************************************************
Installing Prerequisite Software:
- Net Framework 3.5.1...Already installed.
- Running Prerequisite Installer (offline mode)...........................................................Done.
- Prerequisite Installer completed in 00:04:40.
- SharePoint 2013 "missing hotfix" prerequisites...
- Checking for KB2554876...Already installed.
- Checking for KB2708075...Missing; attempting to install...
- Hotfix file "Windows6.1-KB2708075-x64.msu" found.
- Installing hotfix Windows6.1-KB2708075-x64.msu...Done.
- Checking for KB2567680...Missing; attempting to install...
- Hotfix file "Windows6.1-KB2567680-x64.msu" found.
- Installing hotfix Windows6.1-KB2567680-x64.msu...Done.
- Checking for KB2759112...Missing; attempting to install...
- Hotfix file "NDP45-KB2759112-x64.exe" found.
- Installing hotfix NDP45-KB2759112-x64.exe...Done.
- Checking for KB2472264...Already installed.
WARNING: 2014-11-05 08:26:22 - Error: InternetOpenUrl failed (0X80072EE7=-2147012889)
WARNING: 2014-11-05 08:26:22 - Error: Failed to download WCF Data Services 5.6 installation package, (0X800700B7=-2147024713)
*****************************************************************************************************************
Adding the line to run/execute the 5.6 install in the AutoSPInstallerFunctions.ps1 (InstallPrerequisites function) gets me past this, but it's probably a quick fix.
Has anyone seen this behavior?
Thanks! - M
I'm doing an offline build on a W2K8 SP2 box, installing SP2013 SP1 (media from MSDN) with SS2K12 already installed. Things seem to run smoothly through a number of prereqs until we hit the WCFDataServices area. The system seems to want to look for the version 5.6 (after instaling 5.0), and when it can't find it it tries to look on the 'net, but this being an offline build (and the server I'm running this on doesn't have access to the 'net) it errors out. See below:
*****************************************************************************************************************
Installing Prerequisite Software:
- Net Framework 3.5.1...Already installed.
- Running Prerequisite Installer (offline mode)...........................................................Done.
- Prerequisite Installer completed in 00:04:40.
- SharePoint 2013 "missing hotfix" prerequisites...
- Checking for KB2554876...Already installed.
- Checking for KB2708075...Missing; attempting to install...
- Hotfix file "Windows6.1-KB2708075-x64.msu" found.
- Installing hotfix Windows6.1-KB2708075-x64.msu...Done.
- Checking for KB2567680...Missing; attempting to install...
- Hotfix file "Windows6.1-KB2567680-x64.msu" found.
- Installing hotfix Windows6.1-KB2567680-x64.msu...Done.
- Checking for KB2759112...Missing; attempting to install...
- Hotfix file "NDP45-KB2759112-x64.exe" found.
- Installing hotfix NDP45-KB2759112-x64.exe...Done.
- Checking for KB2472264...Already installed.
WARNING: 2014-11-05 08:26:22 - Error: InternetOpenUrl failed (0X80072EE7=-2147012889)
WARNING: 2014-11-05 08:26:22 - Error: Failed to download WCF Data Services 5.6 installation package, (0X800700B7=-2147024713)
*****************************************************************************************************************
Adding the line to run/execute the 5.6 install in the AutoSPInstallerFunctions.ps1 (InstallPrerequisites function) gets me past this, but it's probably a quick fix.
Has anyone seen this behavior?
Thanks! - M