BizTalk 2013 R2 Cumulative update 2 - not installing adapter pack update - biztalk

I'm trying to install the BizTalk 2013 R2 Cumulative update 2.
The BizTalk server part is installing correct, but asking for install pack for BizTalk Adapter Pack x86 and x64. I have already installed the LOB.
Can anyone tell why the CU2 is asking to "insert the Microsoft BizTalk Adapter pack disk and click OK", for the Adapter Pack x86 and x64?

The reason it's asking your for a CD/DVD is because you don't have the installation package for BizTalk 2013 R2 still mounted on your server. I had the same issue, and it stopped asking for a CD when I mounted the BizTalk installation .iso disc image onto the server I was installing the CU pack on. If you connect the installation software to your current BizTalk server, it will show in the DVD drive under My Computer. Re-running the CU installation afterwards will correctly install the updates. This has worked for both CU2 and CU6.

Related

Which are the SAP Crystal Reports Runtime engine for .NET Framework dependencies?

I'm trying to install SAP Crystal Reports runtime engine for .NET framework on a fresh new Microsoft Windows Server 2012 R2 x64 virtual machine. The installation stops with this error:
Error 1904. Module C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BuisinessObjects Enterprise XI 4.0\win64_x64\crtslv.dll failed to register. HRESULT -2147024770. Contact your support personnel.
I have installed different versions of Microsoft C++ Redistributable and still have the error. Searching on Internet and SAP forums, it says that there's some missing dependencies, but nowhere shows wich are the dependencies. What am I missing? Which are the dependencies I need to install?
I was installing the latest version (13.0.21) of SAP Crystal Reports runtime for .NET. So it turns to be that I needed Microsoft Visual C++ 2015 Redistrributable for the SP 21.
I faced the same error "crtslv.dll failed to register. HRESULT -2147024770". Try to install Microsoft Visual C++ 2015 Redistrributable (x86 or x64 depending upon your OS).
Sometime even "Microsoft Visual C++ 2015 Redistrributable" won't install properly if your OS is not updated. (Please update your Os using windows update settings)
Update windows KB2999226 before install Crystal Reports runtime engine for .NET, it works for me.
https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows
SAP Crystal Reports Runtime 13.0.21 and above requires:
Windows 7 with Service Pack 1 or above.
SP1 x86 and x64 can be downloaded here, you need to download and install only: windows6.1-KB976932-X64 or windows6.1-KB976932-X86.
Microsoft Windows Update KB2999226 (require Service Pack 1)
Download x86 here
Download x64 here
Microsoft Visual C++ 2015 Redistributable (require Service Pack 1)
Download x86 and x64 here
Install all of the dependencies and you will get rid of the "failed to register .dll".
More info:
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

BizTalk 2013 R2 installation

