Tuesday, December 23, 2014

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.

Monday, December 22, 2014

SQL Server Setup or Installation Failure Errors



SQL Server Setup or Installation Failure  Errors 

Issue: SQL Server 2008 R2 setup failed with “Error 1406. Could not write value to key \SOFTWARE. System error. Verify that you have sufficient access to that key, or contact your support personnel”

Run setup as Administrator
Make sure Administrator has full control on the registry key reported in the error.
This issue can happen, if there are any kind of virus/adware/malware/Addons on the system. Scan the system and fix any such issues.
There is a connect bug raised for the same, please check of there are any latest updates.

https://connect.microsoft.com/SQLServer/feedback/details/998266/could-not-write-value-to-key-software-verify-that-you-have-sufficient-access-to-that-key-or-contact-your-support-personnel

Issue: Error 997. Overlapped I/O operation is in progress during SQL Server installation

– Check the account with which you logged on to the server, make sure it is not a account with temporary profile.
– Run the Setup locally on the server and make sure you run the setup, by right-clicking on the Setup file and choose Run-As-Administrator.
– Disable any Anti-virus and reboot the server.
– Check for any problems with the disk drive where you are installing SQL Server files.


Issue: Invalid license data. Reinstall is required Error while trying to connect to SQL Server Management Studio (SSMS)

– Try to repair the SQL Server shared components(If you cannot launch the setup from control panel, use the Setup.exe from setup media.
– After repair, if it SSMS still fail with the same error, then uninstall Visual Studio 2010 or 2012 and then attempt the repair of the shared components again.


 


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.

Microsoft® SQL Server® 2012 Service Pack 2 (SP2)



Microsoft® SQL Server® 2012 Service Pack 2 (SP2) 

Download SP2  for SQL 2012 from Below link.

http://www.microsoft.com/en-my/download/details.aspx?id=43340 


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.

Sunday, December 21, 2014

How to change the session timeouts in SharePoint sites

How to change the session timeouts in SharePoint sites

SharePoint  allows you to set timeout of the user session so that your users are logged out after certain time of inactivity. Also, SharePoint allows you to configure the timeout for the current page state to expire. This is handy for forms which have to be filled within certain period of time before they expire.
Alternatively, if you want to extend the timeout – you can do that.

let’s take a look at how you can expire page content after a given time using Power Shell:

Open SharePoint Management Shell as administrator and execute the following:
$SPSite = Get-SPSite("[your site collection]")
$webApp = $SPSite.WebApplication
$webApp.Enabled = $true
$webApp.Expires = $true
$webApp.Timeout = New-TimeSpan -Hours 2 -Minutes 30
$webApp.Update()

This will effectively enable expiration and set page content to expire after users leave it hanging for over 2 hours and 30 minutes.

if you’re using claims authentication and would like for your provider to expire sessions after certain period of inactivity, here is how to do that with Power Shell:

$sts = Get-SPSecurityTokenServiceConfig
$sts.UseSessionCookies = $true
$sts.LogonTokenCacheExpirationWindow = New-TimeSpan -Minutes 5
$sts.Update()

This will set our logon expiration to 5 minutes.


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.

Sunday, December 14, 2014

Add, edit, or delete custom properties in SharePoint Server 2013 user profiles



Add, edit, or delete custom properties in SharePoint Server 2013 user profiles
 

The Manage Profile Service page of a User Profile service application in SharePoint Server 2013 is a central location for managing available user profile properties and creating new properties. For more information, see Overview of the User Profile service application in SharePoint Server 2013.

You can supplement default user profile properties with additional properties to track key information that is not otherwise available. Key business needs might encourage you to create new properties that associate users with important business processes. For example, a sales department can create a specific sales role property to share with a particular audience or audiences. Custom user profile properties can be edited to better suit business needs or they can be deleted when no longer needed.

The Manage Profile Service page cannot be accessed until an instance of a User Profile service application exists. You can use the SharePoint Central Administration website to create and manage User Profile service applications and other service applications for non-hosted environments. (For hosted environments, you do this on the Tenant Administrator page.) You can delegate administration of a User Profile service application to someone who does not have permissions to manage other services or settings contained in Central Administration. For more information, see Delegate administration of User Profile service applications in SharePoint Server 2013

Reference MS Article: http://technet.microsoft.com/en-us/library/cc262327%28v=office.15%29.aspx

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