Quantcast
Channel: Windows Server General Forum forum
Viewing all 24879 articles
Browse latest View live

remote database desktop connection via port 3384 randomly drops

$
0
0
Hello everyone, we are running 4 servers here at my office, one is 2003 R2 that works only as a print server, one is our AD and DNS 2008 R2 server and the last two are our database 2008 R2 Enterprise servers set-up to mirror each other. We also allow our employees to connect to the database remotely via port 3384 from our remote offices. Maybe once or twice a month it suddenly stops working and to fix that we have to re-boot our servers, rebooting a modem just by itself does not solve the issue. I was just wondering why would this happen and where would be a good place to start looking for a possiable problem? Thx 

Batch file to compact Access database

$
0
0

Hi,

We have a Windows Business 2011 Essentials server and some Windows 7 and 1 Windows XP SP3 client.

The server has a folder with a Access 2003 database and the clients in the domain all use this database.

Once per day I want to compact that database.

So I have written a batch file with the following content:

start "cmd" /WAIT taskkill /IM java.exe /F
start "cmd" /WAIT taskkill /IM javaw.exe /F
start "cmd" /WAIT taskkill /S server /IM MSACCESS.exe
start "cmd" /WAIT taskkill /S computer-bureau /IM MSACCESS.exe
start "cmd" /WAIT msg /server:computer-bureau * /time:90 "De databank wordt momenteel gecomprimeerd. Gelieve deze niet te openen gedurende 90 seconden."
start "cmd" /WAIT taskkill /S computer-leden /IM MSACCESS.exe
start "cmd" /WAIT msg /server:computer-leden * /time:90 "De databank wordt momenteel gecomprimeerd. Gelieve deze niet te openen gedurende 90 seconden."
start "cmd" /WAIT taskkill /S computer-bar /IM MSACCESS.exe
start "cmd" /WAIT msg /server:computer-bar * /time:90 "De databank wordt momenteel gecomprimeerd. Gelieve deze niet te openen gedurende 90 seconden."
start "cmd" /WAIT taskkill /S computer-living /IM MSACCESS.exe
start "cmd" /WAIT msg /server:computer-living * /time:90 "De databank wordt momenteel gecomprimeerd. Gelieve deze niet te openen gedurende 90 seconden."
ren "D:\ServerFolders\Databank\Databank.mdb" "Databank_to_compact.mdb"
ren "D:\ServerFolders\Databank\Databank werkzaamheden.mdb" "Databank.mdb"
C:
cd \Program Files (x86)\Microsoft Office\OFFICE11\
start "Compact database" /WAIT Msaccess.exe D:\ServerFolders\Databank\Databank_to_compact.mdb /compact
start "cmd" /WAIT taskkill /S computer-bureau /IM MSACCESS.exe
start "cmd" /WAIT taskkill /S computer-leden /IM MSACCESS.exe
start "cmd" /WAIT taskkill /S computer-bar /IM MSACCESS.exe
start "cmd" /WAIT taskkill /S computer-living /IM MSACCESS.exe
ren "D:\ServerFolders\Databank\Databank.mdb" "Databank werkzaamheden.mdb"
ren "D:\ServerFolders\Databank\Databank_to_compact.mdb" "Databank.mdb"
C:
start "cmd" C:\Users\Beheerder\Desktop\Databank.lnk
start "\Lichtsturing\Lichtsturing - server.jar" "\Lichtsturing\Lichtsturing - server.jar"
shutdown /r /m \\computer-leden /c "De computer wordt wegens onderhoud opnieuw opgestart." /t 5

I kill all the Access processes on the different computers and I show a text message saying that I am going to compact the database. Then I rename the database so that the clients cannot open the database anymore but get a database to see where there is a text message saying the database is being compacted.

However sometimes this works and sometimes when I want to compact the database I get an error saying that Access cannot find the 

Databank_to_compact.mdb

I think there is a problem with the renaming.

How can I program my batch file that he only starts compacting if the renaming went good and otherwise he has to keep trying to rename the file or do the process of killing the client Access programs over again.

Can I put this in my batch file?

Windows Time not syncing with ntp.org (This is a bit unique)

$
0
0

OK Let me start by giving a bit of background.

Simple network,

Windows 2008 R2 servers (all patched and updated)

Hyper-V running on a cluster.

*CRASH*!  not going into details but my PDC died (We buried it in an unmarked grave out back)

So I Seize the rolls on the existing (Virtual) DC, clean up the metadate, set up  new DHCP - DNS (Network is happy again)  At least the users are.

I, of course replace the physical DC that crashed and move on.

My issue now (two years after the crash) is that the network quit getting its time from ntp.org  I check and see that the virtual DC holds the PDC emulator roll.  Knowing that Hyper-V clients want to get their time from their hose, I move the PDC roll from the virtual DC to the Physical one.

At that time the network was off by 38 seconds.  This is important.  the entire network is off by the same time and therefore in no danger of DC's and clients getting out of sync.

No matter what I try I cannot get the network to get it's time from the PDC emulator (Physical server)  Running w32tm /query shows that all clients and servers are getting their time from the Virtual DC that IS NOT THE OWNER OF THE PDC Emulator Roll.

As far as I can tell the network believes that the Virtual DC is the PDC but I don't know what to do now or where to look.

PDC is set to use SNTP

DC and all other servers are set to use NTDS5

When I run w32tm /config /manualpeerlist:si.pool.ntp.org,0×8, /syncfromflags:manual /update on the PDC I get "Command completed successfully. 

Then when I run w32tm /query /status I see the PDC is still getting its time from the Virtual DC.

I have been through AD GPO's. logon scripts everything I can think of. 

Has anyone ever seen this?  Any ideas?  At the time of this posting the network is off 52 seconds and GOD FORBID a users pc displays a 1 minute difference!

How do I make a scheduled task visible

$
0
0

I use Task Scheduler in Win-7 to periodically wake up my PC and run an Excel macro workbook with an Auto_Open macro which sometimes hangs up and never completes.  I want to debug the macro when this happens, but scheduler runs the Excel process in the background, so I cannot access it to debug it.  Even when I configure the scheduled task to run as the same User/Group as my login, the scheduled task runs invisibly in the background. 

Is there no way to configure the scheduler to run the task in the foreground? 

This thread (http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/569a9ce5-ca1a-4b97-a0dc-5b95332d2cc0) seems to indicate that I can use the /interactive switch with the AT command to run a scheduled task the foreground. 

Is there more documentation somewhere for the AT command besides "AT /?"  How do I see what AT commands are scheduled?

MSR Partition vs. System Reserved Partition

$
0
0

I'm new to Windows Server management, and to these forums as well.  I hope this is an appropriate forum for my questions.  If not, please direct me to the correct forum.

I have a few questions that I have been unable to get answered with my own research.  I will group subjects as much as possible and probably create a few different posts.

I have been trying to figure out a few things regarding the partitions that are created when Windows Server 2008 R2 is installed.  Specifically:

1) I've seen the MSR on a server partitioned using GPT, and the System Reserved partition on a server partitioned using MBR.  Are these partitions the same thing?  Are they somehow different, but perform the same function given the partitioning scheme (GPT vs. MBR)?

2) I know that the initial size of the MSR can vary depending on the size of the disk. Is there a formula for determining how big the MSR will be on a disk of any given size?

3) I know that the partition GUID can vary depending on whether GPT or MBR is used.  How can I find the GUID for a partition?

4) Is it a true statement to say that every GPT disk must contain an MSR, and that therefore any disk containing an MSR was partitioned using GPT?

Thanks for any help that you can offer!

--Tom

Shares on Windows Storage Server

$
0
0
I have a Windows 2003 Storage server and all of my companies shares are located on this server. The backend is an HP P4500 SAN, and we just purchased a new HP Storage blade to upgrade to Windows 2008 Storage server. Ideally I was hoping to detach the storage presented to the W2K3 Storage server and presented to the W2K8 storage server and everything be huncky dory. My storage admin says it won't work that way and that all the shares will have to be manually created on the new storage server, it's about 178 shares. Does anyone know why this can't work or have a suggestion on how to migrate this?

