We have two application servers that a configured quite similarly, however there is a discrepancy between them when they attempt to connect to a server name with a space appended to the end.
So, for exnmple, given the server name 'MySQLServer' (without quotes):
Machine 1 connects to MySQLServer with the names 'MySQLServer' and 'MyServer '
Machine 2 connects to MySQLServer with the name 'MySQLServer' but not 'MyServer '
Any thoughts anyone?