Monday, November 4, 2013

DataConnectionLibrary Feature is Missing in Sharepoint 2013

I am trying to create a Data Connection library in SharePoint 2013 (for use with InfoPath) but the Data Connection Library app does not appear in the list of available apps.
I have already enabled the SharePoint Server Standard Site Collection features in the site collection.
So I found this solution 

You can install the feature by executing the following commands in "SharePoint 2013 Management Shell": 

Install-SPFeature DataconnectionLibrary
Install-SPFeature DataconnectionLibraryStapling
 
That'll make it available on future sites.
You can then enable it on existing sites by executing this command for each:


 
Enable-SPFeature DataConnectionLibrary -url http://siteurl

Related Posts:

  • Sharepoint 2013 create custom callouts Callout pop up is one more UI change in SharePoint 2013. Metro UI was introduced in share point 2013 and one of the new concept is Callouts. This is very light weight Ui that shows item, user inform… Read More
  • Sharepoint 2013 Display Template Useful JavaScript to know when working with SharePoint Display Templates (#SPC3000) With the display templates feature in SharePoint 2013, you can highly customize the look of search using HTML, JavaScript, and jQuery.&nb… Read More
  • Sharepoint 2013 Create Calander overlay The first step is to set up your Calendar with the appropriate metadata Column or Columns so that each event may be categorized. The Calendar has a built-in Category Column; you may wish to use this, or use it with modifi… Read More
  • Display templates to feature new search results in SharePoint 2013 For many versions of SharePoint, you have been able to configure the number of days the new indicator shows up on a document in a library.  For example, here is how a new document is indicated in a document librar… Read More
  • Configure SMTP on Windows Server 2008 Setup and Configure SMTP Server on Windows Server 2008 R2 There has been some confusion about how to setup and configure SMTP on Windows Server 2008 R2. The confusion has arisen due to the SMTP server component not… Read More

0 comments:

Post a Comment