While installing BizTalk Server 2013 R2, when I try to check the component "Developer tools & SDK" it appears as an unavailable. I get the message "At least one of the requirements for this option is not installed or it doesn't met"
Could you please tell me why this option is unavailable? Do I need to install any other component before?
I am following the steps that I found at BizTalk 2013 Installation and Configuration – Install and Configure BizTalk Server 2013 (Part 9)
Ok here are all your possible installation scenarios :
You are installing BizTalk Server (whatever version) to make a Build Server =>Then yes you need Visual Studio to be able to install Developer tools & SDK, those packages contains MSBuild & other stuff that enable you to build & deploy an app
You are installing BizTalk Server as a "real" Server (Prod, Integration...) => You don't need developer tools & SDK
You are installing BizTalk Server on a Dev Machine => you are supposed to already have a Visual Studio installed
BizTalk 2013 /2013 R2 Project Templates with Visual Studio 2015
Yes, the Setup of the BizTalk 2013 requires for the feature 'Developer tools & SDK' per default Visual Studio 2012, and the Setup of BizTalk 2013 R2 Visual Studio 2013, otherwise the feature is disabled.
Frustrated with this fact (at work we have now upgraded to VS2015), I now find a way to install the templates under VS 2015 and without an installation of VS2012/ 2013 at the system.
Tool required: Orca to modify the msi.
Files to modify are located in subdir MSI of the BTServer dir of the extracted ISO (make a backup of these files!)
Installations to modify:
Microsoft BizTalk Server.msi and
Microsoft BizTalk Server64.msi
Modifications:
AppSearch-Table: Drop Row for the property 'CSHARP_INSTALLED'
Properties-Table: Add Row, property Name = 'CSHARP_INSTALLED', Value = 'True'
Properties-Table: Set the value of the property 'TargetVsVersion' to '14.0'
Do this for both MSI's, save.
Now, the Prerequirement VS 2012/ 2013 from the files
Setup.xml and
Setup_64.xml must be removed.
Simple remove the entry
<RequiredComponent Name="VS2012"/> or
<RequiredComponent Name="VS2013"/>
from the node
<Feature Name="Development">
DONE!
---EDIT
If someone has a valid RegKey to check if VS215 is installed, the Check in the Setup.xml can rewritten to this. This would be nice and valid
One valid modified Search for a Visual Studio 2015 installation could be:
<!-- language: lang-xml -->
<PlatformComponent _locAttrData="DisplayName" _locID="25" Name="VS2015" DisplayName="Microsoft Visual Studio 2015">
<Detection Type="RegDWORD">
<DetectKey Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\14.0\Setup\Visual Studio 2015 Prerequisites" Value="InstallSuccess" ValueData="1"/>
</Detection>
Visual Studio 2013 is a software requirement for BizTalk Server 2013 R2 Developer Tools and SDK.
More info: Hardware and Software Requirements for BizTalk Server 2013 and 2013 R2

Error in Downloading vs 2012 with web platform installer 5.0

I am trying to download visual studio 2012 with web platform installer 5.0. but it does not install all things and give me error
We're sorry the following product are failed to install.
visual studio 2012 for web(default locale)
This product did not installed successfully.The installation is blocked.
i tried many times but it gives me same error.
I think this problem was due to some virus in my computer
Problem Solved When i tried this:
I Clean my PC with Anti virus
Run Ccleaner
After that when i try to Install software i got successful.

ax 2012 r3 async server installation

getting error of "There is a problem with windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." while installing async server of ax 2012 r3
The SQLCMD utility is required to install Async Server. This utility is typically installed with Microsoft SQL Server. If a version of SQL Server is not installed on the computer where you install Async Server, you can download and install Microsoft Command Line Utilities 11 for SQL Server to meet this requirement.
Microsoft ODBS 11 Driver for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36434
Microsoft Command Line Utilities 11 for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36433

MPI with VS2013

I have a question regarding MPI and in particular if I can run MPI with Visual studio 2013 or 2012 I saw a lot of examples but they all were shown using VS2010 with Microsoft HPC SDK 2008
If any could please tell me what exactly I need to install I would really appreciate it.
Thank you very much,
Regards
The latest version of MSMPI, to my knowledge anyway, is v5 and can be downloaded from this link: http://www.microsoft.com/en-us/download/details.aspx?id=44990
I have been using the HPC pack 2012 R2 and HPC pack 2008 versions so if they didn't change folder names, Microsoft have a tendency to do that, this is how you configure your console C++ application:
(Replace c:\Program files\Microsoft HPC Pack 2012 with your installation folder!)
1) Create a new Win32 console application.
2) Project Properties ->
2a)C/C++-> Additional Include Directories Add c:\Program files\Microsoft HPC Pack 2012\inc
2b)Linker->General-> Additional Library Directories Add c:\Program files\Microsoft HPC Pack 2012\lib\i386 (amd64 if your app is 64bit).
2c)Linker->Input-> Additional Dependencies Add msmpi.lib
Your MPI application should compile now.
Since VS2013 has no MPI debugging, you need to specify mpiexec.exe directly in the debugger tab:
3a)Debugging->Command-> "C:\Program Files\Microsoft HPC Pack 2012\Bin\mpiexec.exe"
3b) Debugging Command Arguments-> $(TargetPath) -n 2

Resources