MOSS 2007

Peoplepicker not showing diabled users

If you don’t want that disabled accounts will be show in the people picker of MOSS 2007, than run the following stsadm command to add a filter to the peoplepicker query: stsadm -o setproperty -propertyname peoplepicker-searchadcustomfilter -propertyvalue (!userAccountControl=514) -url http://site_collection_url   To check if the query has changed, run the following stsadm command: stsadm -o getproperty … Continued

File Not Found error NewDwp.aspx in SharePoint, adding new web part

Receiving the following error in MOSS 2007 when you try to add a new web part? File Not Found. at System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) at System.Signature.GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, RuntimeFieldHandle fieldHandle, RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) at System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) at System.Reflection.RuntimeMethodInfo.get_Signature() at System.Reflection.RuntimeMethodInfo.GetParameters() at … Continued

Search Error: Authentication failed because the remote party has closed the transport stream

A few days ago the following errors startud to show up in one off the WFE servers from a SharePoint farm: Failed to obtain crawl status. —> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. —> System.IO.IOException: Authentication failed because the remote party has closed the transport stream. Job ‘Distribution … Continued

MOSS 2007 Workflow: An error has occured in Approval

If you create a custom approval workflow in a document library and select this option on the customize workflow screen: [x] Update the approval status (use this workflow to control content approval) SharePoint maybe report the following error: “An error has occured in Approval.” The solution for this problem is very simple, if you want … Continued