Hallo,
wir müssen einen Sharepoint Web Front End Server zur bestehenden Farm hinzufügen. Wenn wir auf dem neuen Server W2k8 Standard WSS 3 Services configurieren bekommen wir die Fehlermeldung:
Failed to connect to the configuration database.
An exception of type System.UnauthorizedAccessException was thrown. Additional
exception information: Access to the path 'D:\Logging_Sites' is denied.
|
- Account & Password stimmen
- User ist als Lokaler Admin auf dem Server eingetragen
Das Apllication Log auf dem Front End Server Meldet:
Log Name: Application
Source: Windows SharePoint Services 3
Date: 8/24/2010 4:27:12 PM
Event ID: 3351
Task Category: Database
Level: Error
Keywords: Classic
User: N/A
Computer: TI-SPP.[Domain]
Description:
SQL database login failed. Additional error information from SQL Server is included below.
Login failed for user '[Domain]\TI-SPP$'.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows SharePoint Services 3" />
<EventID Qualifiers="0">3351</EventID>
<Level>2</Level>
<Task>484</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-08-24T14:27:12.000Z" />
<EventRecordID>2790</EventRecordID>
<Channel>Application</Channel>
<Computer>TI-SPP.[Domain]</Computer>
<Security />
</System>
<EventData>
<Data>Login failed for user '[Domain]\TI-SPP$'.</Data>
</EventData>
</Event>
|
Wir wissen nciht mehr weiter
