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
5
votes
2 answers

Using SharePoint leftSide Navigation in SharePoint Custom App

Is it possible to use SharePoint left navigation bar in a "Provider Hosted App". The navigation shown on SharePoint site "PlaceHolderLeftNavBar". Is there any way like some ajax call or REST/CSOM functionality?
sagheer
  • 1,195
  • 1
  • 12
  • 19
5
votes
3 answers

SharePoint Search Component has multiple process and use lots memory?

I'm using sharepoint2013 + windows2012. I noticed that the SP search component has 5 processes in taskmgr. each uses about 400-500 MB memory. Is this normal? I also tried Set-SPEnterpriseSearchService -PerformanceLevel Reduced But it did not change…
urlreader
  • 6,319
  • 7
  • 57
  • 91
5
votes
2 answers

SPAppToken (context token) is null

I have a Sharepoint 2013 on premise environment for which I am developing an provider hosted app using Visual Studio. The Visual Studio project has an app project which contains a custom ribbon button that goes to the web project. The web project…
Marijn
  • 345
  • 5
  • 13
5
votes
2 answers

C# Invalid JSON Primitive Reading from Cookie

I'm using JQuery.Cookie to store a javascript object as a cookie value: var refinerData = {}; // Read in the current cookie if it exists: if ($.cookie('RefinerData') != null) { refinerData = JSON.parse($.cookie('RefinerData')); } // Set new…
user1231748
  • 95
  • 1
  • 4
5
votes
1 answer

Visual Studio 2012: can't connect to sharepoint site

I'm trying to create a simple webpart using Visual Studio 2012 but when I try to validate my Sharepoint Server it says: Cannot connect to the SharePoint site: "url" that the Site URL is valid, that the SharePoint site is running on the local…
Rizwan
  • 63
  • 2
  • 5
  • 10
5
votes
2 answers

Can't Uninstall Sharepoint Application - Invalid State

Our Sharepoint 2013 Application failed to install and is stuck in a odd state. I followed the recommended approach for deleting the application using powershell commands on the hosted Sharepoint server, but it doesn't execute properly. Visual Studio…
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
5
votes
1 answer

SharePoint 2013 restrict usage of Share Point App

I have deployed a SharePoint-hosted application and it is currently visible to anyone who can authenticate to the Share Point site. How can the access/visibility be restricted to just a certain user group?
5
votes
1 answer

breeze.js & SharePoint 2013

I would love to use breeze.js to communicate with SharePoint 2013. As we are starting to write apps for SharePoint, i think that breeze.js will be a great tool. SharePoint uses an ODATA-Api, specs What are the steps i have to take to get breeze to…
Thomas Deutsch
  • 2,344
  • 2
  • 27
  • 36
5
votes
4 answers

Installing AppFabric 1.1 on Windows Server 2012 Giving Error

I am trying to install AppFabric 1.1 on my Windows Server 2012 but it is not installing. it gives error like. AppFabric installation failed because installer MSI returned with error code:1603 The log file that has been created is as follows. …
5
votes
2 answers

Sharepoint 2013 - 404 Not Found while accessing site collection from outside

This question may be a dublicate, but no recent post leads to a working answer for my case. I have a Sharepoint 2013 running on a Windows Server 2012. Following issue appeared: I made a new Site-Collection as wiki. Everything (links,...) works fine…
5
votes
5 answers

The specified task executable "LC.exe" could not be run

I am developing a SharePoint 2013 solution using VS 2012, the solution has a licx file. I get a compile time error and a warning. Error: The specified task executable "LC.exe" could not be run. The filename or extension is too long Warning: The…
5
votes
3 answers

Missing prerequisites in Visual Studio 2012 for sharepoint 2013 development

I am following the Microsoft tutorial for creating my first sharepoint 2013 app. (http://msdn.microsoft.com/en-us/library/fp142379.aspx ) I have installed on a windows 2008 R2 Server Sharepoint 2013 RTM, done all the farm config stuff RTM, and…
5
votes
1 answer

How to delete an item using REST for Sharepoint 2013

I'm creating a Sharepoint App and i am restricted to using Javascript (jQuery included) and REST endpoints. I would like to delete an item from the host using the web app, but i'm getting an error (403: FORBIDDEN). This is the code i have so…
Manuel
  • 10,153
  • 5
  • 41
  • 60
4
votes
1 answer

upload files from sharepoint online to aws s3 bucket

When any file or folder created in a document library in Sharepoint online, then need to upload that file or folder to AWS S3 bucket with the help of Power Automate. Also, if any attachment upload in the Sharepoint online list, then also that…
4
votes
1 answer

Download a specific file from SharePoint (CSOM) using C#

I'm developing a C# based application that requires to download, checkout, upload, check in on a specific file from/to Sharepoint with CSOM. So I have two questions here: Firstly, on download, is there others way to download a specific named file…
johny
  • 65
  • 1
  • 1
  • 5