Tuesday, October 13, 2009

SharePoint 2003 to Moss 2007 Upgrade : DataBase Migration

Upgrade SharePoint 2003 to MOSS 2007 , Refer the following links,

Click Here

Thursday, October 8, 2009

Access Denied in Operations and Applications Management tabs

Today I have faced one problem in my SharePoint Server when I have opened my SharePoint Central Administration. I can able to see the Home page, but when try to navigate Operations or Application Management tab. It was throwing error called “Access Denied.”

So, I followed these steps to update the password for the account that is used by the Central Administration application pool. I followed these steps:

On EACH (missed this part earlier) servers in the server farm, open a command prompt, type the following line, and then press ENTER: cd %commonprogramfiles%\Microsoft Shared\Web server extensions\12\Bin
On the server that hosts the Central Administration Web site, type the following line at the command prompt, and then press ENTER: stsadm -o updatefarmcredentials -userlogin DomainName\UserName -password NewPassword
On all other servers in the server farm, type the following line at the command prompt, and then press ENTER: Stsadm –o updateaccountpassword –userlogin -password [-noadmin]
· Then do an iisreset /noforce

That granted restored my permissions to the Application Management and Operations sites.
Then its works fine!!!!