Can't connect to MS SQL Server with dbforge while SSMS Studio can do

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
enzo
Posts: 1
Joined: Mon 13 Mar 2017 13:01

Can't connect to MS SQL Server with dbforge while SSMS Studio can do

Post by enzo » Mon 13 Mar 2017 13:07

Hi,

I'm evaluating dbForge Studio right now.
But using the same instance and authentication as in SSMS I get an error 26 - Server was not found or was not accessable.
What could be the problem ?

thanks
enzo

alexa

Re: Can't connect to MS SQL Server with dbforge while SSMS Studio can do

Post by alexa » Tue 14 Mar 2017 15:00

Could you please let us know what version of dbForge Studio for SQL Server you are using and provide us a screenshot of the 'General' tab of the Database Connection Properties dialog box that can be opened by right-clicking the connection in Database Explorer and selecting 'Modify Connection...' from the popup menu?

Please also provide us a screenshot of the error and perform the following:
1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.
5. Reproduce the error and send us a *.log file with the latest date from the directory:

Code: Select all

%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for SQL Server\

Post Reply