The Execute method of job definition “SPSolutionDeploymentJobDefinition” (id “c399d875-78f4-42c2-a230-de6842e208bf”) threw an exception

Posted by admin in Sharepoint on 16. Jan, 2010 | 6 Comments

In Microsoft Office SharePoint 2007, when you try to upload InfoPath form from Central Administration Site the installation will fail.
In event Viewer you will see the following error posted:
Event ID: 6759
The Execute method of job definition “SPSolutionDeploymentJobDefinition” (id “c399d875-78f4-42c2-a230-de6842e208bf”) threw an exception. Solution manifest for solution ‘3dc3b0d5-7837-4d88-bda5-104dab188495′ failed validation, file manifest.xml, line 2, character 84: [...]

404 error when uploading large files to Sharepoint Document Library

Posted by admin in Sharepoint on 27. Nov, 2009 | 0 Comments

When uploading larger than 28 MB files to a SharePoint library, you get 404 error. This occurs because SharePoint , IIS , Windows needs to be configured to handle large files.
Solution:
To solve the issue:
- Opened the file : %windir%\system32\inetsrv\config\applicationhost.config
In the ApplicationHost.config file, locate the node.
add a large value that matches the size of the Content-Length [...]