Skip to main content

Questions tagged [connection]

Refers to a connection used to transfer data between two endpoints, such as between a client and a web, database, web service or other server.

connection
0 votes
0 answers
4 views

Connect from Powershell to external hosted MYSQL server (from a hosting company with cPanel)

I'm trying to connect from my local machine to my external hosted MYSQL server to export the data to csv. I already added my IP address to the Remote MYSQL (in Manage Access Hosts). nWhat do I need to ...
K. O.'s user avatar
  • 1
-1 votes
0 answers
24 views

Can't connect to my server from my home IP (all services connection refused) [closed]

Today, I want to connect to my server but I couldn't. I got a connection refused, but I can't understand why. It's only from my home IP, over my phone I can just connect. I've disabled ufw on the ...
Alex's user avatar
  • 340
-3 votes
0 answers
23 views

'password authentication failed for user "postgres"' but password is right [closed]

I'm creating an API in GoLang and when I run it it keeps showing the error 'password authentication failed for user "postgres"', but I'm pretty sure the password is right cause I could test ...
Poliana R. Chagas's user avatar
-1 votes
0 answers
47 views

` java.sql.SQLException: No suitable driver found for jdbc:derby://localhost:1527/supermarketdb [closed]

I've been trying to set up my own REST API for a school project. I decided to use Apache Derby as a database and I want to connect it with my web service, but apparently, I always get this error ...
MubarikMT's user avatar
0 votes
1 answer
24 views

Git - could not resolve host: bitbucket.org - 'dig' command results

While working in WSL and git pull/push to git, I suddenly get the response ssh: Could not resolve hostname bitbucket.org: Temporary failure in name resolution fatal: Could not read from remote ...
quinny's user avatar
  • 710
0 votes
0 answers
15 views

Connecting to Redshift server in SAS

The data management people in my company (who are not SAS users) have sent me information to connect to one of our Redshift servers: User ID: user Password: pwd Database Server: svr123 Database Port: ...
RobertF's user avatar
  • 826
0 votes
0 answers
22 views

problem with many connections from RHEL 8.10 to mssql server [migrated]

I have simple script: for i in {1..1000} do isql -v -k "Driver={ODBC Driver 17 for SQL Server};Server=mssqlserver,1282;Database=dbname;UID=user;PWD=xxx;Encrypt=no" >> aaa.log & ...
Juraj 's user avatar
-2 votes
0 answers
24 views

Remote Desktop Web Access - Microsoft Access application loses connection to local table after 1 hour [closed]

We are in the process of moving a Citrix provided MS Access application to "Remote Desktop Web Access" After the application has been launched for about an hour it bugs out with "Your ...
Tony's user avatar
  • 37
0 votes
0 answers
19 views

2024-07-16 21:26:40,575 - WARNING - Connection pool is full, discarding connection: storage.googleapis.com

I'm working on a Python script that downloads images from an Amazon S3 bucket and uploads them to Google Cloud Storage (GCS) using the google-cloud-storage library. The script processes a large ...
Cauder's user avatar
  • 2,545
0 votes
0 answers
22 views

Getting an error while trying to connect MS Access database to netbeans

I am getting the error java.sql.SQLException: No suitable driver found for jdbc:ucanacess://C:/Users/jin06/OneDrive/Documents/NetBeansProjects/MazeMania/MazeManiaUserbase.accdb package mazemania; ...
LonelyBoi404's user avatar
0 votes
0 answers
57 views

Stored procedure not running after 10 minutes

I am working with C# and SQL Server. I am calling a long-running stored procedure in SQL Server from C# using the System.Data.SqlClient.SqlCommand class. The SQL Server's remote query timeout (server ...
srh's user avatar
  • 1,661
0 votes
0 answers
11 views

Connectivity Issues with Android IoT Device Inside RF Shield Box: Troubleshooting and Potential Causes

We are experiencing connectivity issues with an Android IoT device when it is connected inside an RF shield box. The setup involves connecting the Android device to a USB port inside the RF shield box,...
Ahmed Ayaz's user avatar
0 votes
0 answers
20 views

Issues with large file download using pycurl resulting in "502 Bad Gateway" error

I'm currently facing an issue with pycurl while trying to download a somewhat large file from a remote server. Despite trying different methods, I consistently encounter a "502 Bad Gateway" ...
stillQuestioning's user avatar
0 votes
0 answers
7 views

My websocket connection is dropping with Ethers.js

I establish a websocket connection with Ethers WebsocketProvider but after a few minutes the connection drops. I get the error status but it doesn't show as an error, just no data. I tried to write ...
yusfmre's user avatar
  • 11
0 votes
0 answers
39 views

JDBC passing connection or opening a new one [closed]

Its going to be a newbie question, but I haven't found any satisfying answer on the internet. I work with JDBC and db2. How do I know, when to reuse the connection (pass it as parameter in method), ...
Weronika's user avatar

15 30 50 per page
1
2 3 4 5
687