Questions tagged [remote-connection]
148 questions
1
vote
0 answers
Remote app, Difference of speed between Win7 and Win8
I have developed remote app(remote controller) that controls PC's mouse using Wi-fi connection. Basically, android client connects the java server and send X, Y coordinates to it. I almost finished everything else and I have tested it more and more.…

Kpresent
- 11
- 2
1
vote
2 answers
Can Mirror Api call an external web service?
I want to develop an app with mirror api for the novel google glasses. Is it possible to call an external web service from the glassware? I have to use this web service to obtain the informations to display in the timeline cards.
If it is possible,…

Mario Lepore
- 307
- 2
- 8
- 18
1
vote
1 answer
How to feed multiple command to cmd.exe initiated on remote machine using psexec
I'm trying to connect to remote machine using psexec and execute the cmd.exe. Once I've this session open I want to run multiple commands such as mkdir, del, etc. I'm facing the problem that i can only run one command with subprocess as communicate…

Hemant
- 1,313
- 17
- 30
1
vote
1 answer
Remote Database Connection Setup in Netbeans
I'm totally junior in this area :)
I have JAVA version 7 on my PC.
I want to connect my PostgreSQL database to NetBeans.
Based on my search I found that I should get JDBC driver. so I downloaded JDBC41 Postgresql Driver, Version 9.3-1100 jar files…

Hesam
- 52,260
- 74
- 224
- 365
1
vote
1 answer
Db2: no available conversion for the source page
I'm usind db2 8. Try to connect to the database (on the remotee computer, using vpn).
While connecting I have an error:
SQL0332N There is no available conversion for the source code page "1251" to
the target code page "UNKNOWN". Reason Code "1". …

globus
- 71
- 1
- 8
1
vote
0 answers
Connect to SQL Server 2000 without installing connectivity tools
I am using 2 machines.
Windows server 2003 with SQL Server 2005 (default instance) MySrvName" and with SQL Server 2000 (named instance) MySrvName\SQL2000
Windows 7 with VS 2010
LAN (works fine)
When I connect to SQL Server 2005 it works fine from…

Adeem
- 1,296
- 1
- 16
- 30
0
votes
1 answer
Enabling remote connection to SQL Server 2008 Express on Windows Server 2008
I am trying to connect to the SQL Server 2008 Express from my local machine but for some reasons I am not able to connect to the server.
sqlserver.exe is allowed in the firewall
TCP protocol is enabled
sqlexpress is running
allowing remote…

Nag Bandla
- 56
- 2
- 13
0
votes
1 answer
Does SQL Server Express 2012 remote connection sends data in plaintext or encrypted?
I have a Winforms (C#, .NET 4.0) application and I would like to connect to a remote SQL Server 2012 Express. Also I would like to send and receive data from the SQL Server to my application in an encrypted way, so that a potential hacker would not…

Ben
- 2,435
- 6
- 43
- 57
0
votes
1 answer
Connecting to Jira remotelly Using Netbeans or other client tools
I am using Atlassian JIRA™ (Professional Edition, Version: 3.0.3-#75 and Netbeans IDE 7.1
But when trying to validate a connection to Jira from netbeans it gave me this error "Jira RPC services are not enabled"
while I have enabled it and also I…

Nil null
- 31
- 4
0
votes
1 answer
Connecting to a remote host syntax
In c# when I use the code :
public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)
I declare the EndPoint with the ip-address of the remote host am communicating with and a port number.…

Avik
- 2,097
- 7
- 24
- 30
0
votes
0 answers
After Microsoft disabled the RPS for exchange my code is throwing 'System.Management.Automation.PSNotImplementedException'
After Microsoft has disable the use of RPS (https://techcommunity.microsoft.com/t5/exchange-team-blog/deprecation-of-remote-powershell-in-exchange-online-re-enabling/ba-p/3779692) my code has broken.
Below is the C# code.
HttpClient Client = new…
0
votes
1 answer
'Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)
Im using a 3rd party api service for a text sending job.
When I send around 5000 numbers as payload to the API, it works fine. I have noticed that sometimes when the payload count exceeds to 7000 or above. I receive the following error code in…

Fahad Hussain
- 185
- 1
- 3
- 15
0
votes
0 answers
Connect to SQL Server running on a distant VM from my desktop
I have created an SQL Server on a VM. When I try to connect to my SQL Server on the VM, everything is fine but when I try to connect to it from my desktop via SSMS I have this problem :
A network-related or instance-specific error occurred while…

ikram zouaoui
- 33
- 1
- 4
0
votes
0 answers
R runnig in Ubuntu 22.04 on wsl2 cannot communicate with remote ubuntu server after updating to windows11 2022 autumn update
I used to do parallel computing with R, in which I had three computers connected on LAN; two windows 11 computers with wsl2 (ubuntu 22.04), and one ubuntu computer. The main computer runs an R script which controlled other two computers as slaves,…
0
votes
0 answers
Issues in remotely connecting with PowerShell with Windows 11, as opposed to Windows 10
We have been using powershell to remotely connect between computers, successfully, in Windows 7, Windows 10.
As part of the companies computers upgrade to Windows 11, we have been noticing the powershell remote connection script fails.
I am talking…

Veverke
- 9,208
- 4
- 51
- 95