10,270 questions
0
votes
1
answer
25
views
Is there a way to test connection to web in powershell, with and without certificate?
I know that if the web service was installed with certificate, thus simple test connection in powershell like Invoke-WebRequest to that https site can give me whether it's possible to connect there or ...
0
votes
0
answers
30
views
VBA Excel RTD server connection Active or Not Active
I have a spreadsheet with RTD server links to a COM add-in (by a third party). A couple of times the connection has been lost and a excel dialouge box has appeared - saying "Excel has lost ...
-4
votes
0
answers
26
views
How do I connect to Mongodb compass? [closed]
I am not able to connect to localhost:27017 on mac. I found online solutions for windows but not for mac. Thanks for your help!
Fist when I installed mongodb compass everything was working but after ...
-1
votes
0
answers
42
views
problem with django migration / django.db.utils.ProgrammingError: invalid dsn: invalid connection option "players"
i am facing a problem when trying to migrate my project to docker postgres db!
Error is:
File "D:\TeamsProject.venv\Lib\site-packages\psycopg2_init_.py", line 121, in connect
dsn = _ext....
0
votes
0
answers
11
views
npx serve Network address not accessible from phone
So I call npx serve in my computer's directory to expose html pages to the network. According to the docs, this thing starts on two http addresses: Local localhost:3000 and Network [my_ip]:3000. I was ...
0
votes
0
answers
41
views
Connection threading: one thread per connection or one thread for a chunk of the IPs range?
I have no way of benchmarking at the moment, which is why I am asking. Furthermore, I would appreciate any insights on the pros and cons you might think of.
I essentially need to connect to a server ...
0
votes
0
answers
34
views
WebSocket closed with code 4001: Not authorized when connecting to AssemblyAI real-time transcription API
I'm working on integrating AssemblyAI's real-time transcription API with WebSocket in Python, using the websockets library. However, when I attempt to connect to the WebSocket endpoint, I get the ...
0
votes
0
answers
92
views
Issue with concurrent database calls Using ZeosLib
I have a problem with a function that interacts with the database. When I call it sequentially, it works perfectly, but when I call it concurrently, it gives me an error.
Is ZeosLib not thread-safe, ...
-1
votes
0
answers
10
views
Error "Public Key Retrieval is not allowed Public Key Retrieval is not allowed" when I connect to my database with DBeaver [duplicate]
When I try to connect to my dabtabase using DBeaver I have a error
I have the follow application properties:
jwt.private=${PRIVATE_KEY}
#MySQL Connection
spring.application.name=BookStoreAPI
spring....
3
votes
0
answers
275
views
nw_connection_copy_connected_local_endpoint_block_invoke [C35] Connection has no local endpoint
I have an app which makes some requests in the background when launching it and navigating through the views. There are many endpoints requested.
I get this warning message many times printed in the ...
0
votes
1
answer
30
views
How to setup a connection to Sharepoint with enterprise app and client secret
I'm trying to connect to sharepoint from a service.
I already registered the app in Entra and succesfully made a connection to sharepoint when using a certificate. But the customer has provides us a ...
0
votes
0
answers
62
views
How to switch user withing code execution PL/SQL
I encountered an issue where I do have to execute a package on archive_schema, which has to create a table on production_schema, grant it to some other users and some other stuff.
I would want the ...
0
votes
0
answers
8
views
Can 1 SF org be linked to multiple SFMC instances (NOT BUs within 1 instance, but different SFMC logins / instances / businesses)
I've received a client request: they want to know if a single SF core org can be connected to more than one SFMC instance / different logins. The request specifies that these are not multiple ...
0
votes
1
answer
35
views
Too many connections - NextJS14 + MySQL2
I'm currently creating a web-app for a project. It worked fine for a couple hours, then I experienced a "Too many connections" error on my MySQL database.
So, I ran select count(host) from ...
1
vote
1
answer
68
views
Aerospike client not adhering to connectionQueueSize
We have a Go application running in a highly concurrent environment. We do several aerospike reads for every single request, by spawning multiple goroutines .
Currently we are facing this issue where ...