Thursday, February 7, 2013

Sandboxed solutions (SharePoint Server 2010)

What is Sandbox solutions ?
Sandboxed solutions restrict access to network and local resources to provide greater security and stability. You can use sandboxed solutions for load balancing solutions, for solutions that have not been fully tested, and for deploying user solutions in a hosted environment. Sandboxed solutions run in a separate worker thread so that they cannot access resources that belong to other solutions, and they have limited access to local and network resources

Plan sandboxed solutions (SharePoint Server 2010)

 

Wednesday, February 6, 2013

A SharePoint Disaster Recovery Love Story

Download the free SharePoint Disaster Recovery whitepaper now
SharePoint has a stack of features that impact users, developers and administrators alike. That’s why Sean McDonough and John Ferringer break down SharePoint’s ins and outs in this whitepaper. A Disaster Recovery Love Story is a tissue-worthy tale of SharePoint’s myriad features, and how they can benefit your organization in recovering from disaster when they strike. Download it now, it’s free.
Download the whitepaper now!
Now get the rest of the story with SharePoint backup
Try SharePoint backup for free Full-farm, high-fidelity, granular protection for SharePoint environments.
Easy, self-serve document recovery for site users, lightning-fast file operations, and real-time monitoring of progress and data throughput—nothing saves admins time like SharePoint backup.
Download a free trial now

Sunday, February 3, 2013

Business Data Connectivity connectors are currently enabled in a partitioned environment: SharePoint 2013.


Problem: You could see in SharePoint Health Analyzer rule "Business Data Connectivity connectors are currently enabled in a partitioned environment."
Background:  Business Data Connectivity (BDC) Models containing External Content Types with database, WCF, Web service or custom connectors can be used by tenants to elevate their user permissions. In a partitioned environment, we recommend you disable the Business Data Connectivity connectors.
Reason for error: Business Data Connectivity connectors are currently enabled in a partitioned environment.
Resolution: Disable unwanted connectors by using Windows PowerShell.
To disable unwanted connectors, follow these steps:
1.      Click Start, click All Programs.
2.      Click Microsoft SharePoint 2010 Products.
3.      Click SharePoint 2010 Management Shell.
4.      At the Windows PowerShell command prompt, type the following command, and then press ENTER:
Get-SPServiceApplicationProxy
5.      Note the Business Data Connectivity proxy instance.
6.      You must set the EnableSystemType property to false for each unwanted connector. To do this, at the Windows PowerShell prompt, type the following command, and then press ENTER:
$proxy.EnableSystemType("Connector_type",$false)
Applies to:
·        SharePoint Server 2013 
·        SharePoint Foundation 2013 

Popular Posts

Disclaimer

The opinions expressed on this blog are the personal views of Pratik's SharePoint Blog, and do not represent or reflect the viewpoints or policies of any past, present, or future employer, colleague, or customer, or any other entity. The posts on this blog are provided ‘as is’ with no warranties, express or implied, and confer no rights. Use of information contained within this blog, including specific technical steps mentioned herein, is at your own risk. References to specific software products, processes, resources, or companies do not imply any endorsement.