The exception-handling tag has no wiki summary.
0
votes
0answers
49 views
Feature ‘XXX’ for list template ‘YYY’ is not installed in this farm. The operation could not be completed
So I'm very new to SharePoint. And I'm supposed to debug a website SharePoint 2013. So when I open this page a web service is supposed to get me data from a distant database and display it in a ...
0
votes
0answers
26 views
SoapServerException encountered when trying to add PDF item to Document Library?
I am doing PsiCapture migration, but I am encountering error of SoapServerException. Here is my scenario:
I am successfully able to migrate PDF documents using same settings and config on my Dev ...
0
votes
1answer
112 views
Provisioning did not succeed. Details: Failed to initialize some site properties for Web at Url: <url> OriginalException: A cobalt error was thrown
I am trying to provision sites using SharePoint 2013 Client-side Object Model (CSOM) via SharePoint apps. I get the exception below when the method context.ExecuteQuery() is executed. Has anyone come ...
0
votes
0answers
39 views
How to add workflow tasks to a currently running workflow?
I would like to know how I can add a new workflow task to a currently running workflow. Essentially, my scenario is this:
created a custom application page approval form
user can add new approvers ...
0
votes
1answer
317 views
SoapServerException on Lists.GetListItems()
I'm trying to retrieve list items for my "Country" list through web services.
This is my list: http://i.stack.imgur.com/158MI.png
& this is my code:
using System.Linq;
using System.Text;
using ...
0
votes
1answer
193 views
Exception error when getting master page in powershell
I wanted to see which site collections in our 2010 environment are not following the rules and are deactivating the Master Page in the settings.
I have some powershell code that works just fine, ...
0
votes
1answer
331 views
Check if SPUser has access to an SPWeb object without causing an Access Denied redirect
As part of a Workflow Association Form code-behind we need to access information on different sites (in the same site collection). It is possible that the user trying to configure a workflow does not ...
1
vote
0answers
79 views
NullReferenceException while running SharePoint products ( Central admin site is not working)
We are able to access the sharepoint sites but the centeral admin is not working so tried to run the share point product with exsisting farm and sharepoint_configdb. After step7, we are getting error ...
0
votes
0answers
90 views
SLAM: Synchronize Exception
I am using SLAM v2.1 to join Lists in SharePoint 2010.
I can Activate it without a problem. But when I want to Synchronize it, an exception occurs:
System.ArgumentException: Column 'Modified By' ...
1
vote
2answers
766 views
Client Object Model : “Microsoft.SharePoint.Client.ServerException: The request uses too many resources”
When deleting 1000+ (link) items from a list in one batch using the COM, I encountered this exception :
Microsoft.SharePoint.Client.ServerException: The request uses too many resources
It seems ...
2
votes
1answer
226 views
SPSecurity.CatchAccessDeniedException = false: Does Sharepoint keep this setting?
When I add SPSecurity.CatchAccessDeniedException = false; this disables the redirection to a login site.
Does Sharepoint keep that setting until I set it to "true" or just as long until the object is ...
1
vote
2answers
668 views
CriticalExceptionCount in SharePoint 2010
Can anyone please describe me what is the role of CriticalExceptionCount measure in SharePoint 2010?
Couldn't understand the below line:
ResourcesPerPoint - Represents a normalization factor for ...
0
votes
1answer
973 views
Custom WCF service - includeExceptionDetailInFaults
I've got a custom WCF service that I created using the CKS toolkit for SharePoint.
How do I enable includeExceptionDetailInFaults in these services?
The way I understand it is, when using ...
1
vote
1answer
316 views
Weird “Access Denied” - behaviour in read-only mode
In a sharepoint project I save data to a list.
When the Administrator sets the database to ReadOnly, I want to capture the Exception that occurs when trying to write to that list and prevent the ...
0
votes
2answers
256 views
Identify SharePoint 2010 exception
I a problem with identifying the origin of the exception in SP 2010 Enterprise.
Environment:
Standalone SP2010
AAM configured
Authentication: Claims based.
SSL enabled.
Description:
New web ...