无法将Web应用程序移动到另一个服务器场 [英] unable to move a web application to another farm

查看:120
本文介绍了无法将Web应用程序移动到另一个服务器场的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想将Web应用程序从另一个服务器场移动到我的服务器场,即sharepoint 2013。我在我的服务器场中有一个应用程序的数据库备份我执行了以下步骤:
$
1-用power shell创建一个web应用程序(因为来自中央管理员已经超时错误并且没有通过增加iis的停止和开始时间)

2-创建Web应用程序后我在sql server 2012中恢复了数据库备份


3-我删除了创建的Web的内容数据库应用程序。

4-我试图将恢复的备份添加为此新Web应用程序的内容数据库,但我遇到了错误:此内容数据库具有此服务器场不支持的架构版本

5-我试过mount命令powershell(Mount-SPContentDatabase" WSS_Content_mydatabase" -DatabaseServer" MS-SQL\SPDB" -WebApplication"http:// sharepointsite:29110 /")并且这个错误出现了$ $ $ b所以我搜索了错误并发现我必须升级数据库但是当我使用PowerShell的这个命令时; Upgrade-SPContentDatabase" WSS_Content_mydatabase"我看到此错误"无法找到内容数据库"

     配置数据库版本:15.0.4667.1000 在服务器场和还原数据库的版本表中的版本,其中versionID为:000.000 是15.0.4569.1000和15.0.4833.1000

因为我是分享点的新手,所以我不知道我该怎么做才能得到任何帮助



I want to move a web application from another server farm to my server farm which is sharepoint 2013. I have a database backup of the application in my server farm I did yhe following steps:
1- create a webapplication with power shell (because from central admin has timed out error and did not fix by increasing the stop and start time of iis)
2- after creating web application I restored a backup of database in sql server 2012
3- I removed the content database of the created web application.
4- I tried to add restored backup as the content database of this new webapplication but I encountered with error : this content database has a schema version which is not supported in this farm
5- I tried mount command in powershell (Mount-SPContentDatabase "WSS_Content_mydatabase" -DatabaseServer "MS-SQL\SPDB" -WebApplication "http://sharepointsite:29110/")and also this error appeared
so I searched the error and found that I must upgrade the database but when I use this command of powershell "Upgrade-SPContentDatabase "WSS_Content_mydatabase"I saw this error"The content database could not be found"
      Configuration database version:15.0.4667.1000  in server farm and the version in versions table of restores database where versionID is :000.000  is 15.0.4569.1000 and 15.0.4833.1000
As I'm new in share point so I don't know how should I do any help would be appreciated


推荐答案

您好,

他们需要检查和完成这些事情。

They are couple of things you need to check and do.

1。您必须检查两个SharePoint服务器的内部版本号。 (中央管理员>系统设置>场中的经理服务器) 

1. You have to check the build number of both SharePoint server. (Central Admin > system settings > Manager server in farm) 

2。您必须在目标服务器上使内部版本号相同 从源服务器。如果他们不一样。然后你安装了一些CU甚至Service Pack。

2. You have to make the build number same on destination server  as of Source server. if they are not same. then you have install some CU or even Service Pack.

3。如果两个服务器上的内部版本号相同在power shell下运行并分享结果。

3. if build number is same on both server. Run below power shell and share the outcome.

Get-SPContentDatabase | ?{


_ NeedsUpgrade - eq
_.NeedsUpgrade -eq


true } | 升级 - SPContentDatabase
true} | Upgrade-SPContentDatabase





这篇关于无法将Web应用程序移动到另一个服务器场的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