Hello, I have searched the past threads and can't find anything like this particular problem:
We have two database servers that are identical, the sysaccount account has a password and permissions are the same on both servers. When I log into each server, lets call them A and B, with Query Analyzer, they login just fine and can display tables, etc. Now when I connect to A with VB.NET, it works just fine. But when I connect to B with VB.NET, it gives me this error:
Connection Failed:
SQLState: '42000'
SQL Server Error: 18456
Login Failed for user 'sysaccount'
All of our existing applications in can use this account without a hitch. All the datbase and server settings seem to be identical. It just seems to be happening with .NET and Perl. Any ideas?
Thanks
Tazzmann
We have two database servers that are identical, the sysaccount account has a password and permissions are the same on both servers. When I log into each server, lets call them A and B, with Query Analyzer, they login just fine and can display tables, etc. Now when I connect to A with VB.NET, it works just fine. But when I connect to B with VB.NET, it gives me this error:
Connection Failed:
SQLState: '42000'
SQL Server Error: 18456
Login Failed for user 'sysaccount'
All of our existing applications in can use this account without a hitch. All the datbase and server settings seem to be identical. It just seems to be happening with .NET and Perl. Any ideas?
Thanks
Tazzmann