Microsoft releases sneak peeks of SharePoint 2010.
You can get a good sense of the application and look and feel overview.
link: SP 2010
Monday, August 17, 2009
Thursday, August 6, 2009
How to fix Blank IIS
From time to time I came across SharePoint farms that have a blank IIS server, in some cases the IIS MMC stops responding at all. Those errors accompany by event log errors:
o Event ID 6398
o Event ID 6482
o Event ID 7076

My first action is to reset the IIS – this fix the problem for a short while…
To fix this errors permanently we need to install the appropriate hotfix and restart the server. If you have multiple servers farm, the hotfix must be apply on all servers
The link to download the fix:
link
Monday, August 3, 2009
Lockdown Feature
When publishing Web portal, most of the time we to want prevent users from accessing the application pages: _layouts/…/default.aspx
The reason to activate this feature in an internet environment is to change the permissions level of the anonymous users group Limited Access privilege. Because there is no way to change these permissions through the UI, we need to use this Feature.
The Lockdown feature removes the View Application Pages permission, and the Use Remote Interfaces permission. This is helpful in preventing users from accessing application pages on a public facing/Internet web site
The Command:
stsadm -o activatefeature -url-filename ViewFormPagesLockDown\feature.xml
Note: this is the same like on all features, we can deactivate this feature (unlocked):
stsadm -o deactivatefeature -url-filename ViewFormPagesLockDown\feature.xml
Link to Microsoft LockDown syntax: LINK
The reason to activate this feature in an internet environment is to change the permissions level of the anonymous users group Limited Access privilege. Because there is no way to change these permissions through the UI, we need to use this Feature.
The Lockdown feature removes the View Application Pages permission, and the Use Remote Interfaces permission. This is helpful in preventing users from accessing application pages on a public facing/Internet web site
The Command:
stsadm -o activatefeature -url
Note: this is the same like on all features, we can deactivate this feature (unlocked):
stsadm -o deactivatefeature -url
Link to Microsoft LockDown syntax: LINK
Tuesday, July 28, 2009
Error: Failed to upgrade SharePoint Products and Technologies
The scenario:
When I try to add a new Web server to an existing farm with no Web applications, after installing the server I ran the SharePoint Products and Technologies Configuration Wizard & receive the following error message:
An exception of type-Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products and Technologies.
And additionally, the Upgrade.log file contains the following error message:
The access control list on %system root%\Program Files\ Common Files \Microsoft Shared\Web server extensions\12\template\layouts\Web.config could not be modified because the path could not be located in the file system.
Why it happened?
This error occurs when the SharePoint Products and Technologies Configuration Wizard cannot locate or modify the Web.config file.
The reason for this error was because the SharePoint Products and Technologies Configuration Wizard cannot locate or modify the Web.config file - which was supposed to be in the 12\template\Layouts folder
How can I fix it?
When I try to add a new Web server to an existing farm with no Web applications, after installing the server I ran the SharePoint Products and Technologies Configuration Wizard & receive the following error message:
An exception of type-Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products and Technologies.
And additionally, the Upgrade.log file contains the following error message:
The access control list on %system root%\Program Files\ Common Files \Microsoft Shared\Web server extensions\12\template\layouts\Web.config could not be modified because the path could not be located in the file system.
Why it happened?
This error occurs when the SharePoint Products and Technologies Configuration Wizard cannot locate or modify the Web.config file.
The reason for this error was because the SharePoint Products and Technologies Configuration Wizard cannot locate or modify the Web.config file - which was supposed to be in the 12\template\Layouts folder
How can I fix it?
1. simply copy the Web.config file from the following folder:
%system root%\Program Files\ Common Files\Microsoft Shared\Web server extensions\12\Config
2. plant it in the following folder:
%%system root%\Program Files\ Common Files\Microsoft Shared\Web server extensions\12\Template\Layouts.
3. Run the SharePoint Products and Technologies Configuration Wizard again
Microsoft Technet link
Tuesday, July 21, 2009
Error: The database is not consistent with the expected database schema version
After upgrade from standard license to an enterprise version of SharePoint 2007, one of my customers Starts to notice a repeated error in the event log under the application section.
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Topology
Event ID: 5617
The error massage was:
The schema version (3.0.149.0) of the database SharePoint_AdminContent_xxxxxxxxxxxxxxxxxx on x64a is not consistent with the expected database schema version (3.0.150.0) on XXX. Connections to this database from this server have been blocked to avoid data loss. Upgrade the web front end or the content database to ensure that these versions match
The Solution was very simple:
stsadm -o upgrade -inplace -url http://{relevant central_admin_url}
In my case that seemed to have solved the problem.
Event Type: Error
Event Source: Windows SharePoint Services 3
Event Category: Topology
Event ID: 5617
The error massage was:
The schema version (3.0.149.0) of the database SharePoint_AdminContent_xxxxxxxxxxxxxxxxxx on x64a is not consistent with the expected database schema version (3.0.150.0) on XXX. Connections to this database from this server have been blocked to avoid data loss. Upgrade the web front end or the content database to ensure that these versions match
The Solution was very simple:
stsadm -o upgrade -inplace -url http://{relevant central_admin_url}
In my case that seemed to have solved the problem.
Thursday, June 18, 2009
Additions to this Web site have been blocked
Last week I bump into new error after installing MOSS SP2 in one of our customer’s servers.
"Additions to this Web site have been blocked."
This is a Familiar problem in system with Quota templates.
I can log into the site but I can’t add or open documents and/or creating new sites and document library. The site collection was locked and unavailable for read or write access
The strange thing is that Quota was not enabled on this Site Collection, but it locks the databases anyway.
To repair this error all you need to do is go central administration -> Application Management -> Site Collection Quotas and locks
Change the setting on “Site lock Information” to “Not locked”.In my case it was on “Adding content prevented
"Additions to this Web site have been blocked."
This is a Familiar problem in system with Quota templates.
I can log into the site but I can’t add or open documents and/or creating new sites and document library. The site collection was locked and unavailable for read or write access
The strange thing is that Quota was not enabled on this Site Collection, but it locks the databases anyway.
To repair this error all you need to do is go central administration -> Application Management -> Site Collection Quotas and locks
Change the setting on “Site lock Information” to “Not locked”.In my case it was on “Adding content prevented
Wednesday, June 3, 2009
PDF iFilter in MOSS Systems
How to install the PDF iFilter & Add to your system pdf files that are searchable with Icon.
Download the latest Adobe PDF IFilter from
adobe
Stop the IIS service.
Run the Adobe PDF IFilter Setup file on your MOSS server.
Download from the Web ICPDF.GIF icon and save it on your Server.
Copy the ICPDF.GIF file to: "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images"
Open: "C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12 \Template\ Xml\ DOCICON.XML"
Add the following to syntax for the .pdf type:
Run iisreset
Add the .pdf file type in the following list:
Central Administration - Shared Services (SSP) - Search Settings - File Types
Add the new file type: pdf
Perform a full crawl of your SharePoint content source.
Download the latest Adobe PDF IFilter from
adobe
Stop the IIS service.
Run the Adobe PDF IFilter Setup file on your MOSS server.
Download from the Web ICPDF.GIF icon and save it on your Server.
Copy the ICPDF.GIF file to: "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images"
Open: "C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12 \Template\ Xml\ DOCICON.XML"
Add the following to syntax for the .pdf type:
Run iisreset
Add the .pdf file type in the following list:
Central Administration - Shared Services (SSP) - Search Settings - File Types
Add the new file type: pdf
Perform a full crawl of your SharePoint content source.
Subscribe to:
Posts (Atom)
