Enterprise Single Sign-On Server: Unspecified error
Always fun to install BizTalk 2013 without installing Visual Studio first. There seem to be so many components in Visual Studio’s installation that make the BizTalk installation easy. But now busy with the production server I am getting the following error. Brace yourself!
Enterprise Single Sign-On Server: Unspecified error
After some digging in the instrallation log I noticed some weird text though (C:/Users/<USER>/AppData/Local):
1 2 3 4 5 6 7 8 9 |
OS Version: 6.1 Build: 7601 Service Pack: 1.0 Suite: 272 Product Type: 3 <BR>[14:30:41 Info] Marking Operation: Install/Installing components/Installing Microsoft Visual C++ Redistributable as Completed in TaskInfo XML <BR>[14:30:41 Error] Microsoft Visual C++ Redistributable: CreateProcess(E:/BizTalk Server/Platform/SSO64/Platform/VCRedist/x64/vcredist.exe "E:/BizTalk Server/Platform/SSO64/Platform/VCRedist/x64/vcredist.exe" /Q) failed. Description: ?°???>?A is not a valid Win32 application. <BR>[14:30:41 Info] Marking Stage: Install/Installing components as Completed in TaskInfo XML <BR>[14:30:41 Info] Showing MessageBox with text: The following platform components failed to install and will need to be manually installed before setup can proceed: Microsoft Visual C++ Redistributable: CreateProcess(E:/BizTalk Server/Platform/SSO64/Platform/VCRedist/x64/vcredist.exe "E:/BizTalk Server/Platform/SSO64/Platform/VCRedist/x64/vcredist.exe" /Q) failed. Description: %1 is not a valid Win32 application. Check the log for details. Return Code: 0 <BR>[14:30:41 Error] d:/bt/87088/private/setup/setup/common/setup/wizard/exe/setup.cpp(1675): FAILED hr = 80004005 |
Notice the weird characters in line 3? The line of the C++ Redistributable package? That seems rather odd. It also says it’s not a valid Win32 application.
Solution
So something seems wrong with that file, the installation ISO is corrupt! And it’s not the first time this happens for BizTalk 2013 BTW. The solution ultimately was to download our enterprise ISO from a different source and install that one. And guess what, after 2 hours of troubleshooting we got a smooth install here! 😐
You could also try to download the C++ Redistributable package and replace it in the installation ISO (or unpacked ISO). But if other files are corrupted as well that would be pretty time consuming.