Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Event 4007 - unable to open zone psstemp.deleteme

Reply
Thread Tools Display Modes

Event 4007 - unable to open zone psstemp.deleteme

 
 
Bob
Guest
Posts: n/a

 
      04-28-2007
I followed the subprocedure "If the domain controller cannot start in normal
mode" found at: http://support.microsoft.com/kb/332199/

Step 7b had me "Install Active Directory to make the computer a domain
controller for a new, temporary domain, such as "psstemp.deleteme."

I continued on with these steps and others and got to the point where I have
a functioning DC again.

However, I now have the following DNS error at DC startup on the DC I
reinstalled the temporary "psstemp.deleteme" AD on. My other two DC's don't
have this error.

I looked through the dnsmgmt.msc, but I can't find any mention of this old
temporary domain.

How do I stop DNS server from trying to open a non-existent zone in AD?

Thanks.
-----------------------------------------------------------------------------------------------
Event Type: Error
Event Source: DNS
Event Category: None
Event ID: 4007
Date: 4/28/2007
Time: 5:31:57 AM
User: N/A
Computer: RC-SERVER-4
Description:
The DNS server was unable to open zone psstemp.deleteme in the Active
Directory from the application directory partition
DomainDnsZones.psstemp.deleteme. This DNS server is configured to obtain and
use information from the directory for this zone and is unable to load the
zone without it. Check that the Active Directory is functioning properly and
reload the zone. The event data is the error code.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 0d 00 00 00 ....

DC=DomainDNSZones,DC=psstemp,DC=deleteme
-----------------------------------------------------------------------------------------------

--
Bob
 
Reply With Quote
 
 
 
 
Myweb
Guest
Posts: n/a

 
      04-28-2007
Hello Bob,

I assume you wanted to remove an old DC from the domain which does not work
with dcpromo?
If you follow the steps in that article do not connect it back to the running
domain. Because you are deleting all old domain information you will get
the error about the new domain you created in the registry setting in the
running DNS from the old one. The step you did are only to remove AD from
the broken server itself.


Best regards

Myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

> I followed the subprocedure "If the domain controller cannot start in
> normal mode" found at: http://support.microsoft.com/kb/332199/
>
> Step 7b had me "Install Active Directory to make the computer a domain
> controller for a new, temporary domain, such as "psstemp.deleteme."
>
> I continued on with these steps and others and got to the point where
> I have a functioning DC again.
>
> However, I now have the following DNS error at DC startup on the DC I
> reinstalled the temporary "psstemp.deleteme" AD on. My other two DC's
> don't have this error.
>
> I looked through the dnsmgmt.msc, but I can't find any mention of this
> old temporary domain.
>
> How do I stop DNS server from trying to open a non-existent zone in
> AD?
>
> Thanks.
> ----------------------------------------------------------------------
> -------------------------
> Event Type: Error
> Event Source: DNS
> Event Category: None
> Event ID: 4007
> Date: 4/28/2007
> Time: 5:31:57 AM
> User: N/A
> Computer: RC-SERVER-4
> Description:
> The DNS server was unable to open zone psstemp.deleteme in the Active
> Directory from the application directory partition
> DomainDnsZones.psstemp.deleteme. This DNS server is configured to
> obtain and
> use information from the directory for this zone and is unable to load
> the
> zone without it. Check that the Active Directory is functioning
> properly and
> reload the zone. The event data is the error code.
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> Data:
> 0000: 0d 00 00 00 ....
> DC=DomainDNSZones,DC=psstemp,DC=deleteme
> ----------------------------------------------------------------------
> -------------------------



 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      04-28-2007
Hi Myweb,

Dcpromo requires a normal boot. Because I could not boot normally, I had to
follow the sub-procedure "If the domain controller cannot start in normal
mode" (in KB332199).

I was directed to KB332199 by first following KB258062, "Directory Services
cannot start error message when you start your Windows-based or SBS-based
domain controller".

So, the full picture is:

1) KB258062 step 13 reads:
-----------------------------------------------------------------------------------------------
13. If the problem still exists after the offline defragmentation, and there
are other functional domain controllers in the same domain, remove Active
Directory from the server, and then reinstall Active Directory. To do this,
follow the steps in the "Workaround" section in the following Microsoft
Knowledge Base article:
332199 (http://support.microsoft.com/kb/332199/) Domain controllers do not
demote gracefully when you use the Active Directory Installation Wizard to
force demotion in Windows Server 2003 and in Windows 2000 Server
-----------------------------------------------------------------------------------------------
2) KB332199 has me ...
a) remove the failed DC via registry changes
b) install AD to a temporary domain called "psstemp.deleteme"
c) demote the DC in a normal way
d) and it then stops there. So I return back to calling step #13 in KB258062

3) KB258062 step 13 states "remove Active Directory from the server, and
then reinstall Active Directory".

So it seems to me I followed a supported procedure to force a DC demotion
for the purpose of eventually promoting that same server back into the
functional domain.

So I don't understand why DNS Server is looking for zone "psstemp.deleteme"
in AD when DNS Server was present and accounted for when I demoted the DC as
the last DC in the forest thus essentially abolishing "psstemp.deleteme".

But why this happened is water under the bridge, the question is: can it be
fixed now?
Thanks!
--
Bob

 
Reply With Quote
 
Myweb
Guest
Posts: n/a

 
      04-28-2007
Hello Bob,

Please post the full story from your DC problem, that we can understand what
happens before.

Best regards

Myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

> Hi Myweb,
>
> Dcpromo requires a normal boot. Because I could not boot normally, I
> had to follow the sub-procedure "If the domain controller cannot start
> in normal mode" (in KB332199).
>
> I was directed to KB332199 by first following KB258062, "Directory
> Services cannot start error message when you start your Windows-based
> or SBS-based domain controller".
>
> So, the full picture is:
>
> 1) KB258062 step 13 reads:
> ----------------------------------------------------------------------
> -------------------------
> 13. If the problem still exists after the offline defragmentation, and
> there
> are other functional domain controllers in the same domain, remove
> Active
> Directory from the server, and then reinstall Active Directory. To do
> this,
> follow the steps in the "Workaround" section in the following
> Microsoft
> Knowledge Base article:
> 332199 (http://support.microsoft.com/kb/332199/) Domain controllers do
> not
> demote gracefully when you use the Active Directory Installation
> Wizard to
> force demotion in Windows Server 2003 and in Windows 2000 Server
> ----------------------------------------------------------------------
> -------------------------
> 2) KB332199 has me ...
> a) remove the failed DC via registry changes
> b) install AD to a temporary domain called "psstemp.deleteme"
> c) demote the DC in a normal way
> d) and it then stops there. So I return back to calling step #13 in
> KB258062
> 3) KB258062 step 13 states "remove Active Directory from the server,
> and then reinstall Active Directory".
>
> So it seems to me I followed a supported procedure to force a DC
> demotion for the purpose of eventually promoting that same server back
> into the functional domain.
>
> So I don't understand why DNS Server is looking for zone
> "psstemp.deleteme" in AD when DNS Server was present and accounted for
> when I demoted the DC as the last DC in the forest thus essentially
> abolishing "psstemp.deleteme".
>
> But why this happened is water under the bridge, the question is: can
> it be
> fixed now?
> Thanks!



 
Reply With Quote
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a

 
      04-28-2007
Read inline please.

In news:8A17D84A-FFF0-43C0-83C9-,
Bob <86c6c2e6-> typed:
> Hi Myweb,
>
> Dcpromo requires a normal boot. Because I could not boot normally, I
> had to
> follow the sub-procedure "If the domain controller cannot start in
> normal
> mode" (in KB332199).
>
> I was directed to KB332199 by first following KB258062, "Directory
> Services
> cannot start error message when you start your Windows-based or
> SBS-based
> domain controller".
>
> So, the full picture is:
>
> 1) KB258062 step 13 reads:
> -----------------------------------------------------------------------------------------------
> 13. If the problem still exists after the offline defragmentation,
> and there
> are other functional domain controllers in the same domain, remove
> Active
> Directory from the server, and then reinstall Active Directory. To do
> this,
> follow the steps in the "Workaround" section in the following
> Microsoft
> Knowledge Base article:
> 332199 (http://support.microsoft.com/kb/332199/) Domain controllers
> do not
> demote gracefully when you use the Active Directory Installation
> Wizard to
> force demotion in Windows Server 2003 and in Windows 2000 Server
> -----------------------------------------------------------------------------------------------
> 2) KB332199 has me ...
> a) remove the failed DC via registry changes
> b) install AD to a temporary domain called "psstemp.deleteme"
> c) demote the DC in a normal way
> d) and it then stops there. So I return back to calling step #13 in
> KB258062
>
> 3) KB258062 step 13 states "remove Active Directory from the server,
> and
> then reinstall Active Directory".
>
> So it seems to me I followed a supported procedure to force a DC
> demotion
> for the purpose of eventually promoting that same server back into the
> functional domain.
>
> So I don't understand why DNS Server is looking for zone
> "psstemp.deleteme"
> in AD when DNS Server was present and accounted for when I demoted
> the DC as
> the last DC in the forest thus essentially abolishing
> "psstemp.deleteme".
>
> But why this happened is water under the bridge, the question is: can
> it be
> fixed now?
> Thanks!


