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

learn more… | top users | synonyms

0
votes
2answers
84 views

The URL 'shared documents/test.pdf' is invalid but file exists

Background: I followed this article http://www.kraftkennedy.com/blog/bid/101982/Creating-Edit-Item-Forms-for-Document-Libraries-in-SharePoint-Designer-2010 I did not delete any of the fields yet The ...
0
votes
0answers
199 views

Form control does not have ControlMode set

I am getting this error evertime I try to view a list item. Has anyone came across this before and how can I prevent this? Error Form control does not have ControlMode set. I think it is ...
0
votes
3answers
165 views

Server Error in '/' Application. Runtime Error

I am new to SharePoint. I am developing a web part. I that I have created the .aspx page. When I am going to access that page by the URL it throws an error like. Runtime Error Description: An ...
0
votes
1answer
35 views

How do I stop rules on submit if validation fails?

I have multiple rules on my submit button, which I need to process only if the validation passes. Currently if I have validation errors, the other rules run and change the views and the function on ...
0
votes
2answers
154 views

Web Application/Site collection can't displaying Problem

I created a new web application. I try to restore a site collection from a backup. It finished succesfully but when I type the url This page can't be displayed occurs. I think the problem is about ...
0
votes
0answers
44 views

MembershipRequestWebPart “Login Created User” throws Unknown Error on certain page

We are using SharePoint 2010 in a farm with 2 servers running and are using the MembershipRequestWebPart from visigo.sharepoint.formsbasedauthentication.wsp. The MembershipRequestWebPart is on the ...
2
votes
3answers
1k views

SharePoint Server Search 14 service disabling itself after SP1 install?

A couple of weeks ago I installed SP1 and the June 2011 CU on my SharePoint 2010 environment and since then the service "SharePoint Server Search 14" has been changing its Startup Type from Automatic ...
1
vote
2answers
195 views

Error in Web.EnsureUser(user) :- User Not Found

Hey Friends I am trying to develop a web part in that I am fetching the user name. But doing this I am getting the error that User cannot be found. But the main thing is that in the line where I ...
0
votes
0answers
25 views

ConsoleUtilies.GetContextualControlMode had no currentPage

I've been trying to set the target audience of a web part but am receiving this error every time. This happens on every page. ConsoleUtilies.GetContextualControlMode had no currentPage so the ...
1
vote
2answers
414 views

“The trial period for this product has expired” after a repair

I had to perform a repair on my SharePoint. Since doing this I now get the error "The trial period for this product has expired." when I try try to add a document. What do I do? I have a valid key.
0
votes
0answers
19 views

Error on add a list item

After adding an Item to any list, error raise after the list item added on post back. There's no workflow and event receiver behind. Timer service is running. If I close the browser and lunch it ...
0
votes
0answers
39 views

How to see the errors in detail including stacktrace.

I create some custom stuff to my sharepoint 2010 portal. After deploying and testing I got the following error: Server Error in '/' Application. ...
6
votes
4answers
3k views

Strange error in Content & Structure Page of a SharePoint site

I hope you guys can help me with this weird issue. I have three sub-sites (Site A, Site B, and Site C) under a main site collection in SharePoint 2010. Each sub-site has child sub-sites as well. I ...
0
votes
0answers
32 views

Error while saving a new item in sharepoint

Error Exception from HRESULT: 0x80131904 Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: de9e57ad-8823-43ff-a40c-a6baf4410d92 Date and Time: 3/14/2013 12:00:12 PM
0
votes
1answer
136 views

SharePoint Error: File Not found and goes to Web parts maintenance page

I am getting the following error when I visit the sharepoint site or document library. I didn't change any settings or added new code or change the style sheet. It was working fine few mins ago and ...
0
votes
2answers
56 views

Problem Timer job unknown error

I'm having a problem to reach a specific SPlist in my sitecollection. The timerjob is supposed to read all items from a SPlist I've choseed and send them to a user through mail. I'm not sure if it's ...
0
votes
3answers
758 views

