Questions tagged [remote-connections]

16 questions
8
votes
4 answers

Proxying HTTPS traffic through Fiddler fails for remote clients?

Started fiddler on one machine, enabled remote connections and HTTPs. When trying to open IE browser on a remote machine (after configuring proxy settings manually) and trying to browse to https://www.gmail.com, I am getting the usual warning. When…
user2248562
  • 81
  • 1
  • 1
  • 2
2
votes
3 answers

Code to execute when ActiveWorkbook.Connections("x").Refresh is finished

select data from external source I have a data connection that retreives data using a select query from SQL-server into an Excel sheet using vba code like this: With ActiveWorkbook.Connections("x"). _ OLEDBConnection .BackgroundQuery = True …
Johan
  • 74,508
  • 24
  • 191
  • 319
1
vote
4 answers

Connecting Windows desktop applications to a remote location

I would like to know how I can connect remote offices to a central database. Here is the scenario: Office with several users working on a windows desktop application This application get it’s data from the database in the office server. Now 1 or…
Jlouro
  • 4,515
  • 9
  • 60
  • 91
1
vote
1 answer

NetBeans 8.1 Remote Connections SFTP Error: Connection closed by foreign host

I'm developing a website on a server using NetBean's HTML5, CSS3, JavaScript and PHP support. I am trying to set up the remote connection so I don't have to use something like Filezilla every time to transfer my files to the server. However,…
Bradley Odell
  • 1,248
  • 2
  • 15
  • 28
1
vote
1 answer

Apache/PHP not attempting to make external MySQL connections

So I'm doing some testing at the moment but it seems PHP/Apache is not even attempting to make an external MySQL connection. I've confirmed that there is MySQL connectivity between the two servers and in doing this have confirmed that MySQL is…
0
votes
3 answers

Open ssh connection in one line command with out public key

Is there any way to execute a ssh connection with out use interactive password autentification and non public keys, I need too run a command in the remote server all this with out manual intervention, I know that i can use a script but I don´t have…
fers
  • 189
  • 5
  • 13
0
votes
1 answer

How to execute sys.dm_exec_connections on behalf of remote server?

I am trying to find active connections on multiple remote SQL Servers at once without establishing connection to them via SSMS. Is that possible? If yes, please help. I want to see those connection information on the SSMS of my local SQL Server.
Merin Nakarmi
  • 3,148
  • 3
  • 35
  • 42
0
votes
0 answers

Getting error while connecting to remote SQL Server from PowerShell with domain account

I am getting an error while connecting to a remote SQL Server from PowerShell with a domain account. I have admin rights to the system. This is my script: $SQLServer = "testsql" $SQLDBName = "SQLInfo" $uid…
Eshwar
  • 1
0
votes
2 answers

hive command - Show tables or any command not working

I am unable to run any queries from the hive> shell. For example, even something simple such as hive> select * from date; produces the same error after parsing is complete: select * from date Exception in thread "main"…
Muthahar
  • 3
  • 2
0
votes
0 answers

SQL Server 2014 remote connection listening port

I am trying to allow my SQL Server 2014 Enterprise to accept remote connections. I followed this guide Here But I am not getting the same result as shown in their screen shot, which show connection as ESTABLISHED. mine shows only listening. Please…
bob269
  • 115
  • 1
  • 13
0
votes
0 answers

selenium webdriver Grid

hi i am using selenium webdriver. i have to connect system and i phone for the testing when i connect its not opening the other system, i am using chrome 38 and ie 10 i am getting stuct, please provide me your answer. check the…
0
votes
1 answer

Does the colour quality of a VM affect it's performance?

If you have a remote connection or a screenshare or whatever system where you're using a machine to look at another desktop on another machine, does the amount of colours affect the performance? I'm not sure how Citrix VM vs Mikogo vs UltraVNC work…
glasnt
  • 2,865
  • 5
  • 35
  • 55
0
votes
1 answer

Server(Java)&Client(Android) remote connection delay

I developed remote mouse a week ago. I tested a lot but I can't fix a mysterious problem related with OS. (Remote app, Difference of speed between Win7 and Win8) So I'm testing the remote connection between PC and Android with simple code I made. (…
Kpresent
  • 11
  • 2
0
votes
2 answers

How to connect to remote MySQL where it is disable on hosting server?

I have a website and a windows application that use the same database on a hosting server. Recently the hosting company disabled remote connection to MySQL from 3rd party applications (such as my windows app). In this case, how can I connect my…
Mohammad Saberi
  • 12,864
  • 27
  • 75
  • 127
0
votes
3 answers

Creating setup in vb.net with sql server

Is there any possible way to create a setup in for my program written in vb.net using sql server as the backend.I have a module which creates the database code and i have also created a setup in vb.net for my project but i want this setup to run…
1
2