Getting an unusual problem today between our app server and our db server - things will run fine until suddenly all connections to SQL server will be refused.
When this happens I can still see/access the SQL server machine from the app server, and can connect correctly (eg via QA) to SQL server from any other machines, but cannot connect from the app server.
When I remove + recreate the alias for the sql server instance in client network utility on the app server, things start working again for a while. Still haven't worked out what actions exactly cause it to start refusing again.
These 2 machines have been working fine for the last 14 months, and we haven't installed anything new on either in at least 2 months.
Anyone seen this kind of behavior before?
Thanks in advance
Posting code? Wrap it with code tags: [ignore]
[ignore][/code][/ignore].
When this happens I can still see/access the SQL server machine from the app server, and can connect correctly (eg via QA) to SQL server from any other machines, but cannot connect from the app server.
When I remove + recreate the alias for the sql server instance in client network utility on the app server, things start working again for a while. Still haven't worked out what actions exactly cause it to start refusing again.
These 2 machines have been working fine for the last 14 months, and we haven't installed anything new on either in at least 2 months.
Anyone seen this kind of behavior before?
Thanks in advance
Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere