Quantcast
Channel: Directory Services forum
Viewing all articles
Browse latest Browse all 31638

Help figuring out what's locking a domain account

$
0
0

Hello,

I need some help figuring out why an account is locked out on a daily basis. It is done on a SQL server and apparently by the SSRS.

Here's the event:

An account failed to log on.

Subject:
Security ID:S-1-5-80-1343824832-3923883481-2178675695-19353822-2341032094
Account Name:ReportServer$XXXXX
Account Domain:NT Service
Logon ID:0x3419C

Logon Type:2

Account For Which Logon Failed:
Security ID:S-1-0-0
Account Name:xxxxx
Account Domain:xxx

Failure Information:
Failure Reason:Unknown user name or bad password.
Status:0xC000006D
Sub Status:0xC000006A

Process Information:
Caller Process ID:0xafc
Caller Process Name:E:\Microsoft SQL Server\MSRS11.XXXXX\Reporting Services\ReportServer\bin\ReportingServicesService.exe

Network Information:
Workstation Name:LONSQL1
Source Network Address:-
Source Port:-

Detailed Authentication Information:
Logon Process:Advapi  
Authentication Package:Negotiate
Transited Services:-
Package Name (NTLM only):-
Key Length:0

This event is generated when a logon request fails. It is generated on the computer where access was attempted.

The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).

The Process Information fields indicate which account and process on the system requested the logon.

The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

The authentication information fields provide detailed information about this specific logon request.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

So it looks like the SQL Server Reporting Services is trying to use the referenced domain account for something. However I am unable to find any tasks that might be using those credentials. 

Is there a good way to figure out what is calling out for this process to run?

Thank You,

Wojciech


Viewing all articles
Browse latest Browse all 31638

Trending Articles



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