Monday, June 21, 2010

Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencie

Error:
Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Reason:
"Windows identity foundation pack" may be missed from your machine.

Solution:


An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: Failed to call GetTypes on ....

Error:
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: Failed to call GetTypes on assembly Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c. Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Reason:
You will get this error, when you are trying to configure the SharePoint 2010 central admin (SharePoint product configuration wizard). The reason behind the error is, you might not installed the "Chart Control" in your windows 7 machine.

Solution:
So, download the chart control from http://go.microsoft.com/fwlink/?LinkID=122517 and install it.

Thats it...

Thursday, April 15, 2010

The specified SPContentDatabase Name=WSS_Content Parent=SPDatabaseServiceInstance Name=MSSQL2008 has been upgraded to a newer version of SharePoint.


Error:
The specified SPContentDatabase Name=WSS_Content Parent=SPDatabaseServiceInstance Name=MSSQL2008 has been upgraded to a newer version of SharePoint. Please upgrade this SharePoint application server before attempting to access this object.





Reason:

This error may occur, if you are trying to attach the SQL server 2008 "MDF" file in SQL Server 2008 (No typo :) ) and the SharePoint Version is MOSS 2007 with no service packs.

Solution:

Just install the WSS service pack 2 & MOSS service pack 2. Now, you can attach the database without any issue.

For more info, refer my another post here

Thats it...

Monday, April 12, 2010

Issue: "Create or extend web application" link is missing in Central Admin


Issue:
"Create or extend web application" is missing in Central Admin.

Reason:
1. Because, the current browsing user may not have the rights to create the Web application.
2. You may be browsing within "Windows Server 2008"
3. You may be browsing within the MOSS server

Solutions:
Solution 1:
Browse the Url from outside MOSS 2007 server
Solution 2: (Suggested solution)
1. Right click on the browser icon.
2. Select "Run as Administrator" option.
3. Now, go to the central admin url and you can see the "Create or extend web application" link.



Thats it.

"Save site as template" Missing in MOSS 2007

Issue:
Sometime "Save site as template" link may be missed in MOSS 2007

Solution:
Usually this link will be available in the "Site Actions" --> "Site Settings" area. This may be missed sometimes, if you upgrade your team site into "Publishing Site". (i.e. If you forced to convert as a publishing site through the STSADM command). Then, How can we save the site template?

Still there is an answer. Just type the below command in browser after the site name & port (without quotes).

"/_layouts/savetmpl.aspx"

For example:
http://172.16.10.10:5002/_layouts/savetmpl.aspx

Later, you can download this template from "Site Template Gallery" (under Site Actions --> Site Settings). 
For Example:
http://172.16.10.10:5002/_catalogs/wt/Forms/Common.aspx

Thats it...

Tuesday, January 19, 2010

Error: Some or all identity references could not be translated

Error:
Some or all identity references could not be translated.

Reason:
You will get this error, when you migrate your server domain from one to another. Coz, your farm administrator domain also will be changed.

Solution:
1. Go to command prompt.
2. Navigate to STSADM tool folder.
3. type the below command
stsadm.exe -o updatefarmcredentials -userlogin "NewDomain\Admin" -password "Password"
4. Reset the IIS.

Thats it...

Wednesday, December 23, 2009

Error: Content deployment job '<Job Name truncated>' failed.The remote upload Web request failed

Error: 
Content deployment job '<Job Name truncated>' failed.The remote upload Web request failed

Reason:
You will get this error, when you are trying to deploy the content from one sharepoint server to another. You will get this 
error, because the destination server name/IP may not be resolved by the deployment job.

Solution:
1. Go to your destination server desktop.
2. Right click on the "My Computer"
3. Click on "Properties"
4. Go to "Computer Name" tab.
5. Copy the Full Computer Name as shown below:




6. Open your host file from "c:\windows\system32\drivers\etc\hosts" in NotePad. (In Source Server)
7. Paste the Server name along with IP address at last as below: (Do not delete/move other texts)


8. Now run the content deployment.

Thats it.