0
votes
0answers
8 views

inserting into a multi choice managed meta data column using lists.asmx

Guys i have a problem when inserting an item into a list with a multichoice taxonomy column. I can insert terms that are already in the taxonomyhiddenlist but i cant get it to add terms that are not ...
0
votes
0answers
17 views

configure claims authentication in Sharepoint Which has configurd in 2 different servers

am trying to implement claims based authentication in sharepoint which is configured in 2 different servers. previously it was in one server.. its worked fine with custom STS provider. now i ...
1
vote
1answer
36 views

How to access SharePoint server 2013 or Office 365 from iOS application?

I am new on share point web services implementation for ios. I read many forms and documentations and working with following code but not getting the expected output. -(IBAction)invokeService ...
0
votes
1answer
28 views

migrate from sharepoint 2007 too Sharepoint 2013

we have different business divisions and each division has its ecommerce site hosted as webpart in sharepoint 2007. We also have product/adv images/documents in sharepoint. we want to migrate from ...
1
vote
0answers
236 views

Sharepoint 2013 Client Object Model file larger than 2 Mb exception

I am new to Sharepoint and Client Object model. I am stuck with a problem and not been able to fix the issue. I want to upload files more than 10 MB using Client Object Model in Sharepoint 2013. I get ...
0
votes
0answers
105 views

Code blocks are not allowed in custom master page in SharePoint 2013

I had migrated a SharePoint 2010 web application to SharePoint 2013 and running in compatible mode. i have a SharePoint designer modified master-page which is saved in content database. i had some ...
0
votes
0answers
35 views

Common Library in Sandbox Solution SharePoint 2013

We have a solution structure like: Project 1 (Sandbox) Project 2 (Farm) Project 3 (Common Library, dll) Both Project 1 and Project 2 are using the Project 3 output dll for some functionality. ...
-2
votes
1answer
31 views

Destination Path of files in sharepoint 2013 [closed]

In sharepoint 2013, I don't know the destination of a file when I upload shared documents.So, if you know where it is exist,please help me.
0
votes
0answers
15 views

I want to know what would be the hierarchy in which web parts will load when the page loads

Suppose I have 4 web parts on my wiki page.I want to know what would be the hierarchy in which web parts will load when the page loads.
0
votes
2answers
95 views

How to deploy a feature to Web Application level

I have a SharePoint 2013 solution project (built in VS2013) that contains a feature set to WebApplication level with an event receiver that has no code at all (just for testing purposes). When I set ...
6
votes
1answer
180 views

Custom Sharepoint Workflow throwing “WinWF Internal Error, terminating workflow” error

I recently migrated a Sharepoint 2010 site to Sharepoint 2013, since then my customized workflows developed in Visual Studio that works perfectly for 2 years without a glitch suddenly after the ...
0
votes
1answer
240 views

Sharepoint Online adding a list item using client object model

I have used Javascript and sharepoint client object model to add a list item to a list. I am working with a sharepoint 2013 online public site. I have a content editor with the following javascript ...
1
vote
1answer
94 views

Send EMail in Sharepoint Online 2013

I want to send an Email in Sharepoint online. I used the following method to send the mail using the Event reciever. SPUtility.SendEmail(SPContext.Current.Web, headers, bodyText.ToString()); But ...
0
votes
1answer
23 views

How to specify a contentdatabase name while creating a webapplicatoin using powershell in SharePoint?

How can i specify a name to SharePoint content database while creating a SharePoint web application using power shell I can create a web application using power shell but haven't seen an option for ...
0
votes
0answers
75 views

Customizing Native Calendar view of SharePoint 2010/ 2013

I am designing a Training calendar. Instead of designing an entirely new webpart, I want to utilize the existing calendar given by SharePoint. I need to replace "+Add" button from each day in ...
0
votes
0answers
74 views

Cannot add a key in sharepoint webconfig programatically?

I am trying to add a key pair in sharepoint webconfig programatically. but it says the the config file doesn't have the section present her is my code public void Add(string key, string value, ...
0
votes
1answer
108 views

People picker not working in classic mode web application in SharePoint 2013

