SharePoint Server is the Microsoft product "SharePoint Server".
0
votes
1answer
19 views
calculated formula help
I am creating a site column of type "CALCULATED" through visual studio. Here is my scehma . when i try to deploy it gives the below exception
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
0
votes
0answers
17 views
How to store null Value in sharepoint listitem
I have total 5 textbox and 2 textbox value are mandatory, remaing are not mandatory. If user does not enter value in not mandatory textbox then store in list null value of those textbox.
But not ...
1
vote
0answers
13 views
Configuration webparts doesn't work
I create 2 lists with data in sharepoint 2013,when I want to connect between 2 lists as webparts the configuration does not work,however connection with other webparts haven't data it is work that's ...
1
vote
0answers
9 views
UserAgent not available, file operations may not be optimized, Task not filtering
I'm having the following exception when I try to filter the Task control by "Assigned to" in SharePoint 2013. The full stack trace is:
UserAgent not available, file operations may not be optimized.
...
0
votes
1answer
9 views
Visual Studio 2015 installation on AS or WS server of SPS 2013
Folks,
I need to install VS 2015, but not sure if its appropriate to install on AS or WS server of SPS 2013.
Any pointer....
0
votes
1answer
29 views
Crazy Sharepoint Designer 2013 workflow Email Issue
We have sharepoint 2013 on prem environment , with workflow manager configured successfully. Sharepoint setup is on Domain1. users from both domain1 and domain2 can access sites succefully. we have ...
1
vote
1answer
14 views
Registering Workflow Manager fails because the farm is already registered
I have a standalone SharePoint server 2013 (Win2008r2) for test purposes. I have installed Workflow Manager, marking "Allow Http" in the wizard. The certificates were auto-generated.
The server does ...
0
votes
0answers
12 views
SP07 - Create GridView with dynamic Rows(Add/Delete) in C# Class Library [on hold]
I want to create dynamic GridView, where I add and delete rows dynamically.
This tutorial look good [TUTORIAL][1] , but fontEnd is on aspx file extension.
I need to transform this code :
ASPX ...
0
votes
1answer
27 views
Show all tasks in Home Page?
I want to show all tasks of all the subsites in my Home Page (admin) so when I open my "all task" list,I will see all the task under it .
Kindly Help
1
vote
2answers
31 views
How to Increase SharePoint 2013 Document Library file name length limit more than 256
I transfered my file serve files to the sharepoint 2013 database but now I am facing issues with file name length limit which is 256 characters.
Is there any workaround to increase this Character ...
1
vote
0answers
14 views
EventFiringEnabled will it affect all list and all webapplications?
We are using Event-receivers in SharePoint 2013. Whenever we are updating an item in a list event-receiver, the receiver will be triggered again and again. To avoid this we are using ...
0
votes
0answers
9 views
why xsltlistview webpart changes xmldefiniton element
i have created site columns, content type and list using visual studio declarative approach, now i want to add a list view web part to a site page and deploy it using visual studio, for that i added a ...
1
vote
1answer
33 views
Do we need to have device channels to view our SharePoint site on mobile
I am facing issues with mobile view of my SharePoint site. My site works fine in when i disable 'Mobile Browser View' feature but when i disable it , It shows the blank screen on my android phone.Do ...
0
votes
0answers
14 views
Looking for a script to show where a solution is active in SharePoint 2010
I'm able to see that the solution is globally deployed (in CA) and I am also able to get the SolutionID with no problems.
I'm looking for a way to show everywhere the solution is actually active and ...
0
votes
2answers
20 views
Replicate a Web Application in sharepoint 2010 to a different farm
I have to replicate an existing web application and build it on a different farm in a different SharePoint server (version 2010). I have never even created and configured a complete web application so ...
-5
votes
0answers
10 views
High CPU Utilization per Health Analyzer Rule [on hold]
A SharePoint Health Analyzer Rule has detected a server is consuming 99%+ CPU over a period of 5 minutes.
1
vote
0answers
27 views
SharePoint 2013 - Break inheritance subsite
i want to break the inheritance of a subsite. I know which button I have to press to solve this problem. But if I press this Button in the Ribbon UI in SharePoint, I cann not break the inheritance of ...
0
votes
2answers
33 views
SP07 - CAML Query between two dates
I have two datetimeControllers :
DateTimeControl dtFrom = new DateTimeControl();
dtFrom.ID = "startDate";
DateTimeControl dtTo = new DateTimeControl();
dtTo.ID = "endDate";
I want to get ...
1
vote
2answers
30 views
How to remove sites word from URL
How to remove sites word from this URL http://Soial/sites/test/EN/
0
votes
0answers
14 views
Count in people scope is large than the users count in user profiles service application
I am facing issue with the large difference in people count in search scope and user profile service application.
Total count of User profile is :1,558
Total count in search scope is 5230
Please ...
-1
votes
1answer
28 views
Get folders and files from SharePoint List
I am working on an Provider hosted app, scenario is to get all folders and files from SharePoint library and display on UI(more like a view). Need some tips to do it.
I mean how to create a UI similar ...
0
votes
1answer
19 views
Cannot filter imported XSLTListViewWebPart
I am having difficulty getting filters to stick on my XSLTListViewWebPart (XLV) using Sharepoint Designer 2010. I am working on a single site collection that contains two sub-sites, a Document Center ...
0
votes
1answer
19 views
InfoPath 2013 Getting current user details error
I have SharePoint server 2013 and a custom list I want to get current user details in InfoPaht form 2013
I followed post from: ...
0
votes
0answers
12 views
Search box to search a list in Sharepoint 2007
I have a custom page in Sharepoint 2007 to which I've added a web part that displays a list. How can I wire up search box to search the list? The search box needs to do a LIKE keyword search on the ...
0
votes
0answers
51 views
why list view webpart's xmldefinition tag content changes
i have created site columns, content type and a list using visual studio decleratively, I have a list view web part which i have exported using share point designer, now if i upload that web part file ...
0
votes
1answer
19 views
How can i make a server folder path opening in file explorer using IE and SharePoint List?
I'm approaching SharePoint just now, i have this List with our actual and running projects, every project has a specific folder address on our server.
I want to make that folder opening in file ...
1
vote
1answer
15 views
SharePoint accounts being created in SQL with $ at the end
I'm getting the following error: (EVENT ID 3760)
SQL Database 'WSS_Content' on SQL Server instance 'SQLSERVER01' not found. Additional error information from SQL Server is included below.
Cannot open ...
1
vote
1answer
17 views
Approval workflow tutorial using Visual Studio 2010
I am new in Sharepoint 2010 and up to this point I was working with Sharepoint designer 2010 but it limits my choices so I need to learn how to develop approval workflows in visual studio 2010. I do ...
0
votes
0answers
13 views
CustomJavaScriptFileUrl references script twice - should it?
I'm using PowerShell to provision a SharePoint solution and I'd like to include a link to a javascript file on all pages throghout the site (SharePoint.SPWeb.CustomJavaScriptFileUrl)
What seems to be ...
0
votes
0answers
12 views
The following exception occurred while trying to enumerate the collection: Access is denied
I am trying modify content located in an unattached content DB. But I am having trouble accessing the lists.
Here is my powershell code:
$db=Get-SPContentDatabase -ConnectAsUnattachedDatabase ...
0
votes
0answers
14 views
SPResore Error - SharePoint 2013 Ticks must be between DateTime.MinValue.Ticks
I've done a Backup-SPSite -Identity -Path and tring to do a SP-Restore and I keep getting
Restore-SPSite : <nativehr>0x80070003</nativehr><nativestack></nativestack>
+ ...
0
votes
2answers
43 views
How can I have yes, flagged and no buttons in a column
I have a document library where the CEO wants to see three buttons. If he has read the document he wants to click on Yes, otherwise it will always be No. If he clicks Flag it means it needs to be ...
0
votes
1answer
23 views
Programmatically read Excel file in SharePoint 2013 sandbox solution gives permission error
SharePoint 2013 server, I'm site collection administrator.
I've copied an Excel file into documentlibrary, I like to read the excel file and update custom list with the Excel values.
I've got the ...
1
vote
1answer
13 views
Enabling content type management for SPList fails
I have the following code:
oWeb.Update();
oWeb.Lists.Add("SampleList", "Some description", SPListTemplateType.GenericList);
oWeb.Update();
oWeb.Lists["SampleList"].ContentTypesEnabled = true;
...
0
votes
1answer
21 views
Sharepoint list update ALL items SPServices or REST API
Please tell me how to update all the elements of the list without conditions or with the condition, a separate item is updated just by ID, and all the elements of the list?
0
votes
2answers
22 views
SharePoint deployment at two scopes(global & webURL) what is the difference between web-application and globally deployed?
SharePoint server 2013 solutions,some solutions are deployed in Globally and some solutions are deployed in web application.
why this happening and what is the difference between globally deployed ...
0
votes
0answers
32 views
Sharepoint 2010 Search We did not find any results for error
We are having problem with search in SharePoint 2010.
I took all the steps required to make sure the search service is setup correctly:
It has the correct permissions
It is enabled in the webapp
...
0
votes
0answers
8 views
Looking to get a collection of links from SharePoint Content
I'm looking to get a list of all links from the SharePoint 2010 content area of a publishing page.
I have looked into several solutions and I know this is deeply imbedded in the SharePoint Content ...
0
votes
1answer
24 views
Add same user in many site collections
I need to add one user in more than 200 different site collection in sharepoint.Is there a program using spservices to get this done?
1
vote
2answers
16 views
Unable to connect to remote service at http://serveraddress:12291 on workflow manager installation
I am trying to install Workflow Manager 2013 on a multi server environment , I have 2 WFE and 1 app.
I installed Workflow Manager on app server with the CU for Service Bus and Workflow Manager. ...
0
votes
1answer
15 views
SP07 - Get items from choice textbox and insert into DropDownList (-programmatically-)
I have a list(WayBill) with column(ProdyctType). I need to get this items and input then into dropDownList.
This is my columnType in SP07:
This is my code:
protected override void ...
0
votes
2answers
61 views
Sharepoint server 2013 conversion of .doc to pdf
In SharePoint 2013 i was convert the .doc and .docx document to PDF.
when we are converting to PDF in document library we are storing some field values like ContractID, DocumentType.
converting ...
1
vote
1answer
18 views
Localizing SharePoint 2013 report viewer web part
How can I change what is written on the Report viewer web part when it is waiting for the parameters to be set like :
Also, how to change the text of the apply button in the parameters area:
1
vote
0answers
10 views
SharePoint 2013 - Display feeds from multiple sites
I would like to know if it's possible to display feeds from multiple sites in one single Site feeds webpart using OOTB features or programmatically ?
Thanks.
0
votes
0answers
14 views
Can anyone explain how to apply create Custom access denied application page in SharePoint 2013?
I created custom access denied page by referring the below link
http://alstechtips.blogspot.in/2013/11/sharepoint-2010-how-to-customize.html
it is deployed success fully, But while accessing that ...
0
votes
2answers
22 views
Is it possible to assign task notification via mail if the user is not in active directory in sharepoint 2010?
Is it possible to assign task notification via mail if the user is not in active directory ?
0
votes
3answers
39 views
How to create multiple “user message” for every step in validation?
I want to create multiple user message at every step of my validation.
I have created a validation for recurring task in task list. Now I want to create specific user message at every column wherever ...
-1
votes
1answer
25 views
What is Hidden lists in sharepoint and relation with managed metadata
Hi what is hidden list in SharePoint 2010 and 2013? and how it is link with managed metadata service application.
0
votes
1answer
16 views
SharePoint Web Apps and single ADFS Relying Party Trust
I have a big doubt in how to make the following configuration work correctly.
I have 2 SharePoint farms, one application per each farm:
Dev Enviroment - My web app (dev version) ...
0
votes
3answers
24 views
Site provisioning wizard?
I am using SP 2013 on prem, and need to create custom wizard for creating site collections.
I can use old school method of using an application page with c# etc, but I am instead looking for "the ...