Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 01-29-2007, 06:49 AM   #1 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


Server 2003

Hi there,

I have a small problem - i'va a problem with my windows domain controller and it wont let me installor uninstall anything, also wont let me open most the programs.

Now i want to re-install to sort all this out BUT dont want to loose everything in AD or G Policies. How would i go about doing this? if anyone has iny ideas i would be most greatful.

If it's any help do have another computer as a secondry Domain Controler on the same domain. and all the userprofiles software installationssare svaed on a seperate hard disk in the master domain controller.


Also keep getting the following error

Quote:
Error 1402. Could notopen key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run.
verify you have sufficient access to the key, or contact your support personel.

Cheers in advance
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 01-29-2007, 07:37 AM   #2 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Assuming you have admin rights, is this a windows error? Have you check the event logs?
Rebuilding a domain controller is the very last resort. You don't know if you will experience the same problems on the new one. It is usually best to fix the problem.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 07:45 AM   #3 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


it is whenever i try installing or uninstalling ANY software i get that error.

in regedit i try to look at the key and it says could not open key.

then network is a small network of 9 computers 2 of which have windows server and run as domain controllers.
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 07:46 AM   #4 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Is this a test environment or a live domain?
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 07:48 AM   #5 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


a live domain (BUT if it is down for a few days that is no problem as it is only for a scout group not a company or anything)


by the way this is happening when logged on locally was administrator.

roles running are

AD
File Server
Print Server
DHCP
WINS
DNS

IIS (wont install comes up with error)

Last edited by scottw; 01-29-2007 at 07:59 AM.
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 08:11 AM   #6 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

To replace the domain controller.

Make sure the second domain controller has all the FSMO roles and global catalog.
Update all clients to pull from the second DC.
Demote the first DC and remove from the network.
Rebuild it installing DNS, DHCP, etc.
Promote it to DC.
AD and DNS will replicate from the other DC.
Monitor the event logs.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 08:16 AM   #7 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


how would i move fsmo roles and thecatalogue and how do i change where the workstations look?

i am reasonably new to servers and still learning
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 08:34 AM   #8 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

It's been a while since I have done this but I'll try and guide you through it. Just to let you know that I am at work so there may be times I will not be able to answer the posts as fast.
For the FSMO roles I keep forgetting where it is in the GUI, but here's how for the command line:

click Start then Run then type the following - return after each line.
ntdsutil
roles
connections
connect to domain <domain name>
connect to server <new server name>
quit
Transfer domain naming master
Transfer infrastructure master
Transfer PDC
Transfer RID master
Transfer schema master

For the Global Catalog, open Active Directory Sites and Services, expand Sites, expand <domain>, expand Servers, click on the domain controller that you want to have the Global Catalog, on the right pane right click on the NTDS Settings and go to the properties, click the check box for Global Catalog and click OK.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 08:35 AM   #9 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Also are you using DHCP on the server?
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 08:46 AM   #10 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


have just done all that and yes am using DHCP on the server but not on the new server
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 11:53 AM   #11 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

You will need to make sure you have DHCP on the second server. In the options, make sure that DNS is pointing to the second server. This way the clients know where to resolve DNS queries and not trying to look for the first server. Monitor event logs for about a week then add the new server to the options for DNS servers. Be sure that both servers are set up with static IPs.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2007, 11:54 AM   #12 (permalink)
Registered User
 
Join Date: Jan 2007
Posts: 9
OS: windows server 2003 enterprise


thanks, will do that now
scottw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:55 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85