An error message is information displayed when an unexpected condition occurs.

learn more… | top users | synonyms

1
vote
0answers
18 views

Custom “Sorry, something went wrong” message on SharePoint 2013

Could anyone explain me how should I change the default "Sorry, something went wrong" message to some other text or - even better - to change the content of this "component" to something custom? ...
0
votes
0answers
11 views

Access Linked List - Lookup Column “cannot Update. Database or Object is Read-only.”

I have a SharePoint contact list linked in Access. The list contains a Site Column, which is based on a lookup from a list at an upper-level site in the Site Collection hierarchy. Permissions are set ...
0
votes
2answers
2k views

The specified user or domain group was not found on SharePoint Server 2010

We have a SharePoint 2010 server. While clicking Manage Service Application link in Central Administration it thorws error "The specified user or domain group was not found." Below is server log ...
1
vote
1answer
359 views

Error when editing page and page settings. System.ArgumentException

Suddently i get the following error at a lot of instances: "Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> ...
0
votes
0answers
10 views

SharePoint 2010 - SharePoint Designer notification: The list of workflow actions on the server references an assembly that does not exist

Upon opening a workflow in SharePoint Designer 2010 I receive the following notification: The list of workflow actions on the server references an assembly that does not exist. Some actions will ...
1
vote
0answers
14 views

SharePoint Downloads

I'm trying to upload a file to SharePoint, but after it uploads, I get a redX and a message that says the file is checked out or locked by another user. This is impossible because the document is on ...
2
votes
1answer
17 views

Error on updating a document item

I have an issue with updating an item in ItemUpdated event. Basically on ItemUpdated, I would like to reupdate that item by setting some properties, because it is a docx I have to do it in ...
1
vote
1answer
376 views

Randomly: Item does not exist. It may have been deleted by another user

I have a rather curious issue with some workflow tasks. My (state machine) workflow creates a handful of tasks while running. Users interact with the tasks to move the workflow between its states. ...
0
votes
1answer
18 views

Error occurred in deployment step 'Uninstall app for SharePoint': Only users who can View Pages can list Apps

I am Developing a Provider Hosted app for the SharePoint 2013. In that I am facing this error while deploying the App. Error occurred in deployment step 'Uninstall app for SharePoint': Only users ...
0
votes
1answer
11 views

workflow settings: user cannot be found

I have created a calendar. when I go to the calendar settings page and click on Workflow Settings I get an error message that says: Error: User cannot be found I have not created any workflows yet ...
2
votes
1answer
94 views

SP2013 Change the look breakes on own template

I took a standard Team Site and verified that the "Change the look" worked, I then saved the site as a template, and then created a new team site from that template and then the "Change the look" is ...
0
votes
1answer
369 views

SharePoint 2010 100% CPU Usage AreaTemplateSettings.aspx

Whenever I try to go to "Page layouts and site templates" (AreaTemplateSettings.aspx) in Site Settings, the w3wp process spikes to 100% on my SharePoint server and the page never loads. Eventually I ...
1
vote
2answers
68 views

CAML Query works in my VS2010U, but not on anybody else's computer

I have a list with records uniquely identified by project numbers. This is column 5 - Col05 in my list. It works fine when I run the code, and I am getting the expected record. I can also read the ...
1
vote
1answer
38 views

warning of duplicate item while uploading file in document library

I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
1
vote
1answer
40 views

Activate Features step failed when deploying a workflow

