Results 1 to 9 of 9

Thread: Expired account

  1. #1
    Join Date
    Jun 2008
    Posts
    7

    Expired account

    The following error keeps occurring every 30 minutes in error logs. "The specified user account has expired".

    Has anyone ever come across this error message?

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Describe your environment.

    Sounds like some automated process is trying to connect to the server every 30 minutes and login has expired. Is it windows login?. Check with your windows admin to see if it is expired.

  3. #3
    Join Date
    Jun 2008
    Posts
    7
    I am using SQL Server 2005 which has various servers and one particular server is rans various jobs at different times, e.g every 1min, 10 min, 30min etc...

    The particular object that is failing is a service account and there also are no accounts that have expired.
    Last edited by tiz; 06-25-2008 at 08:35 AM.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    For which service? Is it domain account? Do you have completed error message? Did you check in ADS?

  5. #5
    Join Date
    Jun 2008
    Posts
    7
    Here is the full error message.

    Event Type: Failure Audit
    Event Source: Security
    Event Category: Logon/Logoff
    Event ID: 532
    Date:
    Time: 01:00:00
    User: NT AUTHORITY\SYSTEM
    Computer: Computer name
    Description:
    Logon Failure:
    Reason: The specified user account has expired
    User Name:
    Domain:
    Logon Type: 3
    Logon Process: Authz
    Authentication Package: Kerberos
    Workstation Name: Workstation name
    Caller User Name: SQLserver
    Caller Domain: Domain name
    Caller Logon ID: (logon id)
    Caller Process ID: ProcessID
    Transited Services: -
    Source Network Address: -
    Source Port: -

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    Did you double check the account in ads?

  7. #7
    Join Date
    Jun 2008
    Posts
    7
    I checked in AD and there are no accounts that have expired.

  8. #8
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Check if date is off on your SQL Server.

    Do you use SSL certificate on it?. If yes check if certificate has expired.

  9. #9
    Join Date
    Sep 2002
    Posts
    5,938
    Are you talk about 'NT AUTHORITY\SYSTEM'? This is local system account.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •