February 21, 2012 at 7:48 am
Hi
I have an issue where I get a failed login every 5 minutes
Login failed for user 'domain\servername$'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.
Profiling has shown it to be a Windows Script Host coming from a particular server. However how do I track down what it actually causing it?
Thanks in advance
February 21, 2012 at 8:04 am
I use WSH for VB scripting, i.e. I will invoke SQLCMD from a batch file, then feed it an input SQL file, then do something interesting to the output using vbscript. Alternatively you can use protocols like ADODB from within VBScript, invoked by WSH.
For this reason I'd start looking at the error log on the originating server, search for scheduled tasks on this server, search for .vbs, .bat files on this server, and do your detective work there. You should be able to narrow down the list of suspects.
If it's a SQL Server Agent job running, check the Job History and drill down (in SSAS) to the job logs, you might get a more comprehensive summary. It's likely though your answer will be in the Windows application log on the originating server.
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy