There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Windows Server
Tag Cloud
access acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop malware memory modem monitor motherboard netgear network printer problem ram registry repair router slow software sound toshiba trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Operating Systems > Windows Server >
Users unable to authenticate SBS 2003

Reply  
Thread Tools
Jbumpus's Avatar
Computer Specs
Member with 116 posts.
 
Join Date: Mar 2009
Experience: Advanced
27-Oct-2009, 06:18 PM #1
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!!!!
srhoades's Avatar
Senior Member with 2,037 posts.
 
Join Date: May 2003
Experience: Advanced
27-Oct-2009, 06:21 PM #2
Provide some more details as to what your sever is doing, what applications/databases it is hosting. It may just be overloaded.
Jbumpus's Avatar
Computer Specs
Member with 116 posts.
 
Join Date: Mar 2009
Experience: Advanced
27-Oct-2009, 06:27 PM #3
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!!!!
srhoades's Avatar
Senior Member with 2,037 posts.
 
Join Date: May 2003
Experience: Advanced
27-Oct-2009, 07:13 PM #4
How many users?
Jbumpus's Avatar
Computer Specs
Member with 116 posts.
 
Join Date: Mar 2009
Experience: Advanced
28-Oct-2009, 11:23 AM #5
There are about 13 users
LinuxHacker's Avatar
Member with 140 posts.
 
Join Date: Dec 1969
28-Oct-2009, 01:57 PM #6
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.
Jbumpus's Avatar
Computer Specs
Member with 116 posts.
 
Join Date: Mar 2009
Experience: Advanced
28-Oct-2009, 02:28 PM #7
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!!!!
srhoades's Avatar
Senior Member with 2,037 posts.
 
Join Date: May 2003
Experience: Advanced
28-Oct-2009, 03:13 PM #8
Here are some suggestions as to the problem

http://www.eventid.net/display.asp?e...angeAL&phase=1
Jbumpus's Avatar
Computer Specs
Member with 116 posts.
 
Join Date: Mar 2009
Experience: Advanced
29-Oct-2009, 02:58 PM #9
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!!!!
StumpedTechy's Avatar
Computer Specs
Distinguished Member with 7,233 posts.
 
Join Date: Jul 2004
Location: Central Florida
Experience: Advanced
04-Nov-2009, 10: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!
Rockn's Avatar
Computer Specs
Distinguished Member with 21,323 posts.
 
Join Date: Jul 2001
Location: Somalia of the North, MN
Experience: Disenfranchised American
08-Nov-2009, 10: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.
__________________
My no line signature
a
a
Reply

Tags
event id 8026, exchangeal errors, sbs 2003, unable to authenticate

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




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.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:34 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.