Questions tagged [remote-connection]
148 questions
0
votes
2 answers
Remote SQL Server 2008 R2 connection error
I'll first try to explain the problem I have. I have a SQL Server 2008 R2 running on Windows 2003 R2 SP2. The SQL Server is configured to accept remote connections on port 1433. From a Windows 7 machine on which I have configured a WAMP server I use…

Cosmin B
- 13
- 1
- 3
0
votes
2 answers
TerminalServicesManager().CurrentSession.ClientName
I am trying to figure out what clients are connected to my machine using remote desktop.
I read about Cassia and the Cassia.TerminalServicesManager, but I can't wrap my mind around it...
I thought that…

Krzysiek
- 1,487
- 4
- 19
- 28
0
votes
2 answers
How can I connect to Sql Server 2008 remotely using an IP Address?
When I publish my project clients will need to be able to setup the initial configuration, and part of that is the Sql Database Connection. I have an instance of Sql Server 2008 running on my system (MSSQLSERVER2008) as well as SQLEXPRESS2005. I am…

David Anderson
- 13,558
- 5
- 50
- 76
-1
votes
1 answer
How to make connection with remote server using pystunnel
I want to create a connection with a remote server using stunnel. I have IP address of the remote system along with port.
I want to use pystunnel library to make connection in a python script.
I did not get any reference to make a connection between…

Vishakha Sharma
- 37
- 6
-1
votes
1 answer
Why can't I connect Jenkins remotely?
I'm working in a company xxx and due to Covid-19 we are all working from home.
When trying to connect Jenkins website I get from chrome :
This site can’t be reached
jenkins.xxx.com’s server IP address could not be…

Raziv
- 59
- 5
-1
votes
1 answer
[Catalina home]/catalina.sh: -Dcom.sun.management.jmxremote=: not found Tomcat (VM option) IntelliJ
When I run Tomcat server with making vm option in "Edit configurations" it appear that error:
/`Tomcat/apache-tomcat-9.0.14/bin/catalina.sh: -Dcom.sun.management.jmxremote=true: not found`
I find somewhere on the web advice to add something like…

Marek
- 9
- 5
-1
votes
1 answer
SQL Server connection over VPN not responding
I would like to connect my VB.net application remotely with SQL database server which is placed on different location.
I installed LogMeIn Hamachi on both the server and client machine and joined existing network on the client machine.
I followed…

user8328
- 31
- 5
-2
votes
0 answers
MySql Connection Error To Server AlmaLinux
I'm trying to connect to A MySQL database in order to use it for asp.net project in c#.
I'm getting error 40 on SSMS which means I inserted the wrong server name or the MySQL server doesn't allow remote connections.
Error from mysql…

Andrea Costa
- 1
- 1
-2
votes
1 answer
Connection string in appsettings.json for remote database
I have hosting account in plesk panel. I can create and remove a database in hosting panel.
Now I want to create a database from my local computer using add-migration in code first approach. but the following error occurs:
"login failed for the…

Fiaz Ahmed Ranjha
- 245
- 1
- 6
- 22
-2
votes
1 answer
Cannot connect to remote SQL Server on laptop
When trying to connect to a remote SQL Server 2012 database from Management Studio 2012 on my laptop, I get this error:
A network-related or instance-specific error occurred while
establishing a connection to SQL Server. The server was not found…

Vaishali
- 1
- 6
-2
votes
1 answer
How to increase simultaneous remote connections in Windows 2012 Server R2
How do you increase simultaneous remote desktop connections in Windows 2012 Server R2 edition?
We are currently limited to the default of 2 connections, but would like to increase this. In Windows 2008 Server you would go to Admin Tools and then…

user3165854
- 1,505
- 8
- 48
- 100
-2
votes
1 answer
Server Error in '/' Application (Error 40 on ASP.net page)
Hey all I am currently trying to connect to a database on a differnt server from where the .ASPX file is being called from.
In VS2013, in debug, It calls the query just fine without problems but once I compile and call that same page from the actual…

StealthRT
- 10,108
- 40
- 183
- 342
-4
votes
2 answers
How to get Remote machine OS version in perl without using third party tool
I have requirement where in I have to find OS running on remote machine in perl.
The machine can be running on any OS from windows, linux to aix.
I have seen few solutions but unfortunately all requires to install third part tool which cannot be…

Tejas
- 272
- 2
- 7
- 15