For questions completely specific to SharePoint 2013 and **not past or future versions**

learn more… | top users | synonyms (1)

0
votes
1answer
231 views

Sharepoint 2013, how do i programmatic deployment

I have following queries : How do i programmatically deploy Managed Metadata Fields, and associate then to particular Term Set in Store while deployment When I am trying to create List/List ...
0
votes
0answers
650 views

Sharepoint 2013 Search Keyword Query Language (KQL) field value is null or empty

I have a search query, in which i want cenrtain field to return results where its value is empty : (contentclass:sts_listitem OR IsDocument:True) SPSiteUrl:http://sharepoint2013b:41000/sites/Catalog ...
0
votes
0answers
48 views

SDDL error occurs during installation of SharePoint Server 2013 with Project Server 2013

When I want to install SharePoint Server 2013 with Project Server 2013 SDDL error occurs during installation. SharePoint works fine. But Project Server doesn't work. It is very important to us to ...
0
votes
1answer
157 views

403 Error connecting to ODATA via External Content Type with SharePoint

I have a tenant on SharePoint Online (the new 2013 version). In that tenant, I have a Project Online site collection. Project Online hosts a very nice OData endpoint at ...
0
votes
1answer
45 views

CSS and JS files work for admin but not for members and visitors-SP 2013

I have css and js files. They work fine when I access with admin acount but when I access with member and visitor acounts, these files don't work. How can I solve it and why does it happen?
0
votes
1answer
410 views

401 Unauthorized caused by custom master page

just customized a master page for the new SP 2013 Foundation. Deployment, activation etc. works fine (i deploy it using a .wsp built with VS2012) but every time im trying to access my sp-page with the ...
0
votes
1answer
352 views

Creating a Site Collection - Get “Error in resolving user”

I have a SharePoint 2013 environment in a DEV_DOMAIN that was upgraded from SharePoint 2010 COMPANY_DOMAIN should have a trust set up with DEV_DOMAIN. I'm logged into the site as ...
0
votes
1answer
78 views

SharePoint 2013 Website Creation

In SharePoint 2015, how can I create a website that Domain users be able to log in to and see a page with such as tabs Home/New/.../.../... Under home they see some sub tabs as well. I need some ...
0
votes
2answers
577 views

Error occured with Blob Cache in

I am getting the following error in Event viewer, after enabling Blob Cache : An error occured in the blob cache. The exception message was 'The system cannot find the file specified. (Exception ...
0
votes
1answer
303 views

Access SharePoint 2013 data from remote apps using the cross-domain library?

I am follow MSDN article for SharePoint 2013 data from remote apps using cross-domain library. i have selected App-Project as Autohosted and follow same steps with carefully. my App is successfully ...
0
votes
0answers
57 views

Display a custom column in Flat view in sharepoint discussions list

Hi in sharepoint 2013 community site discussions list I have added a custom column. I wanted to display that field in Flat view. Default Flat view in the discussions list can't be edited so I created ...
0
votes
1answer
257 views

External content type based on OData is invisible in SPD2013 (but visible in a web browser)

I am trying to connect external list based on OData to Outlook, I could create it, but can't map its fields to Office Item type because it is invisible in SPD2013. I made screenshots of all the steps ...
0
votes
0answers
188 views

Changing password in SharePoint environment

The password on my SharePoint 2013 VM expired. What is the best practice on changing the passwords to get everything back up and running again?
0
votes
0answers
104 views

Get filter information from List View Web Part using web part connection

Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - ...
0
votes
2answers
112 views

SharePoint 2013 - Cloud Share App error

I am using "Cloud Share" SharePoint 2013 VM and just write a hello world , SharePoint 2013 - Auto Hosted App. While build the solution, i got the below error: Error 1 Error occurred in deployment ...
0
votes
1answer
301 views

WebPart Connection : sending table sends only first page data

I have created a custom WebPart to consume connection(table) from a list view webpart, from list view webpart when i send the table to my custom consumer webpart i get all data from the list, but this ...
0
votes
1answer
294 views

“Access Denied” when attempting to view Excel workbook

After uploading a workbook to a newly created PowerPivot Gallery, attempting to open the uploaded workbook displays: I am logged in as a Site Collection Administrator and have verified that Excel ...
0
votes
1answer
63 views

Sharepoint 365 feature resources bug

After Sharepoint 365 update (end 09.11.2012) resources string in list definition start display as: $Resources:_FeatureId{AC83475A-588E-4876-BB71-24524023F731},FieldSortOrderDisplayName; Field ...
0
votes
0answers
231 views

Access specification for SharePoint 2013 Apps

I am not able to add any app from SharePoint store. Got the below message Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit. How to resolve this error. whats default access ...
0
votes
4answers
153 views

Creating users in the User Profile Service

Background We are currently using SharePoint 2010 and are potentially looking at SharePoint 2013 for an upcoming project. Question The article below suggests that user profiles cannot be created ...
0
votes
1answer
255 views

In sharepoint 15, How do I use the person field in a custom web part?

Sharepoint 2013 gives a pop up when the cursor is kept on top of a users name ( the pop up allows to connect to email, lync, etc) I need to add that field in my custom webpart... Is there any way ?
0
votes
1answer
523 views

The load balancer is not provisioned - BDC Exception in SharePoint 2013