I've seen this several times on Win2k3, seems like a bug to me, when you
remove AD (and the DNS data in it), it leaves the registry keys behind.
Since AD no longer exists on the server, it cannot load the zones.
Go here and delete the keys for the zones noted in the Event.
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\Zones


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


 
Reply With Quote
 
Mike Luo [MSFT]
Guest
Posts: n/a

 
      04-30-2007
Thanks MVPs!

Mike Luo

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      05-01-2007
Ok Kevin,
It's been a couple of days now and a few reboots too. Your registery hack
did the trick. THANKS!

p.s. I put a feedback in on Article ID : 332199 mentioning the need to
manually delete the key.
--
Bob
 
Reply With Quote
 
Dev Spec
Guest
Posts: n/a

 
      01-05-2012
Awesome!
Don't know why i didn't think of it before stumbling across this.... I too had demoted a no longer used DC and then later created a new dc in an current AD Forest and continued to get errors about the old DNS Zones; even after going through DCpromo and deleting left over DNS entried manually. THANKS!!!!
CLEARING THE SUBKEYS IN HKLM did it.

> On Saturday, April 28, 2007 10:36 AM 86c6c2e6-214651271 wrote:


> I followed the subprocedure "If the domain controller cannot start in normal
> mode" found at: http://support.microsoft.com/kb/332199/
>
> Step 7b had me "Install Active Directory to make the computer a domain
> controller for a new, temporary domain, such as "psstemp.deleteme."
>
> I continued on with these steps and others and got to the point where I have
> a functioning DC again.
>
> However, I now have the following DNS error at DC startup on the DC I
> reinstalled the temporary "psstemp.deleteme" AD on. My other two DC's don't
> have this error.
>
> I looked through the dnsmgmt.msc, but I can't find any mention of this old
> temporary domain.
>
> How do I stop DNS server from trying to open a non-existent zone in AD?
>
> Thanks.
> -----------------------------------------------------------------------------------------------
> Event Type: Error
> Event Source: DNS
> Event Category: None
> Event ID: 4007
> Date: 4/28/2007
> Time: 5:31:57 AM
> User: N/A
> Computer: RC-SERVER-4
> Description:
> The DNS server was unable to open zone psstemp.deleteme in the Active
> Directory from the application directory partition
> DomainDnsZones.psstemp.deleteme. This DNS server is configured to obtain and
> use information from the directory for this zone and is unable to load the
> zone without it. Check that the Active Directory is functioning properly and
> reload the zone. The event data is the error code.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> Data:
> 0000: 0d 00 00 00 ....
>
> DC=DomainDNSZones,DC=psstemp,DC=deleteme
> -----------------------------------------------------------------------------------------------
>
> --
> Bob



>> On Saturday, April 28, 2007 5:22 PM 86c6c2e6-214651271 wrote:


>> Hi Myweb,
>>
>> Dcpromo requires a normal boot. Because I could not boot normally, I had to
>> follow the sub-procedure "If the domain controller cannot start in normal
>> mode" (in KB332199).
>>
>> I was directed to KB332199 by first following KB258062, "Directory Services
>> cannot start error message when you start your Windows-based or SBS-based
>> domain controller".
>>
>> So, the full picture is:
>>
>> 1) KB258062 step 13 reads:
>> -----------------------------------------------------------------------------------------------
>> 13. If the problem still exists after the offline defragmentation, and there
>> are other functional domain controllers in the same domain, remove Active
>> Directory from the server, and then reinstall Active Directory. To do this,
>> follow the steps in the "Workaround" section in the following Microsoft
>> Knowledge Base article:
>> 332199 (http://support.microsoft.com/kb/332199/) Domain controllers do not
>> demote gracefully when you use the Active Directory Installation Wizard to
>> force demotion in Windows Server 2003 and in Windows 2000 Server
>> -----------------------------------------------------------------------------------------------
>> 2) KB332199 has me ...
>> a) remove the failed DC via registry changes
>> b) install AD to a temporary domain called "psstemp.deleteme"
>> c) demote the DC in a normal way
>> d) and it then stops there. So I return back to calling step #13 in KB258062
>>
>> 3) KB258062 step 13 states "remove Active Directory from the server, and
>> then reinstall Active Directory".
>>
>> So it seems to me I followed a supported procedure to force a DC demotion
>> for the purpose of eventually promoting that same server back into the
>> functional domain.
>>
>> So I don't understand why DNS Server is looking for zone "psstemp.deleteme"
>> in AD when DNS Server was present and accounted for when I demoted the DC as
>> the last DC in the forest thus essentially abolishing "psstemp.deleteme".
>>
>> But why this happened is water under the bridge, the question is: can it be
>> fixed now?
>> Thanks!
>> --
>> Bob



