bjarni Posted February 20, 2020 Report Share Posted February 20, 2020 Hello, I would like to push and retrieve data to and from the the internet directly from my Unistream. I tried to connect to a server on Amazon, a working database (MSSQL) we are using in another project. But when doing a simple query I get error: "20009 Unable to connect to data source Unable to connect: Adaptive server is unavailable or does not exists" Anyone here who could give me a hint on what I need to do? The Database is set up as "SQL Server" with IP-number and instance name, database name, user name and password. Another question is if I can use other kind of web services to handle my data ? Thanks, Bjarni Gudmundsson Link to comment Share on other sites More sharing options...
Patrick95 Posted February 21, 2020 Report Share Posted February 21, 2020 Hello, is it definitely a type of SQL database - SQL Server? You try to change the SQL type to MYSQL and specify a port. Also check IP, name, password ... Link to comment Share on other sites More sharing options...
bjarni Posted February 28, 2020 Author Report Share Posted February 28, 2020 On 2/21/2020 at 11:37 AM, Patko said: Hello, is it definitely a type of SQL database - SQL Server? You try to change the SQL type to MYSQL and specify a port. Also check IP, name, password ... THanks for the input Patko. It's a MSSQL database I'm using and I´ve tried both with one located on an Amazon server as one on my local net. Link to comment Share on other sites More sharing options...
Hoops123 Posted July 15, 2020 Report Share Posted July 15, 2020 I had the same message yesterday. Have you done the step in the help files regarding the firewall? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now