Tuesday, December 30, 2014

Changing of IP address for the existing SharePoint farm



Changing of IP address for the existing SharePoint farm

Description: Changing of IP address for the existing SharePoint farm is the most common scenario for the SharePoint administrators. What will happen to the farm if change of IP address to existing?

Explanation: Changing of IP address to existing farm will not be break anything with SharePoint. But be sure to consider below while changing the IP.

1.   Change your DNS records to point to the new IP address for all Web Applications
2.   Change the IP addresses for the SQL Server and SharePoint
3.   Check IIS on your SharePoint Server(s) to see if the new IP address is correctly configured for all Web
Applications on all the servers in your farm.

Note: replicating SharePoint VMs and their backend SQL Server VMs is probably not supported due to timer job synchronization/time synchronization issues.
  


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

how to create service application proxy for existing service application (or) Object reference not set to an instance of an object



how to create service application proxy for existing service application (or)
Object reference not set to an instance of an object.

Issue: issue with User Profile service application which was stopped working.

Solution1:Please follow the steps to solve above issue.

1.    you have to delete your service application proxy from central administration -> manage service applications page.

2.    run this on Power shell. this will show you all service applications of your farm

Get-SPServiceApplication

3.    get the name of User Profile Service Application or you can copy name from central admin also.

$upa = Get-SPServiceApplication -Name “User Profile Service Application”

4.    then  need to create new service application proxy.

 New-SPProfileServiceApplicationProxy  -Name “User Profile Service Application Proxy”  -ServiceApplication $upa  -DefaultProxyGroup

Do an IISRESET.

Solution 2:if the above doesn’t fix the issue. Reset the application pool account for Token Service.

 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Monday, December 29, 2014

Migration of search Admin component to different server in the same farm



Migration of search Admin component to different server in the same farm.

Recently one of the farms got some additional servers joined to the farm. The Search Admin was running on a WFE, and we wanted to move search off to some dedicated servers. Here is the Power Shell script for moving Search Admin:

$SSA = Get-SPEnterpriseSearchServiceApplication "Current Search Service App"
$SA = Get-SPEnterpriseSearchAdministrationComponent -SearchApplication $SSA
$SA | Set-SPEnterpriseSearchAdministrationComponent -SearchServiceInstance NewServerName –Force


After moving the Search Admin you’ll want to kick start the crawlers with the following:

Suspend-SPEnterpriseSearchServiceApplication $SSA
Resume-SPEnterpriseSearchServiceApplication $SSA


 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Tuesday, December 23, 2014

December 2014 CU for SharePoint 2010 has been released



December 2014 CU for SharePoint 2010 has been released

The product group released the December 2014 Cumulative Update for the SharePoint 2010 product family.

For December 2014 CU we again have full server packages (also known as Uber packages). No other CU is required to fully patch SharePoint.

Be aware that the December Cumulative Update for SharePoint 2010 is a Post-SP2 hot fix. It is required to have SP2 installed before installing the December CU.

This CU includes all SharePoint 2010 fixes released since SP2. The CU does not include SP2.

Attention: this CU no longer supports SP1! It is required to have SP2 installed for the base product and all installed language packs to install December 2014 CU for SharePoint 2010.

The KB articles for December CU will be available at the following locations 


  • KB 2899585 - SharePoint Foundation 2010
  • KB 2899583 - SharePoint Server 2010
  • KB 2899587 - Project Server 2010
The Full Server Packages for December 2014 CU are available through the following links:


After installing the fixes you need to run the SharePoint 2010 Products Configuration Wizard on each machine in the farm.

Be aware that the SharePoint Server 2010 CU contains the SharePoint Foundation CU.

That means only one package has to be installed for the SharePoint 2010 product family.

Version :  14.0.7140.5000


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

December 2014 CU for SharePoint 2013 has been released



December 2014 CU for SharePoint 2013 has been released

ATTENTION:
Be aware that all Updates for SharePoint 2013 require SharePoint Server 2013 SP1 OR March 2013 PU for SharePoint 2013 to be installed first.

Previous releases of the SharePoint Server 2013 cumulative update included both the executable and the .CAB file in the same self-extracting executable download. Because of the file size, the SharePoint Server 2013 package has been divided into several separate downloads. One contains the executable file, while the others contain the CAB file. All are necessary and must be placed in the same folder to successfully install the update. All are available by clicking the same Hot fix Download Available link in the KB article for the release.

This CU includes all SharePoint 2013 fixes released since RTM. The CU does not include SP1. You can install SP1 before or after installing this CU.

The KB articles for December CU will be available at the following 
   

  • KB 2910945 - SharePoint Foundation 2013 December 2014 CU
  • KB 2910938 - SharePoint Server 2013 December 2014 CU
  • KB 2910911 - SharePoint Server 2013 with Project Server December 2014 CU
  • KB 2899574 - Office Web Apps Server 2013 December 2014 CU
The Full Server Packages for December 2014 CU are available through the following links:


Be aware that the SharePoint Server 2013 CU contains the SharePoint Foundation CU. And the SharePoint Server 2013 with Project Server CU contains Project Server CU, SharePoint Server CU and SharePoint Foundation CU.

Note:

1.Be aware that all Update for SharePoint 2013 require SharePoint Server 2013 SP1 OR March 2013 PU for SharePoint 2013 to be installed first.

2.Previous releases of the SharePoint Server 2013 cumulative update included both the executable and the .CAB file in the same self-extracting executable download. Because of the file size, the SharePoint Server 2013 package has been divided into several separate downloads. One contains the executable file, while the others contain the CAB file. All are necessary and must be placed in the same folder to successfully install the update. All are available by clicking the same Hot fix Download Available link in the KB article for the release.


3.After installing the fixes you need to run the SharePoint 2013 Products Configuration Wizard on each machine in the farm.

4.Be aware that the SharePoint Server 2013 CU contains the SharePoint Foundation CU. And the SharePoint Server 2013 with Project Server CU contains Project Server CU, SharePoint Server CU and SharePoint Foundation CU


Version : 15.0.4675.1000


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

ShareThis

X