Failed to install vertica client 9.1.1 windows server 2012 - vertica

The Vertica Client Drivers 9.1.1 finishes with the message "installation failed".
No additional data about the error, no logs and no messages in the windows system event log.
I'm using Windows server 2012
How to understand the problem?

This is a known issue with Windows Server 2012.
First you need to manually install and enable the .NET Framework 3.5. Then you will be able to install the client drivers.
You can follow this link for instructions on how to install the .NET Framework 3.5 (https://social.technet.microsoft.com/wiki/contents/articles/50892.windows-server-2012-r2-install-net-framework-3-5-feature-offlineonline.aspx). Follow the "Install .NET 3.5 Framework Features on Windows Server 2012 R2 (Online)" instructions.

Related

Microsoft SSIS Connectors by Attunity Version 4.0 NOT showing on Visual Studio 2015

In one of our company meetings with Microsoft we were advised to use Microsoft SSIS Connectors by Attunity Version 4.0 if we extract data from Oracle. We used to extract the data from Oracle using Oracle Provider for OLE DB.
I have tried to install the recommended components without success. I have oracle clients 32 bits (ODTwithODAC122010.zip) and 64 bits (ODAC122010_x64.zip) installed and then I attempted to install SSIS Attunity Connectors as explained on this post. It's supposed that after the installation I would see the components on the SSIS toolbox (Data Flow section) but no matter what I do they simply don't show up.
I can successfully connect to oracle server using the component we have always used.
My SSIS projects target version is SQL Server 2016. Visual Studio 2015 Enterprise. My OS: Windows 10 Enterprise.
I tried to install v4 32-bit version of the attunity connector and it did not work, I also tried to install v3 64-bit version of the attunity connector and the installation failed because I don't have SQL Server 2014 installed only 2016, which is why I'm supposed to use v4 64-bits.
Any advice from anybody who had an issue like this before?
You need both x86 and x64 versions of the Oracle clients.
And you should install both 4.0 and 5.0 x64 (x86 will be added automatically) versions of Attunity connectors.
After that you should be able (almost guaranteed) to see Attunity connectors in the SSIS Toolbox in VS2015.
Hope this helps.

Crystal Reports Installation

I have the following installed on my server
Crystal Reports Basic Runtime for Visual Studio 2008
and
Crystal Reports for .Net Framework 2.0 (x86)
I am moving to a new server. The old server is Windows Server 2003. The new Server is Windows Server 2012 R2 Standard (64 bits)
I want to install the same or equivalent software on my new machine so my software will continue to run. I don't think I need any licenses. Please point me to where I can download the installs
Bob
this is a good poin to start
http://scn.sap.com/docs/DOC-7824
the is ll the type of setup, you need the runtime i think.

How to enable teamcity agent for Build Tools 2013

Im trying to make a build of asp.net mvc 4 application on my teamcity server.
The server is Windows Server 2012 R2. with 64bit OS.
Teamcity version is 8.1 (build 29879).
If I set MSBuild version to MSBuild Tools 2013 agent is incompatible.
The reason is: Unmet requirements: MSBuildTools12.0_x64_Path exists
I made sure I install .net sdk, and as its a Windows Server 2012, .net 4.5 is already installed there (4.5.2 in my case). What should I do to make it work?
Have you installed the Build Tools? They no longer come with the .NET framework, part of Windows or not, but with the Studio or as a standalone installer. Don't forget to restart afterwards.

Deploying to Windows Server 2003

Using visual studio 2013 on a windows 8 machine I created a F# console application. The app runs fine on the dev machine. But when I build a debug release and export it to a windows 2003 server and attempt to run, I continually get the error: not a valid win32 application even though the build configuration is set to "any cpu". Does anyone know how to solve this error? Thanks.
You are probably using .NET Framework 4.5 wich is not compatible with Windows Server 2003.
If you are not using anything from .NET 4.5 you can change on Visual Studio the framework targeted by the application to 4 and then run it on Windows Server 2003.
Also, here is the list of requirements for .NET Framework 4.5
https://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.110%29.aspx

BizTalk Enterprise Single Sign-On Server installation error

I am having some trouble installing BizTalk Server 2010 on my machine. Downloaded the installer from MSDN but run into the issue of:
Showing MessageBox with text: The following platform components failed to install and will need to be manually installed before setup can proceed: Enterprise Single Sign-On Server: Unspecified error Check the log for details. Return Code: 1 === Logging stopped: 09:55:15 17 April 2013 ===
Searching the web hasn't really helped and instead caused a lot of confusion. I have accepted all the defaults when attempting to install but then it complains about needing to install the Enterprise Single Sign-On server manually?
I am using Windows 7.
Anyone else experienced this issue?
Thanks in advance, Onam.
While installing BizTalk 2016, I encountered this error when I installed only the x86 version of Microsoft Visual C++ 2013 and didn't install x64 version on a 64 bit machine.
Once I installed x64 version as well, the error didn't appear and the installation succeeded.
The error/note that appears in the setup/install wizard when the Enterprise SSO feature is selected, is misleading as it only asks to install the x86 version.
However the install guide that lists pre-requisites for the BizTalk, does mention that both x86 and x64 versions of the Microsoft Visual C++ 2010 (or 2013 in case fo BizTalk 2016) Redistributable Package, should be installed.
https://msdn.microsoft.com/en-us/library/jj248697(v=bts.80).aspx
http://www.biztalkgurus.com/blogs/msft-biztalk-integration/biztalk-2013-installation-error-on-windows-server-2012-64-bit/

Resources