Hello,
I have upgraded SQL Server 2012 standard sp2 to SQL Server 2016 standard sp1 yesterday. I have also updated LDAP script according to our ERP requirement. Everything seems to be working fine besides one alert message which is popping up every minute. The message is:" DATE/TIME: 2/23/2018 8:20:01 AM
DESCRIPTION: Login failed for user 'sa'. Reason: Password did not match that for the login provided. [CLIENT:
COMMENT: (None)
JOB RUN: (None)"
Do you have any idea about that?
I am attaching a LDAP script that I am using here.
##################################################################################################
# Version History:
#
# v1.0 - NL - Initial version
##################################################################################################
# This script will sync LDAP and EX Data
#
...