Dear All,
Today I face a problem to shift the sharepoint farm and site collection from one Server to another I have virtual machines i made the virtual machine copy but i need to change the name of server because my existing and new both machines is a part of network, because of it the server and datbase name has changed and SharePoint stop with the following error:
could not connect with the database.
After the detail study i found the following solution
Here are the fixing points
1) Open the windows command prompt by Start > Run >CMD
2) Locate to following location
C:\cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN
(Note: make sure in my case its 14 directory some time it's 12 or 15 or 16 please make sure the directory name after web server extensions through your local drive)
3. Go to IIS, All Programs>>Administrative Tools>>Internet Information Service (IIS) Manager.
Programs>>Microsoft Office Server >> SharePoint Product and Technologies Configuration Wizard
Today I face a problem to shift the sharepoint farm and site collection from one Server to another I have virtual machines i made the virtual machine copy but i need to change the name of server because my existing and new both machines is a part of network, because of it the server and datbase name has changed and SharePoint stop with the following error:
could not connect with the database.
After the detail study i found the following solution
SQL Server – Error : Fix : SharePoint Stop Working After Changing Server (Computer) Name
(But the orginal URL is not full solution i made the changes in step 3 to work properly)
1) Open the windows command prompt by Start > Run >CMD
2) Locate to following location
C:\cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN
(Note: make sure in my case its 14 directory some time it's 12 or 15 or 16 please make sure the directory name after web server extensions through your local drive)
3) Put the following command
stsadm.exe -o setconfigdb -databaseserver yoursqlserverinstance\sqlusername -farmuser yourdomainName\username -farmpassword yourserverpassword
Remove the Central Administration Collection Site & The Application Pool
4) Rerun the Central Administration Configuration Wizard through
After that you have new site collection ready with Fresh Central Administration
Now you need to make the site collection backup from the existing server and restore here for backup and restore please review my previous blog http://bvs-sharepoint.blogspot.com/2014/01/sharepoint-foundation-2013-site.html
I hope it save your lot of time
Regards
Rashid Imran Bilgrami
CEO Best visualization
Comments
Post a Comment