I`m about to start to develop workflows in VS2012 for Sharepoint2013. Creating a workflow works fine. The HistoryList and Tasklist are created as well. Now, when I want to depoy my new workflow i ...
0
votes
0answers
15 views

Sharepoint 2010 upgrade failed

The health analyzer needed a "Product/path installation or server upgrade required" so I ran the powershell script psconfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd ...
1
vote
1answer
53 views

NTLM web service call to sharepoint 2013 web application with claim authentication over NTLM users

I have a webservice (no vcf) with Windows authentication(impersonate="true"), that uses the SharePoint 2013 Object Model. When I call a webservice method that operates on a SharePoint Web Application ...
2
votes
1answer
418 views

Cannot check in a page after updating it

Has anyone encountered the Microsoft correlation ID-related error coming up when try to check in a page aftery you updated it? When I checked the logs, this is the specific error message I see: ...
3
votes
1answer
387 views

Update Panel Error

I am working with SharePoint 2010 features. I am writing feature receiver code where I create new web part pages with ReportViewerWebPart and my custom web part on the page. I am creating multiple ...
0
votes
1answer
391 views

Taxonomy.asmx returns sometimes 'No credentials are available in the security package'

I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
1
vote
2answers
887 views

SharePoint 2010 Navigation error: An unexpected error occured while manipulating the navigational structure of this Web, August 2012 CU

has anyone experienced/fixed this problem in their environment? Our publishing site has the August 2012 Cumulative Update installed and has been running fine for over a month. Now, since the site has ...
6
votes
2answers
1k views

“a is null” error in vanilla SP2010 install

I'm setting up an SP2010 VM for dev testing purposes. Our vanilla install has no other components present and is throwing JS errors in Chrome and Firefox. In Firefox (v13): a is null ...
0
votes
1answer
132 views

troubleshoot a timeout happening while deploying via VS

Hi I am getting timeout error while trying to deploy my sp solution via visual studio 2010. It happens when my a particular feature is trying to activated. The generic error message I get goes ...
1
vote
1answer
64 views

SaveBinaryDirect throws an 404 error

SaveBinaryDirect works fine, unless I try to upload an exe file. Is there a limitation for some file types in SaveBinaryDirect or how can I solve this problem? Exe file upload is allowed for the ...
0
votes
1answer
386 views

Can't edit items from a particular list? Corrupt somehow?

I can't seem to edit any list item in a particular list. The stack trace points to the AddOrUpdateItem() method (below). I can't think of any recent changes made to the content type of list definition ...
0
votes
0answers
33 views

Object refenrece not set to instance of an object - list template items

This may be a duplicate, because this error is pretty common in every part of sharepoint. However, the search function didn't find anything for my particular problem. To the problem: I have a List ...
1
vote
1answer
42 views

“User cannot be found.” error in Powershell

I am writing a PowerShell script to re-sync my users to the AD because of a problem I have described Here. From time to time I get a "Set-SPUser : user cannot be found." error but when I call the same ...
1
vote
1answer
1k views

COM exception while querying document library

I have a need to get collection of SPLitsItem currently viewed to user. My solution is a ribbon button which calls custom application page in LAYOUTS via javascript in custom action. Application page ...
0
votes
1answer
337 views

Error Running SharePoint 2010 Product Configuration Wizard

I'm encountering an error when running the SharePoint 2010 Product Configuration Wizard that setups up central admin. I'm installing SharePoint on a Windows 7 Dev Environment (OS: Enterprise SP1). The ...
0
votes
0answers
31 views

wss 3.0 working fine in all browsers except on IE

I have 2 domain controllers, lets call it Domain1 and Domain2. I have wss3.0 installed in windows 2003 server with sql express running in webserver1 of Domain1. Domain1 is also running DNS Services ...
0
votes
2answers
1k views

No item exists at … It may have been deleted or renamed by another user .. for some items only?

I crated a webpart page and added a SPD listformwebpart in display mode for a particular list. All day yerterday I called the page and pass it the ?ID= query string and itworked great. It still works ...
0
votes
1answer
34 views

Will code created with 32 Bit SharePoint Designer 2013 be readable to another computer with the 64 Bit version of SPD 2013?

One of the developers on my team is installing SharePoint Designer 2013 on a machine with 32 Bit office. He attempted to install the 64 bit version and this error appeared: Got we can't install the ...
4
votes
3answers
767 views

Error while adding Sandbox WebPart

I created a simple "Hello World" sandbox webpart in VS.NET 2010. After uploading the .wsp file to SharePoint site, I activated the webpart. But while trying to add it to a page, I was getting this ...
2
votes
2answers
1k views

Cannot open a MS Word file from SharePoint

We have a customer using the following: Windows 2003 Server SharePoint WSS 3.0 IE 6 MS Word 2003 (With Office 2007 converter installed) When they try and open a docx file from SharePoint they ...
1
vote
1answer
3k views

Server error: The URL is invalid. It may refer to a nonexistent file or folder or refer to a valid file that is not in the current Web

When checking out the Home.aspx page I receive this error. Server error: The URL is invalid. It may refer to a nonexistent file or folder or refer to a valid file that is not in the current Web ...
1
vote
3answers
979 views

Cannot connect to the configuration database Error

I am having a bit of a strange issue. I am able to connect to the Central Admin page just fine but when I try to connect to any page on the site I get the following error. Exception information: ...
3
votes
2answers
1k views

SharePoint 2010 - Strange errors starting this morning

A few hours ago, one of the site owners sent me an email saying that they "couldn't click on anything". Upon more inspection, it turns out that they do not have access to the ribbon bar, cannot click ...
1
vote
1answer
43 views

saving an excel file: You do not have the correct permissions. Contact the server administrator

a user is attempting to open an excel file from a SP 2010 library, make edits, and save it back. when clicking save, he gets this error message in a popup window: You do not have the correct ...
0
votes
1answer
30 views

Config file throws error while deploying

I've created a new config-file "TimerJobs.config" which stores all my values for the timerjob (of course...) This file is located under the Layouts/random folder. The problem I'm having, is when I ...
0
votes
0answers
376 views

Error: Report item expressions can only refer to fields within the current dataset scope, System_State, TFS 2010 WSS 3.0 Report Builder 2008 R2

When I add comments to the Burnrate and Burndown reports in Report Builder to the query (dsVelocity or dsBurndown) I get: Error: The Field expression for the dataset 'dsVelocity' refers to the field ...
1
vote
4answers
4k views

“The SharePoint item being crawled returned an error when attempting to download the item”

I"m having a issue that I haven't found any way to resolve that. I ran crawler and then viewed crawl log, I saw "The SharePoint item being crawled returned an error when attempting to download the ...
0
votes
2answers
34 views

Unique issue with a Sharepoint Site

We have a SharePoint site and for some reason one of the sub site admins change the URL of their site from /sitename to sitename.aspx. This has broken everything for that site I can not even get into ...
1
vote
1answer
211 views

Excel Services Error in SharePoint 2013 - Unable to Open/Edit Excel Files

Every time I click on a excel file I am receiving a popup message mentioning - We're sorry. We ran into a problem completing your request MS Word is working fine though. I performed all the ...
0
votes
1answer
277 views

themeweb.aspx error

I installed a few new themes a few weeks ago and everything went off without a hitch. Yesterday, I go to my site and attempt to change the theme and get this error: Failed to enable constraints. ...
0
votes
0answers
20 views

SharePoint Designer 2007 adding a WebPartZone at the end of a page template

We're having a problem with Designer adding the following block of code to the end of a page template. We can delete it and save the template, but the next time we open it, the code's been re-added. ...
2
votes
1answer
304 views

Suddenly unable to save files to sharepoint

Suddenly the other day whenever users (from multiple machines) start saving files to sharepoint 2010 from Office 2010, it tells them: Upload Failed This file was not uploaded because the specified ...
0
votes
1answer
32 views

Company Intranet Page went down unexpectedly…HELP!

This morning I made a minor change to the corveV4.css page and once I saved the changes, I was unable to access the page. After roughly 2 or 3 minutes of trying to load I received an error on the ...
0
votes
1answer
61 views

error, while trying to access the webservices from infopath form

I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
3
votes
1answer
46 views

Sharepoint 2010 site stopped working. Database “needs upgrading”. Upgrade fails

One of my Sharepoint 2010 Site Collections has stopped functioning this morning and presents the following in the browser. Server error: http://go.microsoft.com/fwlink?LinkID=177673 When I look ...
1
vote
1answer
1k views

InofPath Workflow; GroupID, Error Message: Group cannot be found

I have created an InfoPath form workflow in designer. It is a simple workflow which uses the "Collect data from user" task. It requires that the user supply a choice: "Approve" or "Reject", and select ...

1 2 3 4 5 8