When I click on 'Business Data Connectivity Services' link on 'Manage Service Application' page of Central Administration, I get the following error : "The load balancer is not provisioned. Verify the ...
0
votes
1answer
114 views

Office 365 developer site SharePoint 2013 preview: can't create a new user profile

I use a Office 365 developer site to get acquainted with SharePoint 2013. I try to create a new user profile (Admin\SharePoint\User profiles\New profile). I can see all the fields for the new ...
0
votes
1answer
251 views

Sharepoint 2013: Get url of discussions in Discussions List

Im working on Sharepoint 2013 Community site, Im developing a custom webpart where I filter the discussions and displaying the title of the discussions as a Hyperlink. How can I find the url of the ...
0
votes
0answers
148 views

Sharepoint 2013 extend ContentBySearchWebpart

My Query in Short : I extended ContentBySearchWebpart, so that i could create my custom Query for Search. I modified the DataProviderJSON Property and added my custom QueryTemplate in it. But the ...
0
votes
0answers
81 views

Sharepoint Community site: Display custom field in Discussions List

Hi Im working with Sharepoint 2013 Community site, i have added a custom column in discussions list but when I go to discussions page(Topic.aspx) I cannont view that custom column. Is it possible to ...
0
votes
0answers
241 views

How to send Email using Client Object Model ECMA Script/Javascript?

I want to send Email using Client Object model JavaScript.. I found Somewhere that it is not possible using Javascript but as I am using NAPA Tool for development in SharePoint 2013 this is the only ...
0
votes
1answer
570 views

Unable to deploy my solution in SharePoint 2013

Hi I am using SP2013 stand-alone version. I am trying to deploy a solution in SharePoint 2013, I have successfully added the solution to solution store, but whenever I try to deploy the solution, ...
0
votes
0answers
119 views

Various offerings of SharePoint 2013 with respective to cost reduction?

SharePoint 2010 is used as a primary business collaboration/publishing/tooling platform and it is running on more than 40+ servers(6 different farms), we are paying huge amount as a license cost for ...
0
votes
0answers
57 views

App parts with O365 Dev preview; 405 Error

I am working with a SharePoint hosted app project using VS2012 pointed to my O365 dev preview account. Following this example: ...
0
votes
1answer
186 views

Error deploying SharePoint 2013 app to preview account

I've downloaded some of the sample apps for SharePoint 2013. After changing the site URL, I tried deploying the app to my SharePoint 2013 preview account. After waiting a while (first uninstalling, ...
0
votes
1answer
354 views

SP2013 Remote Event Receivers won't fire on local premises provider-hosted app

I have been trying for nearly a week now to get a remote list item event receiver to fire in SP2013. I have VS2012 RTM installed in Windows 7 (also tried with RC) and I am deploying remotely to a LAN ...
0
votes
0answers
127 views

How to trigger a workflow on all items in a list at same time

I have read that it can be achieved by Iterations in workflows. So, Is there any way one can just iterate through the whole list and do some edit in items which match a particular criteria? Can ...
0
votes
0answers
208 views

Why the SharePoint2013 search does not return all the documents?

When I use the Keyword query search in SharePoint2013 search ,it does not return all the documents within the same document set with EmployeeNumber:13994. How can I customize the results page ...
0
votes
2answers
426 views

How can i create app package for SharePoint 2013 App Catalog by using MSBuild?

I know that I can create an app package in VisualStudio 2012 RC simply by right clicking on App Project and then clicking "Publish". But how I can do the same with MSBuild?
0
votes
2answers
245 views

Will be next SharePoint 13/15 have new deploy features?

Over the past couple of years I've been making solutions for SharePoint Server and always most important problem was the availability of the web-site. Deployment not-sandboxed solution is pain at ...
0
votes
1answer
23 views

SharePoint2013 Search Navigation Web part and query string parameters

Im using Search Navigation web part to navigate to a search result page when user decides to do a scoped search. Im trying to pass all scoped search to the same search result page, instead of ...
0
votes
1answer
95 views

HierarchyTasksList with a custom schema and extra view gives error list not found

I am creating a HierarchyTasksList with a custom schema. When I add an extra view with a BaseViewId="10" or any other not used number I get an error. However when I change the BaseViewId to "1". ...
0
votes
2answers
254 views

Where I can use asp.net MVC with my SharePoint 2013 project

My current situation is as follow:- I have a team with asp.net MVC experience , entity framework, jQuery +SQL server We have built many web applications using the above technologies. Currently we ...
0
votes
2answers
78 views

Is necessary to restart Server/PC while installing the sharepoint server 2013

I am new to SharePoint. I want to install SharePoint Server 2013 on my production server. I want to know during the installation of SharePoint 2013 , a server restart is required or not. Let know ...
-1
votes
10answers
11k views

SharePoint 2013 List of Features and Hardware Requirements?

Does anyone here have the answer to the following SharePoint 2013 related questions? Hardware Requirements Official List of Features and Enhancements Official Beta Release Date Targeted Microsoft ...
-1
votes
1answer
254 views

Why not use Sharepoint 2013 as just a backend for REST / CSOM clients?

This might sound a bit extreme, but now that REST / CSOM API's are more fully featured, why not just write web apps in whatever framework you're comfortable with and utilize the REST / CSOM API's ...

1 12 13 14 15 16