Installer Error while Installing SQL Server Reporting Services - sql-server

I have a Windows 2008 R2 Server 64bit, I have already installed SQL Server 2008 R2 SP2 64bit Enterprise Edition, Which is working fine, without any issues.
Now when I am trying to install Reporting Services I get the following error.
I have googled and got nowhere, any ideas why this is happening, obviously the error messages suggests there is something wrong with the installer but Vendor claims its fine and it should work. Am I missing something? any suggestions any pointers in the right direction is much appreciated. Thank you.
Error Log can see found here Error Log

Related

Internal Error Sql140DatabaseSchemaProvider is not valid while publishing website with SQL Server 2017 database to web server

I have a VPS web server with SQL Server 2017 Web edition (v14.0.3257.3) with the latest updates installed.
I use Visual Studio 2019 and SQL Server 2017 Express (v14.0.3257.3) with the latest updates installed to publish a website with a SQL Server database.
I get this error:
Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql140DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service.
Two days I search for a solution on Google and Stackoverflow but I can't find anything to fix my problem.
On my development machine I installed the latest versions of SMSS and SSDT.
Who can help my in the right direction? Thanks.
I faced the exact same issue today. To resolve this, I installed DACFramwork.msi from this link.
And, instead of looking for SqlPackage.exe in the Program Files x86, I looked for the same inside C:\Program Files\Microsoft SQL Server\150\DAC\bin.
Not fully sure as to how it works, but it worked for me.

New Windows 10 Laptop - Unable to install SQL Server 2012

I'm getting the exact same error message as see in this blog post:
http://shawndowler.com/blog/2012/06/25/microsoft-sql-server-installation-issue-fix/
I ran the SQL Server 2012 setup exe (renamed it to setup.exe it was the expresss edition) as Admin from the command prompt specifying to install the updates prior which exists in my 'C:\Updates' and got the exact same error message as the blogger "An error occurred during the installation of an assembly"
Someone commented it resolved their issue for SQL 2012 in Windows 10 (I'm using express, they didnt specify which version).
Anyone else had issues with SQL 2012 or other installing on Windows 10 complaining about Microsoft.VC80.MCF or similar?
For Windows 10, you need at least SQL Server 2012 Service Pack 2 - RTM version isn't supported. For some reason, it is only mentioned in documentation regarding SQL Server 2014: Hardware and Software Requirements for Installing SQL Server.
Hopefully, with Express edition you can download the correct version with SP already integrated into it. However, it might be wiser to install SP3 instead and save yourself some hassle in the future.

Error with no information when installing SQL SERVER 2012 on Vmware Virtual Server 2008R2

I have a Virtual Windows Server 2008 R2 set up, I downloaded Sql Server 2012 Evaluation Copy. Now when I try to Install the Sql Server it throws an error, No Error message nothing at all just an error window pops up with no information at all.
Can anyone suggest me what is going on and how to fix this? thank you.
This is most likely a damaged ISO file. Try downloading it again.

SQL Server version issue

This Snapshot is the info of SQL Server Management Studio which am currently running.
as you can see its of version 10.50.1600.1
Now when i try to backup a file the below error i get.
So it states that i am having a lower version.
Can you please advice?
Do i have to update? If yes, then how?
Error Snapshot
can you guys please help.
Thanks
Se we have t o explain to a programmer the difference between the management studio and the sql server? THe server does not care what version of management studio you run.
In case you do not know it, all you do when you do a backup is send a SQL command to the server. Management studio does nothing regaring the actual restore.
Check your SQL Server versions and upgrade them to at least 10.50.1600 - which would indicate a 2008 R2 version. You currently run 10.00.2531, which indicates 2008 Sp1.
Btw., all builds are here:
http://sqlserverbuilds.blogspot.com/
And, btw., not applying service packs to a database is gross neglect. There are someimtes interesting issues (queries not working) and you seem to have a habit of never patching your system - both, your management studio as well as your server are service packs behind the current patching level.
Can you please try generating Script with 'Schema and Data' option and executing that on your destination server.

SQL Server Management Studio -> New Query -> "is not a valid win32 application"

I have been using SQL Server Management Studio for years. Yesterday, when I started hitting "new Query", I would get the following error in pop up form:
"is not a valid win32 application".
I did a lot of googling, and I found this:
http://blog.sqlauthority.com/2009/04/30/sql-server-fix-error-is-not-a-valid-win32-application-exception-from-hresult-0x800700c1/
Which is not at all applicable (but I did set all of my application pools in my IIS to allow 32 bit applications on both the server and my client. I'm not sure how that would make any difference and it didn't). I thought maybe it was a problem with VSSHell, but I have been unable to find any valid information to fix it if it is.
I am using Windows 7 64 bit Ultimate.
My colleagues, who connect to the same SQL Server instance, do not have this issue (so it is a problem with my env).
I tried uninstalling and reinstalling.
I tried installing SQL Server 2008 R2 Management Studio (and express version).
I tried installing SQL Server 2005 Management Studio Express.
I even tried the SQL Server 2012 R0 Management Studio. In all, of these, when I click, New Query, I get a pop up that says "is not a valid win32 application".
Please help!
Had the same issue - it turns out one of the MS C Runtime libraries got corrupted somehow. I got the name from the exception details. In my case it was MSVCM80.dll in C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a, that was 0kB.
Once I replaced it with the actual file, all started working again.
My advice is - try to locate the faulty file that SQL Studio is trying to open (in my case the same error happened when I tried to start SQL Profiler, and I could trace the exception details there).
Good luck

Resources