Salvador Diaz III

Data mining with Windows Home Server 2011

$
0
0

OK so let me explain my situation before I ask the questions. I am a full time Ph.D. candidate/researcher/data miner for The University of Toledo. As for technology, I have an old acer WHS box at home, an acer i3 8GB laptop, Girlfriend has HP desktop and laptop, we have 2 xbox 360(s), and now WHS 2011 box in my office. For my internet connections, I have a ATT Uverse, sprint mifi, T3 burst, 1GB intranet, and tetherable sprint (unlimited) blackberry.

This is what I do for living, and what I need the technology to do.

I mine transportation, housing, finance data, and any other data set I get my hands on. I use STATA, SAS, and Excel for the mining, but I also use arcGIS, visual studio, and arcObjects for display and results retrieval.

Before I started working, my latop, the girlsfriends laptop, and her computer use the WHS connection app for the acer WHS and have (photo, music, video) network drives mapped to them. Basically the acer WHS keeps the nightly backups, and we use the acer WHS to view the media to the 2 TVs (bedroom & living room) using the xbox(s).

This past year, I started working with arcGIS and arcObjects. I have STATA, SAS, MS office 2007, and visual studio express on my laptop. ArcGIS, arcObjects, Visual studio pro, MS office, and all my data is on my workstation and the school's 1GB intranet. I need to say this now, I cannot walk around with some the data. I can however access the data via the school's T3 burst, but as you can imagine the school caps upload to 10Kb/s, and I cannot remote desktop my workstation. I have access to Vmware client, but it does not have arcObjects or arcGIS. So I go to my workstation at school, and I transfer data to my laptop for analysis. I go home, analyize the data, and keep back-up on the acer WHS box. I get back to my workstation and put everything together for display.

