 |
event ID 7888 - Omar |
26-Dec-06 03:05:00
|
Dear All,
i have an sharepoint services 3.0 running on windows 2003 server, it the
event log i use to get the below every 2 min, is an any one can help me
fixing this error.
here is the error copy:
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Office Server General
Event ID: 7888
Date: 12/25/2006
Time: 1:44:45 PM
User: N/A
Computer: EPM-DC
Description:
A runtime exception was detected. Details follow.
Message: Windows NT user or group 'epm.com\administrator' not found. Check
the name again.
Techinal Details:
System.Data.SqlClient.SqlException: Windows NT user or group
'epm.com\administrator' not found. Check the name again.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
exception, Boolean breakConnection)
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,
SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method,
DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Office.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand
command)
at Microsoft.Office.Server.Data.SqlServerManager.GrantLogin(String user)
at
Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeConfigurationDatabaseAccess(SharedComponentSecurity security)
at
Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeAccessControl(SharedComponentSecurity sharedApplicationSecurity)
at
Microsoft.Office.Server.Administration.SharedResourceProvider.Microsoft.Office.Server.Administration.ISharedComponent.Synchronize()
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--
Emad Omara
Computer eng. |
 |
| |
| |
|
| |
|
event ID 7888 - RP |
26-Dec-06 05:20:44
|
Does epm.com\administrator account have permissions to SQL Server? If
not, then try giving permissions to the account , if Yes remove the
admin account and re-assign it (this apporach worked for me on SQL
Server 2005. I dont have the internal details for it).
Hth,
RP |
 |
| |
event ID 7888 - Omar |
27-Dec-06 06:56:01
|
thanks for your response, actually what I found out is that user was not
having writing permission to the SQL database so i decided to use the other
user which has full writing permission but it didn't work too because I was
trying to write on the same databases but when I user the same user to create
new database in that time creation of PWA site works fine without any errors.
Again thanks for your support
--
Emad Omara
Computer Instructor |
 |
| |
|
|
| how to code my own SPField? |