I have a SharePoint 2010 web application migrated to SharePoint 2013. this is a classic mode web application, we are not using claims, my client doesn't wants it ( Don't ask why?). I had other web ...
0
votes
1answer
502 views

Modifying SharePoint List Using ASMX WebServices

I am writing a custom piece of code that dynamically creates modified document libraries. I've attempted to create a document library template, which succeeds in the UI but cannot be found ...
0
votes
0answers
109 views

PowerView Security in SharePoint 2013

I have made a PowerView report in which i have shown data for all regions (for instance, East, West, Central). I have created a cube role so that User can only see data for region 'Central'. I have ...
0
votes
1answer
46 views

SharePoint 2013 Migration

Recently migrated my sharepoint server to the 2013 version. The migration was done from one domain to another. All users were migrated successfully and they can all log in to the site accept the my ...
1
vote
0answers
167 views

Errors when mounting SharePoint 2010 databases to SharePoint 2013

We're migrating several large SharePoint 2010 content databases into a new SharePoint 2013 farm (in 2010 mode) and when running PowerShell Mount-SPContentDatabase we're seeing hundreds of errors: ...
0
votes
0answers
96 views

WinRT & SharePoint: Trying to upload photos/attachments with a DataServiceContext

I have a Bitmap which I am trying to add to add as an attachment. My DataServiceContext has an entity with a collection of AttachmentItem. I cannot figure out how to upload attachments when I upload ...
0
votes
0answers
91 views

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 ...
0
votes
0answers
94 views

WSS_Content shows in “Manage Databases Upgrade Status” twice with different type?

I got a weird error in health analyzer. It says the database WSS_Content is in compatible mode, and should be updated. So, I checked the "manage database upgrade status", and I found that WSS_Content ...
0
votes
1answer
53 views

Keep attachment Sharepoint 2010 when postback

I have a custom list with attachment. I'm using SharePoint:AttachmentButton <SharePoint:AttachmentButton runat="server" ID="attc" FieldName="Attachments"/> When form postback, this field can ...
0
votes
1answer
328 views

The current user has insufficient permissions to perform this operation. Add Termset in sharepoint

I am trying to bind a field to a termset, and if the termset does not exist I want to create it by code. However, even when the code is running with elevated privileges I get the following exception. ...
0
votes
0answers
151 views

Adding to a document library using FileUpload

I need help adding a file to the document library then setting metadata. I have modified a console app to use a FileUpload control. The major issue is that the file is not added to the library. Then ...
0
votes
0answers
126 views

Trying to create a site definition. Microsoft.SharePoint.SPGlobal.GetNamedStringItem(XmlNode node, String strName)

I am trying to create a site definition I created a farm feature. On the farm feature I added the ONET file as follows. But I havent been able to find the error Exception is: Getting Error ...
1
vote
2answers
650 views

migrate TFS 2010 project collection to TFS 2012

Hi can anyone tell me how to migrate existing tfs 2010 project collection to tfs 2012. my old configuration are given below TFS 2010, sql server 2008 r2, sharepoint 2010(on separate server) Now I ...
0
votes
1answer
81 views

SkyDrive PRO Form based authentication

I am new to Sharepoint and this is my second time i am going to do something on Sharepoint. I was assigned a task to research about SkyDrive Pro to find out the possibility of having form based ...
0
votes
0answers
155 views

Add context menu to custom webpart SharePoint

I was wondering if you could help. I have created a custom visual webpart using Visual Studio 2012 to work select information from a defined list and output it to the page. I would use the content ...
0
votes
0answers
30 views

Need guide on sharepoint 2013 development

Can someone please tell me what is the best profile for SharePoint developer for 2+ years of experienced?? I mean the range of the technology and depth on the knowledge?? Thnxs
0
votes
1answer
1k views

What are the restrictions on Office 365 (SharePoint Online) in SharePoint 2013 Environment

As there is a drastic change in architecture from SharePoint 2010 to 2013, I would like to know what are the restrictions for a developer while developing Solutions/Apps for Office 365. In SharePoint ...
0
votes
1answer
281 views

Content Query Web Part Not Showing Custom Content Types

