Web site and SQL Server events (Windows SharePoint Services 3.0)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2008-09-08

Windows SharePoint Services 3.0 uses Microsoft SQL Server databases to store content for the Web site and configuration settings. For example, all pages in the site, files in document libraries, files attached to lists, and information in lists, plus security and permission settings are stored in the content database. Other configuration settings are stored in the configuration database in SQL Server.

Windows SharePoint Services 3.0 uses a service account to communicate with the database on behalf of a user request. This service account can be either a specific user name and password (domain name and password) or a predefined system account such as Local System or Network Service. When a SQL Server database is created, the value for the maximum database size is set. Each database has a separate database size setting.

Note

A Web application might be associated with one or many databases.

The following table lists Web site and SQL Server events for Windows SharePoint Services 3.0.

Event ID Message

3351

SQL database login failed. Additional error information from SQL Server is included below.
%1

3355

Cannot connect to SQL Server. ‘%1’ not found. Additional error information from SQL Server is included below.
%2

3358

Specified SQL Server not found. Additional error information from SQL Server is included below.
%1

3361

Incorrect Microsoft Data Access Component version. Windows SharePoint Services requires at least version 2.8.1022.0.

3363

SQL Server version ‘%1’ or greater required.

3758

Database full error on SQL Server instance ‘%1’ in database ‘%2’. Additional error information from SQL Server is included below.
%3

3759

Database ‘%1’ on SQL Server instance ‘%2’ is not empty and does not match current database schema.

3760

SQL Database ‘%1’ on SQL Server instance ‘%2’ not found. Additional error information from SQL Server is included below.
%3

4971

Cannot update database on SQL Server instance ‘%1’. Database is read/only. Additional error information from SQL Server is included below.
%2

4972

The SQL Server collation on SQL Server instance ‘%1’ is not supported. Windows SharePoint Services requires a Latin1 General dictionary order, case insensitive, accent sensitive, kana sensitive, and width sensitive collation (‘%2’).

5214

Insufficient SQL database permissions for user ‘%1’ in database ‘%2’ on SQL Server instance ‘%3’. Additional error information from SQL Server is included below.
%4

5586

Unknown SQL Exception ‘%1’ occurred. Additional error information from SQL Server is included below.
%2

5762

Duplicate unique index on SQL Server instance ‘%1’ in database ‘%2’. Additional error information from SQL Server is included below.
%3

5763

Primary key violation on SQL Server instance ‘%1’ in database ‘%2’. Additional error information from SQL Server is included below.
%3

See Also

Concepts

Events and error reference (Windows SharePoint Services)
Services events used in Windows SharePoint Services 3.0