How to configure Kerberos for SharePoint / MOSS 2007

By peter.stilgoe









Configuring Kerberos for your MOSS 2007 deployment can be quite troublesome without knowing the necessary steps that need to be taken and correct order to take them in, well click here for a great step by step guide in how to do this and here for the next stage on how to configure Kerberos for Excel Services and SQL Analysis Services

Useful further reading for using Kerberos authentication in MOSS:

Essential Tips On Kerberos for SharePoint Deployers

Troubleshooting Kerberos errors

How to use Kerberos authentication in SQL Server

Share

Leggi tutto

How to add extra servers to your MOSS 2007 / Sharepoint Farm

By peter.stilgoe









This is fairly straightforward as MOSS has been designed with scalability in mind and is achieved by following the steps below:

Build your new server

1) Install Windows Server 2003 R2
2) Install IIS 6.0
3) Install .Net 2.0 and .Net 3.0
4) Download all the latest service packs & security updates from Microsoft
5) Allow ASP.NET in the Web Service Extensions section of IIS Manager
6) Join your new server to the same domain as your existing MOSS farm.
7) Ensure your MOSS installation account is a member of the local administrators group.

Install MOSS & add server to your existing farm

1) Install MOSS using your installation account
2) Choose Advanced and Complete install
3) Run the SharePoint Product and Technologies Configuration Wizard
4) Select ‘Connect to an existing farm’
5) Enter your MOSS database server and click Retrieve Database Names. The Database name and username fields are automatically populated, enter the password and click Next
6) In Advanced Setting ensure that this new server is not set to host the Central Administration Site and click Next
7) This server is now a member of your existing farm. Use the Central Administration to configure it as a web frontend server, index server, application server etc etc.

Share

Leggi tutto

Common Sharepoint Error codes & their meaning

By peter.stilgoe









401 errors – These are generally access related.

401;1 Unauthorized access because the logon has failed

401;2 Unauthorized access because the logon has failed due to the server

configuration

401;3 Unauthorized access because of an Access Control List (ACL) entry

401;4 Unauthorized access because an IIS filter is blocking access

401;5 Unauthorized access because of an ISAPI or CGI application

403 errors – These are security related also.

403;1 Forbidden because execute access isn’t allowed

403;2 Forbidden because read access isn’t allowed

403;3 Forbidden because write access isn’t allowed

403;4 Forbidden because SSL use is required

403;5 Forbidden because 128 bit SSL use is required

403;6 Forbidden because the IP address was rejected

403;7 Forbidden because a client certificate is required

403;8 Forbidden because access to the site is denied

403;9 Forbidden because too many users are presently attached to the site

403;10 Forbidden because of an invalid configuration

403;11 Forbidden because of an invalid password

403;12 Forbidden because the Web site requires a valid client certificate

403;13 Forbidden because the client certificate was revoked

403;14 Forbidden because the directory listing is denied

403;15 Forbidden because client access license count was exceeded

403;16 Forbidden because the client access certificate is invalid or untrusted

403;17 Forbidden because the client access certificate is expired or is not yet valid

424 Errors

424 errors normally show up when an application protection level is set too high. To cure this on your IIS server goto the web application, select the Properties Virtual Directory tab & set the Application Protection to Low (IIS Process).

500 Error

This is a generic internal error on the IIS server. A common cause of this error in a Sharepoint environment is that Check That File Exists check box in the Internet Service Manager is checked so check here first!

503 Error

This means a service has stopped running or hung, check in Event Viewer on the server to see which one is causing the problem.

Share

Leggi tutto

Creating Business Data Catalog Definition Files For MOSS2007

By peter.stilgoe









BDC-Meta-Man is a great tool for creating these which can be downloaded here:

http://www.lightningtools.com/bdc-meta-man/default.aspx

Share

Leggi tutto