Cant connect to SQL database

Hello guys. So im trying to connect to my SQL server, but I cant. It gives me this error:
The image shows an error message indicating a network-related or instance-specific error while attempting to connect to an SQL Server, suggesting the server may be inaccessible or misconfigured for remote connections. (Captioned by AI)
The problem is, that the connection is correct, because it works in my other projects, but somehow it doesnt work in the one, that im creating now. Any tips?

@Povilas_Jonikas have you pass the correct parameter and before connecting check for the test run to ensure your are passing the correct parameters.

cheers Happy Automation.

1 Like

The thing is, that i know that the username, servername and passwords are correct, because I have made the connections many times. I even took the connection strings from my other projects and inserted them into this one, but it doesnt seem to work no more, where on other projects it still works

When i test connection, it gives me the error given in the screenshot in my first comment. But im a 100% sure that the parameters are correct

As i can see and as per my knowledge this error might be come when the connection is not right , user cred issue ,or might be some access and if these are all good you can do one thing use the retry machanism it migh be the connection take time and default time is too short thats why it throw the error so increase the time .might be that will work
cheers Happy Automation

1 Like

Hi @Povilas_Jonikas

Please cross check the parameter values and pass it properly it will works.

Thanks,
Purushotham

1 Like

Thanks for the response guys, but the problem are not the parameters. I have tried to copy paste the same parameters to another, newly created project and it worked. Maybe, some dependencies or something were missing? But yeah, the problem solved, when i created a fresh new project.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.