Accessing a SharePoint server from outside a network with a Forefront TMG. The following 2 scenarios can give you an Internal Server Error View properties on document Editing a list view Full error text: Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) ?Solution…
Got the message: >>The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document. << This is a challange and there is several possibilities: You are using the 64 bit version of Internet Explorer and choosing “edit in Microsoft Word” The SharePoint support component that…
Using the in the the wrong parameter with the SPWeb.GetList method you will receive a FileNotFoundException with the following very SharePoint-ish error message: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack><nativehr>0x80070002</nativehr><nativestack></nativestack> The stacktrace will often give more information but the ULS log it wil simply show: <nativehr>0x80070002</nativehr><nativestack></nativestack> So the parameter is incorrect; Either the URL does not specify a valid path…
When compiling a project in Visual Studio, I got the error message “the exec task needs a command to execute” , with no line number or anything. Solution Check the “build Events” in the project properties. The error is caused by a newline character in the pre or post build text fields. This applies to…
The SharePoint Config log DB can grow quite large! The following way can help you shrink the config databases. But do only use these in test or development enviroments! SharePoint 2010 on SQL 2008 R2 Right click on you DB -> Properties Select Options Change the Recovery Model to SIMPLE and Click Ok Once that…
Problems when trying to open a SharePoint Document Library in explorer view from Windows? With errors like: “Your client does not support opening this list with Windows Explorer.” or in danish ”Klienten understøtter ikke åbning af denne liste med Windows Stifinder.” Explorer view uses the WebDav protocol to connect to SharePoint from the client. In…
It all began while restarting the Office SharePoint Server Search service. I got the error “The handle is invalid” I tried modifying the Log On Identity of the service. Changing this to “Local System”, the service started without any errors. But being in a server farm this provided me with: “The search request was unable to connect…
If you get the following error when trying to run a search on a WSS site: Your search cannot be completed because this site is not assigned to an indexer. Contact your administrator for more information. or in danish Din søgning kan ikke fuldføres, da dette websted ikke er tildelt et indekseringsprogram. Kontakt administratoren for…
Ever run in to problems with SharePoint and to long url or problems with uploading documents deep down the file map path? I have and I found some pretty stange limits. The Office programs Excel and Word have different limitations when it comes to storing documents in SharePoint. In a SharePoint document library with a…