 | Senior Member with 105 posts. | | Join Date: Mar 2009 Experience: Advanced | | Users unable to authenticate SBS 2003 Hello here is a hard one and any suggestions are welcome. I have a client running SBS 2003 the server has all the latest patches installed. Every now and again users are unable to authenticate to the domain at all. When you try to go to RWW or OWA the page does not come up reporting service unavailable, users are unable to log into their workstations being told they have the wrong username and password, administrator account cannot log into the server when sitting at the machine. The only way to resolve the problem is to hard boot the machine then everything goes back to normal. When I am able to log in the system all the events in the system log prior to the hard boot are gone. The only thing I can see is that once the event has happened the application log throws about 1000 ExchangeAL Errors with event id 8026 every second. Because of this we are only able to tell that the event has happened but are unable to find a cause. Thanks
__________________ And on the 7th day Woz created Apple......and it was good!!!! | | Senior Member with 1,302 posts. | | Join Date: May 2003 Experience: Advanced | | Provide some more details as to what your sever is doing, what applications/databases it is hosting. It may just be overloaded. | | Senior Member with 105 posts. | | Join Date: Mar 2009 Experience: Advanced | | The server is a file and print server and it's main functions are the normal SBS functions, Exchange etc.,PACS program named ViewPoint, and the Trend Micro worry free business security server. It also faxes reports from the fax system. The machine is a PowerEdge 2900 with dual quad core Xeon at 2.33 GHz and 4 GB of RAM.
__________________ And on the 7th day Woz created Apple......and it was good!!!! | | Senior Member with 1,302 posts. | | Join Date: May 2003 Experience: Advanced | | | | | Senior Member with 105 posts. | | Join Date: Mar 2009 Experience: Advanced | | | | | Senior Member with 111 posts. | | | | since you are a consultant you probably cost about $100 an hour? since there are only 13 users and probably not much data, it might save them money and you the headache if you just setup the server again. say they call you 10 times for this problem. thats about 10 hours of billable time. you can setup a small business server from scratch in 6 hours. | | Senior Member with 105 posts. | | Join Date: Mar 2009 Experience: Advanced | | Thanks for the suggestion but that is very much not an option! This isn't something that happens very often at all but when it does everything shuts down. We are trying find what causes said issue so that we can put measures in place to stop it from happening again. As for the data, due to the nature of their business they have multiple TBs of data that would take an unacceptable amount of time to restore if the reason for the restore was not business critical, such as an impromptu server rebuild.
__________________ And on the 7th day Woz created Apple......and it was good!!!! | | Senior Member with 1,302 posts. | | Join Date: May 2003 Experience: Advanced | | | | | Senior Member with 105 posts. | | Join Date: Mar 2009 Experience: Advanced | | Thanks for the link but those instances don't fit what is happening with me. I am going to look at the time thing listed but since it happens out of the blue and not a reboot I don't know how far it will take me. I have also opened a ticket in our partner site with MS as well. I will keep everyone posted if I can find a cause.
__________________ And on the 7th day Woz created Apple......and it was good!!!! | | Distinguished Member with 7,198 posts. | | Join Date: Jul 2004 Location: Central Florida Experience: Advanced |
04-Nov-2009, 09:10 AM
#10 | Why not setup a backup of the logs so you can get a better understanding as to whats going on? This way you can see exactly what happened just before the issue started occuring. This would copy the event logs into a database but you can do this a number of ways.
Set objConn = CreateObject("ADODB.Connection")
Set objRS = CreateObject("ADODB.Recordset")
objConn.Open "DSN=EventLogs;"
objRS.CursorLocation = 3
objRS.Open "SELECT * FROM EventTable" , objConn, 3, 3
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colRetrievedEvents = objWMIService.ExecQuery _
("Select * from Win32_NTLogEvent")
For Each objEvent in colRetrievedEvents
objRS.AddNew
objRS("Category") = objEvent.Category
objRS("ComputerName") = objEvent.ComputerName
objRS("EventCode") = objEvent.EventCode
objRS("Message") = objEvent.Message
objRS("RecordNumber") = objEvent.RecordNumber
objRS("SourceName") = objEvent.SourceName
objRS("TimeWritten") = objEvent.TimeWritten
objRS("Type") = objEvent.Type
objRS("User") = objEvent.User
objRS.Update
Next
objRS.Close
objConn.Close
__________________ What? This doohicky goes in that thingymabob? The Technical Hitch - Tikuf keeps me employed! | | Distinguished Member with 17,941 posts. | | Join Date: Jul 2001 Location: Mexico of the North, MN Experience: Disenfranchised American |
08-Nov-2009, 09:22 PM
#11 | The event ID you posted relates to Active Directory. If this is an SBS server and you have not changed anything security wise you will have issues more than likely with the default security settings and group membership. It really sounds like Active Directory and DNS are not playing well together.By default SBS sets up about 6 different group policies and lockdowns. Try disabling all of them with the exception of the default domain policy and see where that gets you. | |
Smart Search
| Find your solution! | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |  WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
| You Are Using: |
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 08:00 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd. | |
|