I just started getting the message when I try to save a database connection. Nothing has changed and configurations are correct. If I test the connection it is fine, but I get the message if I try to save it. I noticed it because my actions were not updating with new data. Any ideas?
Ken, this is a typical oxymoron
Something must have changed in your system/program for this problem to suddenly appear. The message in the Notification will act as a guide, namely the target
does not like the database
. This can happen if the target
is the remote server and the database
is located locally.
Hi Ben, as a support person I understand your skepticism, but literally nothing has changed on my system, no updates, no installs, no reboots, no configuration changes, it worked last night, and did not work today. I have a local server, dev server and production server. I can connect to all servers from the target tab with no errors, and both dev and production databases with no error. Just odd that it started happening. I’ll track it down. Thanks for the feedback though.