Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
7 views

How do I definitively close ODBC connections when Pooling=false appears broken

So, I haven't seen a thread that talks about this from this direction. I'm trying to write some code to track the average amount of time it takes to open an odbc connection to a database. I figured it'...
adrianstovall's user avatar
0 votes
0 answers
35 views

Call PL/SQL from JDBC has different behaviour with OracleConnection and Connection

I need to change package variable using JDBC and get new value back. Oracle package: create or replace package test_pkg as test_num number := 10; end; When I do it via java.sql....
Evgenia's user avatar
  • 363
0 votes
1 answer
11 views

My Blog refused to connect to my phone. What could be the problem and possible solution

Recently, I bought a new phone itel P55T. I tried viewing my blog https://www.christianresoursescentre.org.ng/ but it wouldn't connect even when other sites are connecting in my phone. When I use my ...
David Orji's user avatar
0 votes
0 answers
23 views

Flutter: Connection closed while receiving data only in emulator

I'm getting the error "Connection closed while receiving data" when trying to make a request (via Dio and HTTP), when the response is larger than 400kb. If it is smaller it works normally. ...
diego2709's user avatar
0 votes
0 answers
5 views

graphtraversal source issue

2024/07/24 19:00:55 Error occurred during operation gremlinServerWSProtocol.readLoop(): 'E0703: expected string Key for map, got type='0x%!x(MISSING)'' 2024/07/24 19:00:55 Read loop error 'E0703: ...
Sajeesh V's user avatar
0 votes
0 answers
23 views

A connection was successfully established with the server... In Excel but not Access [duplicate]

I've seen various similar questions to this but each of them relate to a total failure to connect, in my case I can connect via Access and used to be able to connect via Excel, but excel has stopped ...
N G's user avatar
  • 11
0 votes
0 answers
9 views

Connection reset by peer issue and doubts about the idle connection timeout of AWS API Gateway & ALB?

All. We have deployed springboot services on ECS and use WebClient from spring-webflux, which uses Reactor Netty Clients under the hood, as the http client to call outside APIs. So far, we just used ...
Windforce89's user avatar
-1 votes
0 answers
21 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
29 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
36 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
55 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
30 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
1 answer
26 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
  • 828
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
26 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
26 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,539
0 votes
0 answers
30 views

Getting an error while trying to connect MS Access database to netbeans [closed]

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
63 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
12 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
9 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
20 views

HTTP POST (or PUT) requests longer after response in ESP32

I'm making project like RC car on coupled STM32 and ESP32 as co-processor. Now I'm trying to use POST/PUT requests of HTTP to turn on/off LEDs on my module, but I have problem with analysing and ...
All All's user avatar
1 vote
1 answer
40 views

BLE FTMS service not discoverable in python But discovered in nrfconnect App

I am using the following code to make an ftms service. This service is easily visible on the mobile phone as shown below but the python script below doesn't show that and gives some unknown junk ...
Muhammad Hamza Farooq's user avatar
1 vote
0 answers
35 views

Major IMAP services aren’t connecting to imap_open() in PHP

When connecting to a major IMAP service in PHP, I get a "Connection refused" error. I don't understand why this is happening. I have tried iCloud (imap.mail.me.com), Yahoo! (imap.mail.yahoo....
Dneail's user avatar
  • 11
1 vote
1 answer
44 views

Android BLE establishing connection

I am developing an Android BLE application for connecting with a BLE peripheral device. The BLE peripheral device has strong energy constraints and therefore the connection interval should be kept ...
Titouan Gaborit's user avatar
1 vote
0 answers
41 views

use SQL query via Power query to inquiry a different excel spreadsheet

I have an excel spreaadsheet (ExcelData.xlsx) that contains a table named "tblTransactions". I would like to understand if it is possible (and if so, how) to use a SQL query (through Power ...
Test Test's user avatar
0 votes
1 answer
19 views

How can I achieve connection check globally across the flutter application?

I would like to make my flutter application to be able to check the connection status and prompt a warning if the wifi and mobile network is turned off. However, I want to make this globally across ...
Jena.T's user avatar
  • 47
0 votes
0 answers
23 views

I cant Create a Connection between Python with MySQL [duplicate]

So recently i try to use MySQL and Python ( MySQL 8.00, Python 3.12 ) i view some code in W3 School to create a connection between ( i use Visual Studio Code as my text editor ) and i try this code ...
JustRy's user avatar
  • 1
0 votes
1 answer
58 views

How to set limit connections per user in SAP HANA?

The task is to write a request that will receive the number of connections for the current user. As well as a request that will set a different value for the database SAP HANA. I did not find anything ...
Trofim Maydanov's user avatar
0 votes
1 answer
32 views

Symfony Doctrine multiple DB to get connection for the 2nd database

I am using Symfony 7.1 to develop my API backend. In my .env: DATABASE_URL="mysql://root:[email protected]:3306/rsywx?serverVersion=8" BLOG_URL="mysql://root:xxxxxxxx$@xxxx:3306/...
TaylorR's user avatar
  • 3,953

15 30 50 per page
1
2 3 4 5
344