Feature Activation Error(Cannot Add Dll to GAC)

We have created a feature, which has 2 application pages. One is to activate the user control and the other one is for database configuration. For the database configuration, the user has to provide ...
0
votes
1answer
237 views

Saved Web Part lists data but errors on link through

Im having a problem with a saved web part which lists recent discussion board posts from a different subsite within the same site collection. The web part shows all of the data correctly but when I ...
0
votes
0answers
74 views

Save Conflict error when editing attachment while editing its item

I am getting a Save Conflict error when performing the following steps - Open list item Click edit Open attachment Edit the contents of the attachment Save attachment Save Item Error thrown ...
1
vote
2answers
73 views

Users cannot view page, permission issue?

I have setup a test user account and added them to a group with read permissions. Now I'm new to sharepoint, keep this in mind. I am trying to view a page I created with the Admin account, and it ...
2
votes
0answers
46 views

Upgrade SharePoint 2007 to SharePoint 2010 never complete (stuck)

I am trying to upgrade SharePoint 2007 web application to SharePoint 2010, I am using attach and de-attach method. Below is the content database information: Database Size: 66 GB Site ...
0
votes
2answers
3k views

Error SharePoint Server “Device is not ready” - Event 6482

I am getting the following error in my error logs: Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance ...
0
votes
0answers
127 views

SharePoint 2010 form and onbeforeunload event raises unspecified error in IE 8

I've got an edit form in SharePoint 2010 where I want to ask the user if he really wants to leave the page without saving. So I use the onbeforeunload event as follows: $(function () { ...
0
votes
0answers
93 views

SharePoint 2013 secure store service error

I uninstalled SharePoint 2013 and removed the databases too. when i begin to install again, i created all services except secure store service. i get an error like this: The service ...
0
votes
3answers
888 views

Sharepoint 2010 long path,file name Error during package

Customer made a branch code. I have downloaded new branch and trying to make package. VS returned an error - Error The specified path, file name, or both are too long. The fully qualified file name ...
0
votes
1answer
275 views

Form cannot be submitted

I have two identical InfoPath forms on two different site collections within the same web application (SP2010). One works fine but the other produces this error when submitting the form.... The ...
0
votes
0answers
67 views

Form render failed because the user's session was closed

Suddenly one of the InfoPath forms on my company's Sharepoint site has stopped working. The log has the following message: Form render failed because the user's session was closed StackTrace: at ...
0
votes
1answer
113 views

Infopath 2007 form ID not working

I have a legacy Infopath solution(2007/Moss) created by someone else that's not working correctly. There is an ID field that's supposed to display in the form during data entry - it displays NaN ...
1
vote
1answer
74 views

Add Keyboard Accessibility to Top Nav Menu

I am trying to get the top nav bar's drop down menu working with the keyboard. What should happen is when a user presses the tab key and the top menu item is reached, the drop down should show just ...
0
votes
0answers
30 views

Majority of the application pages 'Cannot be displayed'

In an effort to do some basic operations on lists and list items (namely delete a list item), I noticed I'm getting a 'Page cannot be displayed error.' I've had a look around other areas of my site ...
0
votes
2answers
215 views

SHAREPOINT ERROR: value does not fall within expected range

I am a newbie here, need your help :-( So here is my problem: I have 2 Sharepoint servers A and B Server A using SQl server 2008 R2 Server B using SQL server 2005 SP4 Both using Sharepoint ...
2
votes
1answer
71 views

Access Database-linked forms not working after Server Reboot

Our server went down & when I rebooted, all is working on site except Access Database-linked forms are not working. It is showing following error: > Preparing Site ... Someone has recently ...
0
votes
0answers
56 views

Infopath error when relinking and saving

I published a new Infopath template and as a resultof which the the form library lost all saved column values for old forms. The relinking is not working for some of the forms. When I try to open the ...
1
vote
1answer
2k views

HTTP 500 Internal Error after installing SharePoint 2010

I'm encountering HTTP 500 Internal Error after installing SharePoint 2010. I ran SharePoint 2010 Central Administration at the first time and got it. I ran IISRESET but there was any changes. Also, I ...
0
votes
0answers
300 views

Error when uploading multiple files in SharePoint 2010

My customer is unable to upload multiple files to a document library in SharePoint 2010 Server. Here’s how they produce the error: 1. They go to the document library, hit the "Documents" tab and the ...
0
votes
0answers
91 views

Cannot create new document from template

I have created a new content type with a document template that we want to have in sharepoint. When attempting to create a new document from said template I get the following error: One bit of ...
11
votes
2answers
891 views

Error computing the expiration data for item

EventID 7972 Task Category: Information Policy Management Source: Document Management Server > > Error computing the expiration date for item > ...
0
votes
0answers
131 views

In MOSS 2007, what does event ID 6644 means?

In SharePoint 2010, 6644 refers to error related to Event Receiver. In MOSS 2007, is this the same? MSDN doesn't specified what type of error this event id refers to. In the event log, I got the ...
0
votes
1answer
88 views

Object Expected error in Non Edit Mode only

I have an issue with Javascript errors (Object Expected) in normal mode while it works in Edit mode. Its failing on the last line shown below. $(document).ready(function() { updateListItem(); }); ...
2
votes
0answers
146 views

Opening document from Search results - This action couldn't be performed because Office doesn't recognize the command it was given

Hi I am trying to open an Office document by clicking on the search results document title, however an error box pops up saying: This action couldn't be performed because Office doesn't recognize the ...
0
votes
0answers
131 views

Created a layout page, but getting a parentElement null error

I've created a layout page, when I run the page and look at the JavaScript console, I get a 'parentElement' null error message like this: Uncaught TypeError: Cannot call method 'parentElement' of ...
0
votes
2answers
258 views

File not found on _layouts/user.aspx? Any ideas why?

Does anyone have any idea what file may be missing? //log System.IO.FileNotFoundException: Unable to find the specified file. at ...
1
vote
2answers
103 views

error when start new project in visual studio 2010

I am a new administrator to a SharePoint farm and I want to start developing *web-part*s for our sites. In our company we have installed SharePoint 2010 on Windows Server 2008 R2. And we have ...
1
vote
1answer
57 views

Issue with Document Library

I have an issue with Document Library I am trying to upload one document and in the "processing" screen that comes before the new item form appears there was an arror (attached) and it would not ...
1
vote
0answers
3k views

System.Runtime.InteropServices.COMException Please try again.<nativehr>0x80004005</nativehr><nativestack></nativestack>

Our whole production intranet is throwing this: Server Error in '/' Application. Cannot complete this action. Please try again.0x80004005 Description: An unhandled exception ...
1
vote
3answers
3k views

Can't remove a meeting workspace instance

So, a meeting workspace was created. Subsequent meetings then where linked to the workspace, one by one, as the meetings where scheduled. At some point the organizer deleted "something" and it no ...
1
vote
1answer
476 views

Where is “Post-completion Workflow Activities” in sharepoint 2010?

I am having the same problem(or seems to be the same error) as in this article but I not sure where to check for this. I am using sharepoint 2010 and made a custom workflow through Visual Studios ...
2
votes
2answers
1k views

some days I cannot create new sites anymore (admin too)

I am not totaly new but a beginner in SharePoint 2010. I had to take the responsability and we did the migration from 2007 to 2010. It worked. Here the facts: Win Server 2008 R2 (virtual) SP2010, ...
0
votes
3answers
374 views

There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined

I am trying to set up a new dev machine. When I run the wizard to configure SharePoint Foundation 2010 I get the error shown in the title. From searching the net I see that one proposed solution is ...
1
vote
2answers
261 views

SharePoint 2010 Webservice: URL could not be found

Always getting the following error while trying to create a spsite-object: The Web application "http://myApplicationURL/" at could not be found. Verify that you have typed the URL correctly. If ...

1 2 3 4 5 8