This year, I got the technology grant to cover for me to have WHS placed into my office with arcGIS, arcObjects, MS office, visual studio, and routed all the schools intranet assets including my data to it. So, the 1GB intranet connects all my data. I use the sprint mifi to remote desktop (school won't allow me using their T3) and access the "dashboard" (when I just want the data) away from school on my laptop using my homes ATT uverse or a tethered blackberry, and I still keep working backups on my acer WHS.

I don't have any large problems, but they are WHS 2011 related. My WHS 2011 box is as follows 60GB SSD (OS and softwrae is installed here), 16GB RAM, dual 24" monitors on an ATI 1GB Firepro, Quad core AMD, and 4 hotswap bays (1 is filled with 500GB HDD).

In WHS 2011 how do I bypass the 8GB cap? I already got around the 500GB with the 60GB SSD. I need the extra RAM for workstation functions, but I want to keep "dashboard" and my remote desktop. I am not trying to set-up FTP or VM passing data between OS(s). I already max out systems with some of my data sets; i need the 8GB of resources. I am open to ideas.

Also, my monitor gopes to sleep every 15 minutes of inactivity and for the life I cannot navigate to stop that. How do I stop my monitor from sleeping?

SBS 2011 no longer issues DHCP leases: DHCP, DNS, and AD Errors

$
0
0

Hi all. On early 8/13/2012 and into the morning, our UPS failed several times. The battery seems to be fine but the unit was shutting off power to the unit which means the (Windows SBS 2011 Standard) server shut off unexpectedly several times.I replaced the UPS.

Now I'm trying to figure out what in the world this did to the server. It seems DHCP, DNS, and AD all have issues, as seen in the logs below. The client PC's are going offline one-by-one because the leases are expiring and it can't connect to the server to renew. When trying to start the DHCP service, I get a 20013 error saying it cannot be started.

So I attempted to follow a kb article and repair the database but that didn't work because it seems the Jetpack utility is not in SBS 2011? And even at that, I'm thinking it may not even be a corrupted DHCP database due to the other errors in the event log.

This is a small office and I only know enough to be dangerous but usually I can just follow a kb to fix any issues. But there are so many errors, this one has me stumped..   Could any Server whizzes identify the big picture here?

Level Date and Time Source Event ID Task Category Critical 8/13/2012 1:33:12 PM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 11:30:37 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 8:23:24 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 8:05:08 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 7:38:04 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 7:29:29 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 12:55:11 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 12:15:49 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly. Critical 8/13/2012 12:09:49 AM Microsoft-Windows-Kernel-Power 41 (63) The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

Level Date and Time Source Event ID Task Category Error 8/15/2012 12:48:02 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/14/2012 2:23:37 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/14/2012 1:14:33 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/13/2012 8:06:12 AM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/13/2012 7:38:59 AM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/13/2012 12:16:52 AM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 5/31/2012 12:00:19 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 5/31/2012 11:14:20 AM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 4/18/2012 4:32:07 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 9/2/2011 2:14:09 AM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/30/2011 11:37:18 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636 Error 8/23/2011 1:52:28 PM ADWS 1202 ADWS Instance Events "This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically. Directory instance: NTDS Directory instance LDAP port: 389 Directory instance SSL port: 636

Level	Date and Time	Source	Event ID	Task Category
Error	8/15/2012 8:23:17 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 2:45:22 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:46 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:38 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:17 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:48:02 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:27:04 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:22:27 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 8:03:57 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 8:03:35 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:52:07 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:48:46 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:28:39 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 4:47:56 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 3:41:50 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:53:42 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:42:26 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:42:08 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:23:24 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:16:13 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 1:14:33 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 1:33:58 PM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:48:37 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:45:31 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:41:43 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:39:43 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:31:22 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 8:24:08 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 8:06:12 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 7:38:47 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 7:30:14 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 12:55:59 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 12:16:52 AM	Microsoft-Windows-DHCP-Server	1004	None	"The DHCP service failed to initialize the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Level	Date and Time	Source	Event ID	Task Category
Error	8/15/2012 12:52:46 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/15/2012 12:52:38 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/15/2012 12:52:17 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/15/2012 12:48:02 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/15/2012 12:27:04 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/15/2012 12:22:27 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 8:03:57 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 8:03:35 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 7:52:07 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 7:48:47 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 7:28:40 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 4:47:56 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 3:41:50 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 2:53:42 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 2:42:26 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 2:42:08 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 2:23:25 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 2:16:13 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/14/2012 1:14:33 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 1:33:59 PM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 11:48:37 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 11:45:33 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 11:41:43 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 11:39:43 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 11:31:23 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 8:24:09 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 8:06:13 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 7:38:48 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 12:55:59 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)

