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 | 3 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: [...]

System.Runtime.InteropServices.COMException (0×80070003): The system cannot find the path specified

Posted by admin in IIS, Sharepoint on 09. Dec, 2009 | 0 Comments

I changed the name of my sharepoint server and since am using a single server, I needed to create a new configuration database.
Disconnecting from sharepoint farm succeeds but when running the configuration wizard again to create a new servers farm and filling the Central Admin site port and authentication type I got the following error message:
An exception [...]

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 [...]

How to Disable the LoopBackCheck in registry

Posted by admin in Others on 22. Nov, 2009 | 0 Comments

If you receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version
error:
HTTP 401.1 – Unauthorized: Logon Failed
also if you check your IIS logs for your site you will find  401.2 and 401.1 errors for your requests, then you need to disable the [...]

HttpException (0×80004005): Session state can only be used when enableSessionstate is set to true….

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

If you get this error:
Session state can only be used when enablesession is set to true, either in a configuration file or in the page directive.
Description: An unhanded exception occured during the execution of the current web request. Please review the stack for more information about the error and where it originated in the code.
 Source [...]