SBS 2003 Tricks #4

Znowu problem z kontrolerem domeny, znowu MSDTC (nie pamiętam czy pisałem o tym wcześniej, stąd ku pamięci):

MSDTC Event ID 4143 and 53258 on Windows Server 2003 SP1 Domain Controller

I got hit by a problem on a freshly installed virtual machine using a slipstreamed SP1 installation and promoted to a domain controller. Two events were appearing in the event log which were unexpected.

Source: MSDTC Event ID: 4143 Information
MS DTC has detected that a DC Promotion has happened since the last time the MS DTC service was started.

followed by

Source: MSDTC Event ID: 53258 Warning
MS DTC could not correctly process a DC Promotion/Demotion event. MS DTC will continue to function and will use the existing security settings.

To resolve this, go through the following steps:
- Start/Administrative Tools/Component Services
- Navigate the tree view on the left to:
– Console Root
– Component Services
– Computers
– My Computer
- Right click on „My Computer” and select properties
- Select the MSDTC Tab
- Under „Transaction Configuration” near the bottom, click „Security Configuration”
- On the Security Configuration screen, just click OK – don’t change anything.
- Back on the „My Computer Properties” screen, click OK again to dismiss
- Right click on „My Computer” in the tree view and select „Stop MS DTC”
- Right click on „My Computer” in the tree view and select „Start MS DTC”
- Close the Component Services snapin.

All should now be well again. Hope this helps someone.

Źródło: link

SBS 2003 tricks #1

Ostatnio dużo pracuję z serwerami SBS 2003 od Microsoftu. Jak się zapewne domyślacie, przysparzają mi one bólu głowy, stąd ten cykl, poświęcony błędom i rozwiązaniom tych błędów („coby-nie-zapomnieć?”).

Błąd:

The DSRestore Filter failed to connect to local SAM server. Error returned is <id :997>.

Rozwiązanie:
Zresetować hasła administracyjne usługi Directory Services Restore:

To Reset the DSRM Administrator Password

1. Click, Start, click Run, type ntdsutil, and then click OK.
2. At the Ntdsutil command prompt, type set dsrm password.
3. At the DSRM command prompt, type one of the following lines:
* To reset the password on the server on which you are working, type reset password on server null. The null variable assumes that the DSRM password is being reset on the local computer. Type the new password when you are prompted. Note that no characters appear while you type the password.

-or-
* To reset the password for another server, type reset password on server servername, where servername is the DNS name for the server on which you are resetting the DSRM password. Type the new password when you are prompted. Note that no characters appear while you type the password.
4. At the DSRM command prompt, type q.
5. At the Ntdsutil command prompt, type q to exit.

Źródło: MS Tech Net