Questions tagged [sharepoint-2013]

Microsoft SharePoint version 2013

Definition

SharePoint is a collaboration environment that organizations of all sizes can use to increase the efficiency of business processes.

Important changes in SharePoint 2013

  • Cloud App model

  • Development tools enhancements

  • Expanded APIs

  • Database caching, called Cache Service

  • Content-aware switching, called Management

Hardware/software requirements

These can be found on this page on TechNet.

SharePoint Editions

SharePoint has multiple editions available including:

  • SharePoint Standard
  • SharePoint Server
  • SharePoint Enterprise
  • SharePoint Online

Latest releases of SharePoint

  • SharePoint Server 2019
  • SharePoint Enterprise 2019
4860 questions
10
votes
1 answer

SharePoint 2013 Standard vs Enterprise Search

In SharePoint 2013, What are the differences between Standard vs Enterprise Search? And does it comes with different licensing when purchasing the SharePoint 2013 Enterprise version?
Calvin89
  • 194
  • 1
  • 4
  • 15
10
votes
1 answer

Autofac and ASP .Net MVC 4 Web API

I am using Autofac for IoC in my ASP .Net MVC 4 project. Autofac is having some trouble initializing the repository and passing it to the API Controller. I am sure I am missing something in my configuration. Here is the error I get when I navigate…
Moon
  • 33,439
  • 20
  • 81
  • 132
9
votes
3 answers

ChatBot did not work in Web Emulator but work well in Local Bot Framework emulator

I developed the ChatBot that integrates with SharePoint On Premise. When I debug the ChatBot in emulator, it work. But When I debug on Web Emulator in Azure and Website Hosted in Company Website by using DirectLine, it did not work. Does anyone know…
9
votes
3 answers

SharePoint 2013 - Document Library upload c#

I'm trying to upload video using c# to SharePoint 2013 document library, every time the code runs I get a "file not found" exception, it only throws errors with .mp4 files. If I upload a jpg or any other file format for that matter it will work.…
Tony
  • 859
  • 1
  • 7
  • 19
9
votes
2 answers

(401) Unauthorized exception while downloading file from SharePoint

I have generated an access token using OAuth mechanism for SharePoint Online server. I am using this token to create ClientContext using CSOM. While I am able to access all the sites, libraries, and folders seamlessly, I get error The remote…
Saket Kumar
  • 4,363
  • 4
  • 32
  • 55
9
votes
1 answer

Sharepoint: How to show AppendOnlyHistory on a display template in a cross-publishing scenario

The overarching requirement I am trying to implement is to show comments (made on a list, item by item basis). I added the feature on the authoring side by enabling versioning on the list and adding a text field with the option "Append Changes to…
sergio
  • 1,026
  • 2
  • 19
  • 43
9
votes
1 answer

How to send NTLM authenticated post request using jersey?

I am making rest api calls to Sharepoint 2013 using Java. How can I connect to the sharepoint 2013 using jersey rest client? Note: currently I am using apache http components and NTCredentials class Credentials credentials=new…
Sagar Pudi
  • 4,634
  • 3
  • 32
  • 51
9
votes
2 answers

curl request to Microsoft Sharepoint API?

Is there a simple way to use a cURL request to the REST API to access a file on my Sharepoint account? For example curl -i -H "Authorization: Bearer " https://mysharepoint.com/_api/web/Lists I have read all the documentation about…
KJ50
  • 765
  • 1
  • 10
  • 27
9
votes
6 answers

Sign in as different user in SharePoint 2013

I use SharePoint 2013 and I need to change my current user in my SharePoint site. How can I change my current user? How can I add sub menu (sign in as different user) to my menu ?
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
9
votes
5 answers

how to add user to sharepoint list item user field using REST api in sp2013?

I have a basic sharepoint list with people field in it, now I am trying to use rest api to add new list item and trying to set person field to my alias but it is not working and throwing me below error. looks like it is problem with how my user data…
nbojja
  • 1,665
  • 7
  • 28
  • 38
9
votes
7 answers

Connect to SQL Azure containing backend for MS Access Web App

I created a simple web app using MS Access 2013. It simply had one table with sample data in it. The I launched it to my share point. Before we go ahead, I would like to tell you that I am using Office 365 enterprise version where we need to admin…
Vikas
  • 795
  • 1
  • 4
  • 20
9
votes
5 answers

OData substringof or startswith returning all items

I'm trying to filter my results from a Rest Call. $.ajax({ type: "GET", headers: { "Accept": "application/json;odata=verbose" }, dataType: "JSON", url: _spPageContextInfo.webServerRelativeUrl +…
Mark
  • 3,273
  • 2
  • 36
  • 54
8
votes
1 answer

Accept ArrayBuffer in web API (C#) sent in Post request via ajax (Without use of form)

I have a ajax method for uploading file to server . - It sends the ArrayBuffer (Typed array of js from reading a file) to server with 3 more params. Endpoint is written in C# web API application. Here is my C# endpoint - public async…
Sanuj
  • 1,077
  • 1
  • 11
  • 23
8
votes
2 answers

How to manage client context object in seperate class library?

I am trying to create a library(class library) for sharepoint which will have all sharepoint dll to interact with sharepoint server to upload files,documents and create document library and document set. Now this library could be consumed by clients…
I Love Stackoverflow
  • 6,738
  • 20
  • 97
  • 216
8
votes
1 answer

ADFS Single-Sign-On for SharePoint 2013 on-premises, Power BI and custom web app?

Scenario There is one user store, namely an on-premises AD. ADFS provides authentication for SharePoint 2013 and Power BI. The custom web app needs to authenticate users from AD. The web app back-end also requires access to the SharePoint REST…
Suthan Bala
  • 3,209
  • 5
  • 34
  • 59