In my SharePoint 2013 environment I have custom content type deployed in a specified custom group. The group and content type is visible on the site collection's content types page. On the home ...
0
votes
1answer
220 views

Host the Sharepoint portal for Internet access provided windows authentication exist

I have a requirement, that the SharePoint portal of our company should be made accessible from internet, as in once URL is entered in the browser, it should ask for credentials- once entered, should ...
0
votes
1answer
139 views

How to efficiently get spsite in a farm with 20000 site collections in powershell

I am trying to see if I some sites match my criteria. First I need to find the count number, and then print some properties However this query, is taking 10 minutes for every row in the csv file. I ...
0
votes
1answer
460 views

How to remove web part file (say abc.webpart) from Web Part Gallery using PowerShell

Even after disabling and uninstalling a SharePoint feature along with uninstalling and removing SharePoint solution, the .webpart files are still getting listed in "Web Part Gallery". I issued the ...
1
vote
1answer
114 views

How to share service application between Sharepoint 2013 and 2010

I'm trying to publish the search service application from my Sharepoint 2013 farm and have the Sharepoint 2010 farm consume it. Ive followed these steps from the Technet site and I am stuck at step 6: ...
0
votes
0answers
43 views

SharePoint 2013 Site Collection Upgrade

I have kicked off the Site Collection upgraded in SharePoint 2013 on a site which has a content DB 0f around 23GB.. The process has been running for almost two days now, and we have just been informed ...
0
votes
2answers
373 views

How to add farm solution without using visual studio, power shell or stsadm

I have a farm solution wsp which I want to add and deploy on a client's sharepoint farm. Now I dont have remote access to this sharepoint machine but do have full admin rights to its central admin ...
0
votes
1answer
276 views

UnauthorizedAccessException exception in ItemAdded and Updated handler in event receiver

I have the SharePoint 2013 site collection called "site1" i have one list and one document library in that site collection, i written a event receiver to move the list item attachment into document ...
0
votes
0answers
93 views

SPServices applications on SharePoint 2010. Will it work on SharePoint 2013?

I'm using SPServices to develop on SharePoint 2010. My organization will be upgrading to SharePoint 2013 sometime in the future. What will I need to do (if anything) when the new SharePoint server is ...
1
vote
1answer
184 views

creating a SharePoint Lookup field via CSOM error

I am attempting to create a lookup field on a list using CSOM. I have the Lookup vales defined in a ListTemplateType.GenericList named “User Status Types”. This setup appears fine and I can ...
0
votes
0answers
209 views

Insert File preview into sharepoint custom callout control

I followed example here http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013.html to create callout control. Now I'm trying to add Preview pane for documents(images, pptx, pdf etc..) ...
0
votes
0answers
236 views

REST web service support for SharePoint 2010

I am trying perform operation on a SharePoint document library using REST on SharePoint 2010. Things i wish to achieve are 1) Query items from the library 2) Download/Upload Document from Library 3) ...
0
votes
0answers
102 views

How to create a search criteria interface for a sharepoint list

I'm new to customizing share point and I wanted to know the following. I have a share point list that I exported from an Excel File, I would like to know how to create an interface for this list ...
0
votes
0answers
97 views

Creating web application with old host header

I am trying to create web application with host header. There was already a web application with the same host header which I deleted. After deleting the web application (delete content database, ...
0
votes
0answers
29 views

what are the top items carried froward sharepoint 2010 to sharepoint 2013 in terms of web anlytics?

When I search about SharePoint 2010 web analytic migration to 2013, I am keep getting below line - "Reports from Web Analytics for the top items in a site are carried forward." I am not sure what it ...
1
vote
2answers
822 views

Sharepoint 2013 Global navigation issue

I am trying to set Global navigation for my publishing portal site in sharepoint 2013 using Managed Metadata. It works fine for Default.aspx but when I browse to Site Settings page it does not show ...
3
votes
1answer
1k views

What is a Farm in SharePoint?

I am searching a lot for a definition about Farms, but I cant find one which fits my need. Does anyone knows a way simple and easy to explain it? What is a Farm in SharePoint? How it works? Tks.

15 30 50 per page