>>> On Saturday, April 28, 2007 7:38 PM Kevin D. Goodknecht Sr. [MVP] wrote:


>>> Read inline please.
>>>
>>> In news:8A17D84A-FFF0-43C0-83C9-,
>>> Bob <86c6c2e6-> typed:
>>>
>>> I've seen this several times on Win2k3, seems like a bug to me, when you
>>> remove AD (and the DNS data in it), it leaves the registry keys behind.
>>> Since AD no longer exists on the server, it cannot load the zones.
>>> Go here and delete the keys for the zones noted in the Event.
>>> HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\Zones
>>>
>>>
>>> --
>>> Best regards,
>>> Kevin D. Goodknecht Sr. [MVP]
>>> Hope This Helps
>>> Send IM: http://www.icq.com/people/webmsg.php?to=296095728
>>> ===================================
>>> When responding to posts, please "Reply to Group"
>>> via your newsreader so that others may learn and
>>> benefit from your issue, to respond directly to
>>> me remove the nospam. from my email address.
>>> ===================================
>>> http://www.lonestaramerica.com/
>>> http://support.wftx.us/
>>> http://message.wftx.us/
>>> ===================================
>>> Use Outlook Express?... Get OE_Quotefix:
>>> It will strip signature out and more
>>> http://home.in.tum.de/~jain/software/oe-quotefix/
>>> ===================================
>>> Keep a back up of your OE settings and folders
>>> with OEBackup:
>>> http://www.oehelp.com/OEBackup/Default.aspx
>>> ===================================



>>>> On Sunday, April 29, 2007 11:58 PM v-milu wrote:


>>>> Thanks MVPs!
>>>>
>>>> Mike Luo
>>>>
>>>> Microsoft Online Partner Support
>>>> Get Secure! - www.microsoft.com/security
>>>>
>>>> ================================================== ===
>>>> When responding to posts, please "Reply to Group" via your newsreader so
>>>> that others may learn and benefit from your issue.
>>>> ================================================== ===
>>>> This posting is provided "AS IS" with no warranties, and confers no rights.



>>>>> On Monday, April 30, 2007 2:10 AM Myweb wrote:


>>>>> Hello Bob,
>>>>>
>>>>> I assume you wanted to remove an old DC from the domain which does not work
>>>>> with dcpromo?
>>>>> If you follow the steps in that article do not connect it back to the running
>>>>> domain. Because you are deleting all old domain information you will get
>>>>> the error about the new domain you created in the registry setting in the
>>>>> running DNS from the old one. The step you did are only to remove AD from
>>>>> the broken server itself.
>>>>>
>>>>>
>>>>> Best regards
>>>>>
>>>>> Myweb
>>>>> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
>>>>> no rights.



>>>>>> On Tuesday, May 01, 2007 3:19 PM 86c6c2e6-214651271 wrote:


>>>>>> Ok Kevin,
>>>>>> It's been a couple of days now and a few reboots too. Your registery hack
>>>>>> did the trick. THANKS!
>>>>>>
>>>>>> p.s. I put a feedback in on Article ID : 332199 mentioning the need to
>>>>>> manually delete the key.
>>>>>> --
>>>>>> Bob




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Event ID 4007 error Tony Benham DNS Server 6 03-23-2007 02:07 AM
DNS 4007 Event Errors Scott Micale DNS Server 4 05-15-2006 05:11 PM
Event ID 4007 During normal production Pete Prout DNS Server 2 08-04-2005 04:51 AM
RE: event id 4007 Tony Su Windows Small Business Server 0 04-10-2005 04:09 AM
DNS error - EVENT ID 4007 James Minkler DNS Server 2 11-30-2004 04:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59