Posted by
Leszek Polnik
|
Posted in
SharePoint
|
Posted on
04:27
If You want branding AccessDenied.aspx (_layouts) site You should make modifications in "simple.master". Like most master pages, the simple.master controls the look and feel or more than just a single page. In fact, it controls the look and feel of seven pages in the _layouts folder:
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
AccessDenied.aspx |
Confirmation.aspx |
Error.aspx |
Login.aspx |
ReqAcc.aspx |
Signout.aspx |
Webdeleted.aspx |
Any changes could have impact to application level or for one site collection only.
Precisely how to change "simple.master" and contraindications are written in Microsoft article. Please see here:
http://support.microsoft.com/kb/944105/en-us
Posted by
Leszek Polnik
|
Posted in
SharePoint
|
Posted on
07:45
Our client created site collection with using Team Site template and later they want some extra features. Therefore they activated “Office SharePoint Server Publishing Infrastructure” feature and add to root site Content Query Web Part with RSS feed enabled. But when they gave click on RSS feed button they recived below error:
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). at System.Guid..ctor(String g) at Microsoft.SharePoint.Publishing.Internal.CodeBehind.FeedPage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Posted by
Michał Juśkowiak
|
Posted in
SharePoint
|
Posted on
04:53
When you've finished configure all farm settings after new installation check if your web applications are accessible from your's Web Front Ends. If you receive below error:
"HTTP Error 401.1 – Unauthorized: Access is denied due to invalid credentials" don't be sad, because Microsoft have two solutions for this type of issue. I have always use method 1.
Posted by
Michał Juśkowiak
|
Posted in
SharePoint
|
Posted on
04:31
Prerequisite
The URL of the application will be the same after content moving
There is no infrastructure changes during the backup and restore process
The essential steps of the content db moving
1.Site collection backup
The stsadm command which make the backup is the following:
stsadm -o backup -url <site collection url> -filename <backup filename>
Posted by
Leszek Polnik
|
Posted in
SharePoint
|
Posted on
04:36
If you need to check or unlock site collection(s) automatically you can use this script. You can also add it at the end of any stsadm backup script by adding:
powershell.exe "& 'c:\folder\Get-SiteLock.ps1' -unlock"
This way it will check all site collections of all web applications for read-only locks and unlocks them if found. Post SP2 site collection backup sets the site collection as read-only during the backup but sometimes doesn't unlock them correctly after the backup.
Posted by
Leszek Polnik
|
Posted in
Windows
|
Posted on
02:50
Open a Command Prompt window by typing CMD.EXE in Start, Run dialog. Then type the following command in the prompt:
Posted by
Leszek Polnik
|
Posted in
SharePoint
|
Posted on
17:52
Received error:
The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer.