Category "connection"

cannot connect to Postgres - password unknown

I can't connect on postgresql. when i go on pgadmin>server>postgresql, it asked me "please enter the password for the user 'postgres' to connect the serve

Can Spring Boot detect when the Google PubSub connection is down?

I've been googling and can't seem to find an answer to this question: Can a Spring Boot app get a lifecycle notification if its underlying broker connection (ei

Connecting Delphi to a online database

I have a project where we need to create a application for capture infomation from a 'tournament', for example a soccer knock out tournament where you have to

SSIS CONNECTION MANAGER - Project level connections causing issues

I started working on one of the SSIS packages which has 4 connection managers. I changed them to project-level connections from the package level. Now I added a

Python multiprocessing, parent process hangs at recv after child process raises exception before send

Python is definitely one of the worst languages for parallel processing. Just finna get the parent process to throw an error when the child process fails. Inste

Single pubic IP address can not connect to Google hosted sites on 35.208.x.x but pings

One of our public IP addresses can't connect to Google 35.208.x.x web sites but they can ping. Other IP's on same public subnet connect fine.

Heroku/Github set up connection issue?

I am doing an exercise where I've a forked repository, and started a heroku account, did "create a new app" and "deploy with github" but when I go to connect t

Jenkins Agents "Unable to create live FilePath" and marked offline

Jenkins Controller reports : Unable to create live FilePath for i-xxxxxxxxxxxxx and Agent is marked Offline Googling this error indicates that it is a problem

Check or listen continuously to internet connection/Network Connectivity in dart, flutter app

I have been searching for long to know the best approach to listen to internet connection in flutter/dart app. I think this approach is better for now and it ca

Netcat should auto reconnect on disconnection

I have a problem with network interruptions causing netcat to disconnect and then I have to rerun the script. (/usr/bin/php < dummyInput.txt textGen.php | /u

AWS IoT Device online/offline check

I am currently working on an IoT device using AWS IoT core. I am new to working with IoT device. What is the standard/best way for determining whether the dev

Cannot connect to SQL Server except with domain admin account

I am running into an issue where my .net application (C#) will not connect to SQL Server when ran by a domain user. Exception is: The underlying provider faile

USB communication via ethernet

I'm trying to figure out how I could emulate a USB port from one computer to another over the internet. I want to connect a device in one city with software run

How to connect to an Intersys cache database in Python

I'm using PyCharm and I'm trying to connect to a database which is connected via the Intersys cache. In many places online it is stated that I need to connect w

Failed to prepare device for development. XCode 13.2.1, iOS 15.1

After upgrading the mac OS and XCode to 13.2.1 and iPhone to 15.1, the device stopped connecting to the mac. It kept showing the error as Failed to prepare dev

TortoiseSVN unable to connect to VisualSVN

Until last week we were normally able to connect to our VisualSVN server using Tortoise. Yesterday it's not working anymore. Any attempt to connect results in

What's the most appropriate HTTP status code to return for connection failures on the server

What's the most appropriate HTTP status code to return for connection failures on the server? For instance, if the server fails to establish a connection to the

SQL Server not listening on IP address even if TCP/IP is enabled

I am trying to set up MS SQL Server Express 2019 to listen on TCP/IP and connect to it through IP address instead of shared memory. I am currently connecting th

Streaming API - how to send data from node JS connection (long-running HTTP GET call) to frontend (React application)

We are attempting to ingest data from a streaming sports API in Node.Js, for our React app (a MERN app). According to their API docs: "The livestream read APIs

How to check the presence of the internet connection in Perl?

I have a simple script that verifies periodically (once every few seconds) if there is internet connectivity from that server. To be clear, it's not about to ch