OBDC connection from uipath to snowflake - connection

I am working to connect UiPath studio to snowflake using OBDC DataSource (32bit). I have also installed snowflake driver (32-bit) for connecting purposes. But when after configuring connection, I ran the workflow, It gives the following Error.
ERROR [HY000] [Snowflake][Snowflake] (4)
REST request for URL https://https://oua63383.us-east-1.snowflakecomputing.com:443/session/v1/login-request?requestId=8b755ace-1691-4fb6-b4c9-bfe235e0e2c2&request_guid=4662159a-53ba-4f84-8451-9cb9a375a680
failed: CURLerror (curl_easy_perform() failed) - code=6 msg='Couldn't
resolve host name' osCode=9 osMsg='Bad file descriptor'.
Any help in this regard will be highly appreciated.
Thank you

You have https:// twice in your URL

Related

Azure Hybrid Connection SSPI handshake failed

I have an instance of Azure Hybrid Connections running on a server where SQL Server is installed.
I hosted an WebApp on azure, set up the hybrid connection and I'm consistently getting the same SSPI Handshake error
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The operating system error code indicates the cause of failure. The logon attempt failed [CLIENT: 1x.xx.xx.xxx]
As described here I added the clients ip in the local security policy.
I also tried adding the DisableLoopbackCheck=1 in HKLM\System\CurrentControlSet\Control\LSA, but it didn't help either.
Do I have to fix it on a database level perhaps?
As per https://github.com/Huachao/azure-content/blob/master/articles/app-service-web/web-sites-hybrid-connection-connect-on-premises-sql-server.md
[AZURE.NOTE] To ensure that your application uses the database that you created in SQL Server Express, and not the one in Visual Studio's default LocalDB, it is important that you complete this step before running your project.
Edit the connectionStrings section to point to the SQL Server database on your local machine, following the syntax in the following example:
I added user credentials to my connection string in appsettings.json and it now works.

Neo4j desktop application gets an Initialization error

I have just downloaded neo4j-desktop-1.0.9-setup.exe and logged in. However, the program is getting Initialization error: Error: Shasum of the downloaded file did not match the expected value. Please try again!
Any ideas?
I had the same problem. I could not connect to oracle servers because of network problems.so, check if you can connect to oracle website or not.

Neo4j websocket connection timeout on Google Compute Engine

I'm currently running Neo4j on Google Cloud with in a Compute Engine VM running Ubuntu. The 7474 port works as expected, however I'm receiving the following message when trying to connect to server:
WebSocket connection to 'ws://<ip>:7687/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
I checked the conf/neo4j.conf for dbms.connector.bolt.address=0.0.0.0:7687 and it's not commented out.
I checked the firewall, and there is a rule for port 7687, so what else could cause this?
Thanks in advance for the help
Update:
I was able to use the cypher-shell from the VM's command line, which connects to bolt://localhost:7687
It turns out the issue was with neither GCP nor neo4j. The company where I work for has a firewall blocking the port, and that's why I wasn't able to connect to the database using the browser. Dataflow in Compute Engine had no problem connecting to neo4j.

Delphi - Firebird - Vista access to socket denied

I am facing problem with my delphi application connecting to firebird database on Port 45000:
If I try to connect as Localhost/45000:C:\DBNAME.fdb its giving below error
Can't format message 13:98 -- message file C:\firebird.msg not found. Unable to complete network request to host "localhost". Failed to establish a connection. An attempt was made to access a socket in a way forbidden by its access permissions.
I don't understand what is this error tried changing port cheked free ports using netstat command no use.
Any help will be highly appreciated
Thanks in Advance
I think I had the same problem in the past.
Re-installing Firebird helped.
Issue Sorted out.
Thanks to those who gave some suggestions.
It was Windows One Care firewall service which was blocking all the ports in the vista system.
I could not find it because it was visible only in the services and not anywhere else.
Read the entire Configuring Firebird. Create an alias of your database.
Also take a look on the Installing Notes. Add exception to the windows firewall. If still encountering problems take a look on the http://www.gradiencesupport.com/entries/20932048-Gradience-Pro-Enterprise-Unable-to-connect-to-your-Interbase-Firebird-Server

JDBC access to Azure database

Using the Azure SDK for iOS, I have an app writing to the database. I'm now trying to configure a query using ODBC and Excel. As I'm on a Mac, only JDBC is an option.
JDBC connection only gives "Network error IOException: Connection refused"
I have setup up the Azure firewall settings for the machine IP.
Anyone with any Azure/iOS dev experience?
Thanks
Martin
Please use Microsoft JDBC Driver and make sure your connection string conforms SQL Azure Connection string. Required properties are:
Encrypt=True
Trusted_Connection=false
Database=[database name]
You shall have no issues with this setup.

Resources