does windows appfabric require Sql Server Express? - appfabric

I am using the windows platform installer to install AppFabric, it says that SQL Express is required? Can't i use the SQL Server R2? I don't really want to install SQL Express.

No, you absolutely can use full SQL Server with AppFabric. I suspect it's listed as a dependency in the Web PI so it'll install correctly for people who don't have SQL Server installed.

Related

What's the purpose of Installing ODAC while Oracle Server is already installed on the system

I already installed Oracle Server on my System. It also installed the ODBC drivers. I also have .net and c++ application that uses ODBC to connect to my database. My question is do I need to install ODBC on the same system where Oracle Server is already installed with the ODBC driver or no? What's the purpose of installing ODAC.
ODAC isn't a product. Instead, ODAC is a collection of drivers that provide Oracle client connectivity to Oracle.
If you are asked by the Oracle installer software to install a particular Oracle driver, (ODBC, OLE DB or a provider for .NET) then you just need to install whole the ODAC package. ODAC consists of these tools:
The Oracle ODBC Driver
Oracle Developer Tools for Visual Studio
Oracle Data Provider for .NET
Oracle Providers for ASP.NET Oracle Provider for OLE DB
Oracle Services for Microsoft Transaction Server (MTS)

how to deploy oracle application express ( APEX ) in windows server?

how to deploy oracle application express ( APEX ) in windows server ?
any one know about the answer for this question.
you can install Oracle Apex on windows server in the following 2 ways:
If you already have a central database server. You have to install a Java based application server such as: Tomcat, Glassfish or commercial as Weblogic. Then install Oracle Rest Data Services as Apex Integrator. I recommend that you read the following article: https://oracle-base.com/articles/misc/oracle-rest-data-services-ords-installation-on-tomcat
As a second option you would have to install the oracle database in any of its editions for windows platforms and later Install or configure Oracle Application Express (APEX) preferable version 5 or later. you can follow the following link: https://oracle-base.com/articles/misc/oracle-application-express-apex-5-0-installation.
I hope I can be of your help.
Greetings.

Can't install Azure Functions and Web Jobs extension

I have been trying to install the Azure Functions and Web Jobs extension, however installation fails. Looking through the error log it appears that the piece that isn't working is this:
Install Error : System.InvalidOperationException: Installation of Azure Functions and Web Jobs Tools failed. To install this extension please install at least one of the following components: Microsoft Azure WebJobs Tools
I think that the problem is that it is looking for itself with the wrong name (Microsoft Azure WebJobs Tools instead of Microsoft Azure Web Jobs Tools). Is there any way to fix this?
Just had the same problem and the error was not very helpful :( Fixed it by installing the Azure Development "workload" from the Visual Studio Installer. After running the installer, you can choose to modify the installation and add this. It will actually come with the extension you're trying to install, oddly enough, but it will not be the latest version of it.
Here is an image which I hope helps:

sharepoint 2013 installation issue

I have created an Oracle virtual box VM using Windows server 2012 R2 standard OS. Then I installed active directory services using sever manager feature and then I installed SQL server 2012 express edition and installed all prerequisites for SharePoint server 2013. All prerequisites are installed successfully. All the installation done on a single machine. But still I am getting an error while installing SharePoint 2013.
Setup is unable to proceed due to the following error:
Windows server App-fabric is not correctly configured.You should uninstall Windows Server App-fabric and reinstall it using the SharePoint Product Preparation tool.
The sharepoint install disk has an executable named something like prerequisite.exe. Beware though you need to do your install with SharePoint 2013 SP1. SP1 being the key.

Install sqlcmd with SQL Server 2014 unattended?

I want the installer I am writing to install an SQL Server 2014 Express instance, and then immediately execute a command on the server.
I have the Configurationfile.ini working properly and it successfully installs the instance perfectly. But this does not install sqlcmd, which I want to use to execute the command.
Does anyone know if there is a way to either tell the server express installer to install sqlcmd, or if there is a separate installer I can run?
Thanks!
If your looking for SQLCMD for SQL Server 2014, you can download it from this link.