The backup file should be restored to a server with version '14.0.0.6117' or later - powershell

I'm trying to restore the SharePoint 2010 portal from one server to another server and using the sharepoint 2010 backup and restore powershell commands. I have take the backup successfully, while restoring I'm getting the following error.
Error:
"Restore-SPSite : Your backup is from a different version of Microsoft
SharePoint Foundation and cannot be restored to a server running the
current version. The backup file should be restored to a server with
version '14.0.0.6117' or later"

Solution:
1) Download the hot fix from this link by register your Email id
http://support.microsoft.com/kb/2597150
2) Extract the file and run the exe
Note: don't run the SharePoint 2010 Configuration wizard during the installation...
3) After successful installation Restart your system.
4) Run SharePoint 2010 Configuration wizard setup.
5) Start the restore operation once again your problem get resolved
Some time you will get rendering error
To resolve this issue go to central administration then open
farm config and start the state service

Related

Microsoft Team Foundation Version Control Windows Shell Extension for VS2019 azure devops server not working

This week our team upgraded from TFS to Devops Server.
I am unable to checkin files using the Microsoft Team Foundation Version Control Windows Shell Extension for VS2019.
Here's what I did.
I re-installed the extension. After some wranging, I got it to connect to Devops server.
At first, I was getting the error "Team foundation server could not connect to the database. Verify that the server that is hosting the database is operational.". I found and edited or deleted files that referenced the old TFS server and rebooted. Then the context menu says "Azure Devops Server". Excellent.
The "workspace..." menu option brings up a window with correct settings.
The "get entire workspace" command works.
The "add..." command works.
But the "checkin...." command does not work. It doesn't post an error. Just nothing happens.
So two question:
Has anyone succeeded in using the shell extension with Devops Server?
Is there a generated log file somewhere that would have whatever is going on?

CanĀ“t restore a database from a backup

I reinstalled SQL Server Management Studio in my computer, then I'm trying to restore all backups.
Unfortunately, I get an error when trying to open one.
What should I do?, How do I set the BackupDirectory in my Settings?
I just installed Sql Server Express 2012 Sp1, and problem solved

I can't restore database from .bak file in SQL Server 2012

When I select the .bak file it is nothing shown in the 'backup sets to restore' area below. This is the newest backup version from hosting server 2012.
If I try restore a few months older .bak file from the same hosting server it works fine.
I am using ms sql 2012 Express.
Microsoft SQL Server Management Studio 11.0.2100.60
Microsoft Data Access Components (MDAC) 6.2.9200.16384
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.10.9200.16660
Microsoft .NET Framework 4.0.30319.18051
Operating System 6.2.9200
I found the same issue and the issue for me was that files were created by another user and permissions were not properly allocated.
Try updating the Login for the SQL Server Service to an Administrator on the box.

SSIS import from Access 2007 fails

ERROR MESSAGE:
Test connection failed because of an error in initializing provider. Unrecognized database format '\nrpi.local\commonData.accdb'
I set up my database and SSIS and everything was working great. However my database was growing and when it got near 100MB i decided to "compress it" The minute I did that my SSIS started to fail 100% of the time and I get the message above.
I have tried using a JET connection, but no luck. I am currently using an ACE OLEDB 12.0
I have tried running SSIS in 32-bit mode, but no luck.
If i pull a backup of the DB before it was compressed everything works again.
Basic Info: Access 2007, Visual Studio 2008 SP1
Any Thoughts?
Download and install the data connectivity componets from Microsoft.
http://www.microsoft.com/en-us/download/details.aspx?id=23734
Then change your provider on the source connection to "Native Oledb\Microsoft Office 12 Access Databse Engine OLEDB Provider"
Also, If your envirnment is 64bit you wont able to use Access as a resource. Go into the properties of your Project and change the Run64BitRuntime property to false in Debugging section and re-try.

Sql Server 2008 R2 Web setup throws application error when starting FixSqlRegistryKey_x86.exe

I have Windows 7 64bit. I had Sql Server 2008 R2 Express installed. I unistalled it and then I tried to install Sql Server 2008 R2 Web. Unfortunatelly on the Setup Support Rules page for 'Consistency validation for SQL Server registry keys' I got 'Failed'. I spent half of a day trying to solve it, but then I assumed that there must be realy something wrong with registry keys and it will be faster just to reinstall Windows.
After formatting the disk and reinstalling Windows 7, rebooting dozen of times I installed all Windows upadtes as well. I also did install some programs like Skype, Thundirbird etc. which has no influence on Sql Server setup.
And then I tried again to install Sql Server 2008 R2 Web. And again an error. A bit different one. Now when the setup is on the Setup Support Rules page I get an error message box with the title "FixSqlRegistryKey_x86 - Application Error" and content: The application was unable to start correctly (0xc000007b). Click OK to close the application. 'Consistency validation for SQL Server registry keys' gets 'Failed' status as well.
My team mate has exactly the same machine as mine. He had no problem with installation (he didnt even need to reinstall Windows).
I run the setup as administrator, from a local folder. I even tried to use the setup files copied from my team mate, for a case if my copy is corrupted. In the setup options I have chosen the 'x64' version.
Any ideas what can be the reason of the problem?
Problem solved.
Someone suggested to me that Web edition should not be installed on Win 7 (just on Windows Server). So perhaps installing a different version would work. My team mate perhaps succeeded acidentially - due to having sql server installed already in express edition... but it is just a guess.
Before I tried to install another edition of SqlServer, I downloaded 2008 Express version and I started the install. From the temporary folder created by the express edition I copied FixSqlRegistryKey_x86.exe file and I had overwritten the problematic file in the Web setup with this file.
I started the setup again. It passed the verification this time. But has crashed on a later point - setup unpacks the installation files to C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2 and runs from it. So I needed to again overwrite the problematic file in this location. Now the installation succeeded.