Error	8/13/2012 12:16:52 AM	Microsoft-Windows-DHCP-Server	1008	None	"The DHCP service is shutting down due to the following error: 
The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""2A040000"" (Server IP Address The DHCP/BINL service is not authorized in the directory service domain ""%2"" (Server IP Address %1)


Level	Date and Time	Source	Event ID	Task Category
Error	8/15/2012 8:23:17 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 2:45:22 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:46 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:38 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:52:17 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:48:02 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:27:04 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/15/2012 12:22:27 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 8:03:57 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 8:03:35 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:52:07 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:48:47 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 7:28:40 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 4:47:56 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 3:41:50 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:53:42 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:42:26 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:42:08 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:23:25 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 2:16:13 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/14/2012 1:14:33 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 1:33:59 PM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:48:37 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:45:33 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:41:43 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:39:43 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 11:31:23 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 8:24:09 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 8:06:13 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 7:38:48 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 7:30:15 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 12:55:59 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.

Error	8/13/2012 12:16:52 AM	Microsoft-Windows-DHCP-Server	1018	None	"The DHCP service failed to restore the database. The following error occurred: 
An error occurred while accessing the DHCP database. Look at the DHCP server event log for more information on this error.


Level	Date and Time	Source	Event ID	Task Category
Error	8/15/2012 12:48:28 PM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/15/2012 12:22:55 PM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/14/2012 2:23:56 PM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/14/2012 1:15:00 PM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/13/2012 1:34:27 PM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/13/2012 11:31:55 AM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."
Error	8/13/2012 8:24:36 AM	NtFrs	13552	None	"The File Replication Service is unable to add this computer to the following replica set: 
    ""DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"" 
 
This could be caused by a number of problems such as: 
  --  an invalid root path, 
  --  a missing directory, 
  --  a missing disk volume, 
  --  a file system on the volume that does not support NTFS 5.0 
 
The information below may help to resolve the problem: 
Computer DNS name is ""SERVER2011.vhf.local"" 
Replica set member name is ""SERVER2011"" 
Replica set root path is ""c:\windows\sysvol\domain"" 
Replica staging directory path is ""c:\windows\sysvol\staging\domain"" 
Replica working directory path is ""c:\windows\ntfrs\jet"" 
Windows error status code is  
FRS error status code is FrsErrorMismatchedJournalId 
 
Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time."




Files/folders missing after failed move

$
0
0

Hi everyone, I am in need of serious help. Majorly screwed up at work today. I was trying to save a file on my desktop and while doing so (at the 'save as' window), I accidentally dragged one shared folder A (the one that I mainly use for work) into another shared folder B. Of course, my natural reaction was to drag A out of B out which I did. However, halfway through the move (which took a while - strange because when I accidentally moved it the first time, it was instant but I was in the 'save as' window), there was a prompt saying something like 'file xxxxx is in use so it cannot be moved' or something along that line so I clicked something to close it - I cannot remember if there's only 1 button (Ok) or if there were 2 (Ok, Cancel). Anyway, at first I thought the whole move was cancelled because A was still in B but to my horror, I found many files and folders missing in A. May I know if the missing files and folders can be retrieved? If yes, can someone tell me how I can go about doing it? Or am I screwed? If anybody could help with something, I would be so grateful. I just started this job last month so I am feeling very bad now about losing all these files and folders. Thank you in advance!

How do I view current remote users?

$
0
0
I have a server 2008r2 that mutiple users log into, where can I view who is currently logged into the machine?

Activate Windows 2008 and got “DNS name does not exist” error

$
0
0

 

When activating the product after install Windows 2008,  you may receive “Activation Error: Code 0×8007232b DNS name does not exist” error. Use this KB post from Microsoft: http://support.microsoft.com/kb/929826

   1. Open “Run” and type “cmd” to open the command prompt
   2. type “slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx” where the x’s is the product key (not product id) I got from the DreamSpark website.
   3. It takes about 10 seconds, then a confirmation windows popup.
   4. Finally, active it again by right-click on “Computer”->”Properties”, click the active link.

Oakland Raiders vs Arizona Cardinals Live Stream NFL Preseason Game Free On PC

$
0
0
All NFL Football fans are most welcome to watch Tennessee Titans vs Tampa Bay Buccaneers NFL football game of NFL season 2012.The game Oakland Raiders vs Arizona Cardinals will be an exciting game.Hello Visitors Welcome to join with this streaming sports website. Watch NFL Football match live online on your PC. Today in NFL Oakland Raiders vs Arizona Cardinals Live Match Will be telecast here. Don’t miss this game, please select channel tv link on this below. We must be ensure you that this the best online NFL Live stream. You must watch all Football Live Sop cast Via This Online TV-Channels.
You can also watch this Oakland Raiders vs Arizona Cardinals live game following our link. Here you’ll get a soft that help you to watch many online TV live on your PC. From these TV you can find your game streaming TV live.For this service you have to pay.Watch & Enjoy live Oakland Raiders vs Arizona Cardinals of NFL game streaming online on your PC.
 
MATCH DETAILS
Date : Friday, August 17, 2012
Time : 10:00 pm ET
Competition: NFL Football League (Preseason)
Live / Repeat:Live

The National Football League (NFL) is the highest level of professional American football in the United States, and is considered the top professional American football league in the world was stared 1922 with 11 teams .At present 32 teams is playing the NFL.
GET THE 100% NFL HD VIDEO ON YOUR PC NOW !!

Oakland Raiders vs Arizona Cardinals, Oakland Raiders vs Arizona Cardinals live, Oakland Raiders vs Arizona Cardinals live stream, Oakland Raiders vs Arizona Cardinals live online, Oakland Raiders vs Arizona Cardinals live free, Oakland Raiders vs Arizona Cardinals live HD, Oakland Raiders vs Arizona Cardinals live tv, Oakland Raiders vs Arizona Cardinals live nfl, watch Oakland Raiders vs Arizona Cardinals video, Oakland Raiders vs Arizona Cardinals live coverage

Choosing OS for new application

$
0
0
We are onboarding a new application in our environment. The application itself is 32 bit. There is no failover clustering feature.

Am I correct in thinking that the only difference between the Windows 2008 Server Standard and Enterprise is the support for greater memory in the Enterprise version? And, because the app is 32 bit, it can't use more than 4GB so we don't need an Enterprise version?

I've tried to find on the internet, but is there a straightforward chart that lists the differences between Windows 2008 Server Standard, Enterprise, DataCenter and R2?

Where do I sign up to beta test new Windows OS editions?

$
0
0
I would really like to know how I can sign up to beta test new windows OS's.

Enabling Javascript on Windows Server 2008 R2

$
0
0

I am trying to installing SharePoint 15 on my Virtual Machine that has Windows Server 2008 R2 on it. I am receiving the following error upon downloading,

Windows Live ID requires JavaScript to sign in. This web browser either does not support JavaScript, or scripts are being blocked.



To find out whether your browser supports JavaScript, or to allow scripts, see the browser's online help.

Any clues will help. Thanks a lot

Mayank


Windows 7 IPSec/IKE proposal algorithms

$
0
0

(It was recommended to me to post this question here by forum Support at the original post)

Hello,

I've set up a L2TP/IPsec transport mode VPN with 2-3 Windows 7 Ultimate x64 clients using no 3rd party VPN-Client for testing. Establishing connections works fine with 3DES-SHA1 or AES256-SHA1 in the server's phase 1 and 2 proposal, as they are in the Clients proposal. Is it possible to get Windows 7 to send a proposal that doesn't look exactly like below? I'd like to set the algorithms proposed by the client used for both phases myself and have tried to edit the WFAS IPsec settings, but they don't appear to have any influence whatsoever in this case (only working for WFAS policy based ipsec-only connections?). For example, I've added aes256/sha384 dh 14 to the firewall and wfas configuration for main mode, then connected -> again 3des-sha1 in main mode SA.

according to http://technet.microsoft.com/en-us/library/dd125380%28v=ws.10%29.aspx quite a variety of algorithms is supported by Windows 7

-------------------------------------------------------------------------------------------------------
ike 0:Phase1-L2TP:84: incoming proposal:
ike 0:Phase1-L2TP:84: proposal id = 0:
ike 0:Phase1-L2TP:84:   protocol id = ISAKMP:
ike 0:Phase1-L2TP:84:      trans_id = KEY_IKE.
ike 0:Phase1-L2TP:84:      encapsulation = IKE/none
ike 0:Phase1-L2TP:84:         type=OAKLEY_ENCRYPT_ALG, val=AES_CBC.
ike 0:Phase1-L2TP:84:         type=OAKLEY_HASH_ALG, val=SHA.
ike 0:Phase1-L2TP:84:         type=AUTH_METHOD, val=PRESHARED_KEY.
ike 0:Phase1-L2TP:84:         type=OAKLEY_GROUP, val=2048.
ike 0:Phase1-L2TP:84: ISKAMP SA lifetime=28800
ike 0:Phase1-L2TP:84: proposal id = 0:
ike 0:Phase1-L2TP:84:   protocol id = ISAKMP:
ike 0:Phase1-L2TP:84:      trans_id = KEY_IKE.
ike 0:Phase1-L2TP:84:      encapsulation = IKE/none
ike 0:Phase1-L2TP:84:         type=OAKLEY_ENCRYPT_ALG, val=3DES_CBC.
ike 0:Phase1-L2TP:84:         type=OAKLEY_HASH_ALG, val=SHA.
ike 0:Phase1-L2TP:84:         type=AUTH_METHOD, val=PRESHARED_KEY.
ike 0:Phase1-L2TP:84:         type=OAKLEY_GROUP, val=2048.
ike 0:Phase1-L2TP:84: ISKAMP SA lifetime=28800
ike 0:Phase1-L2TP:84: proposal id = 0:
ike 0:Phase1-L2TP:84:   protocol id = ISAKMP:
ike 0:Phase1-L2TP:84:      trans_id = KEY_IKE.
ike 0:Phase1-L2TP:84:      encapsulation = IKE/none
ike 0:Phase1-L2TP:84:         type=OAKLEY_ENCRYPT_ALG, val=3DES_CBC.
ike 0:Phase1-L2TP:84:         type=OAKLEY_HASH_ALG, val=SHA.
ike 0:Phase1-L2TP:84:         type=AUTH_METHOD, val=PRESHARED_KEY.
ike 0:Phase1-L2TP:84:         type=OAKLEY_GROUP, val=1024.
ike 0:Phase1-L2TP:84: ISKAMP SA lifetime=28800
-------------------------------------------------------------------------------------------------------

Additionally, when setting the (main mode) Diffie-Hellmann Group to 2 on the server, it works. Set to 14 only, it doesn't (error 789). Set to 2 and 14 it works and the SA-monitoring entry in WF.msc shows 14 being used. I'm also unable to set custom phase 2 keylifetime time in time/kbs. 60min/250000kb must be configured on the server, otherwise Windows 7 aborts phase 2 negotiation (another error 789). Can, and if, how can these settings be adapted?

All ideas much appreciated.

How to use DFS namespace to resolve my trouble ?

$
0
0

    There is no more space in the original disk on the file server, NOTE: Both the file server and disks are based on VM and its shared database . Now we plan to add one fresh disk to resolve the problem of insufficient disk space, and wanna know whether DFS is able to fix the following situation or not?

No 1.  Keep the original folders and documents unchanged, such as p:\dept\sales\Kevin.xlsx, P:\ is mapping driver on the client and linked with D:\dept\sales on the file server. Now we decide to use the standalone of DFS to create one connection with the new disk. As a client, he feel nothing invariable, when he uploads and change the original data, but the data should be saved in the new disk rather than the old one.

No 2 . Keep the folder permission unchanged in contrast with old folders or files.

Is DFS useful to make them come true? if not, whether there is another better method exists.

Websites for blogs or articles for Win Server 2008 R2?

$
0
0
Could you please suggest any websites for blogs or articles for Win Server 2008 R2?
 
Thanks for your kind help.

Installed Windows Server 2008 R2 - Restricted web site issue

$
0
0

I have Windows Server 2008 R2 on a virtual machine (VM). This is a fresh installation on Windows Server 2008 R2.  I cannot download programs since I am getting message that is saying that the site is not part of Trusted Site. I went to Internet Options –Security and could not change the settings there. The settings are disabled. The custom level and default level are disabled.

I believe a need a local admin account. How do I establish one. What's the solution to this. Thanks a lot.

Mayank

HOW TO INSTALL GSM PHONE MODEM DEVICE DRIVERS IN WINDOWS SERVER 2008 R2

$
0
0

Hi All,

I have created an application which utilizes COM ports for transfer of data using a gsm based phone modem such as Nokia modem phones. I am able to perform the task on Windows 7 but in case of Windows Server 2008 R2 the modem device is not recognized even unable to register the drivers. Can anyone give me a solution that I can install the phone modem on server so that it can access the COM ports??.

Any hell will be much appreciated.

Thanks in advance.


Sushant Sarkar Microsoft CRM Dynamics Engineer

Viewing all 24879 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>