Questions tagged [remote-server]

remote-server is a machine used for data processing which is accessed via a network

Here are some questions which detail some common use cases:

1968 questions
10
votes
2 answers

SQL statement joining Oracle and MS SQL Server

I never seen this, but is it possible to have one SQL call join data from Oracle and SQl Server?
bmw0128
  • 13,470
  • 24
  • 68
  • 116
10
votes
2 answers

IntelliJ read remote server log file

Do you have any idea how can I setup my Remote configuration to display a log file on the server instead of on my local machine? On the edit configuration screen (Logs tab) I have the option to show a log file, but only logs from my machine, not…
10
votes
1 answer

Test Remote Database Access Host

I've set up my Remote Database Access Host, on my web hosting cpanel, enabling my home computer IP address to access the online database. To the best of my knowledge it should be working, but I'm not 100% sure. Is there a quick way I can connect to…
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
9
votes
3 answers

The right connection string for Remote SQL server for C#

I just want to know the right sql connection string for a remote sql server express edition. This is what I got but I got some problems SqlConnection cs = new SqlConnection(@"Data Source=(IP Address)\PC-NAME\SQLEXPRESS,1433;Network…
Lucas Juan
  • 351
  • 5
  • 9
  • 23
9
votes
4 answers

Deployment strategies for Go services?

I'm writing some new web services in Go. What are some deployment strategies I can use, regardless of the target platform? For example, I'm developing on a Mac, but the staging/production servers will be running Linux. Are there some existing…
Daniele B
  • 19,801
  • 29
  • 115
  • 173
9
votes
4 answers

Add files to an already setup svn repo

I want to add a folder to a remote server with the svn repository set up. In my local computer I have tortoiseSVN. All I want to do is add folder from my local computer to the repo setup in the remote directory? ANy pointers? You can tell I'm not a…
GotAmye
  • 369
  • 2
  • 5
  • 18
9
votes
4 answers

I need to call mongoexport remotely and get the result from node.js

I'm not sure how to go about this, I need to export a mongodb collection as an .csv. Calling mongoexport with spawn.child_process in node will accomplish this but my mongodb server and node server are currently on separate machines. How can I…
Josh Elias
  • 3,250
  • 7
  • 42
  • 73
8
votes
2 answers

Set global environment variables in VS Code with remote-ssh

I have the case that I need to use VS Code installed on Windows 10 and run it with the extension Remote - SSH on a RHEL 7.x. The default RHEL 7.x runs with git 1.8.x. I have installed a newer git version but this is not in the default $PATH…
nsolthe
  • 147
  • 1
  • 1
  • 6
8
votes
3 answers

ERROR: "docker context create" requires exactly 1 argument

I'm trying to deploy an application using docker-compose through Docker Context. I'm using this guide: https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/ The problem comes when I try to create a context. e.g.: …
8
votes
4 answers

protocol error: mtime.sec not present when tried to transfer folder/file from remote server to local

I am using Ubuntu 20 on alicloud and I have an issue when trying to copy from sftp remote server to local using cl: scp -r -P 22 sftpibas@localhost:/sftpibas dev but it raised protocol error: mtime.sec not present If you want to look into my…
ebuzz168
  • 1,134
  • 2
  • 17
  • 39
8
votes
1 answer

Connect spyder to a remote kernel via ssh tunnel

I am trying to connect spyder, running on local_machine (macOS), to a remote kernel running on compute_server (a compute node of a cluster). The compute node is not directly accessible via the internet, I can only access the cluster via…
Chris Thomas
  • 91
  • 1
  • 3
8
votes
4 answers

Error : Connect ENETUNREACH

I am fetching videos from the facebook graph api(24*7) using nodejs. My code is working fine but after every 3 or 4 days it stops working and gives the following error: (Ignore the I'm in loop statements) Error: connect ENETUNREACH…
saeed
  • 112
  • 1
  • 1
  • 7
8
votes
1 answer

Persistent remote session on Pycharm

I am using Pycharm pro 2016.1 to train some models on a remote server. I have a remote interpreter setup. Occasionally there might be an accidental disconnect, which disrupts the whole process, I get disconnects and the scripts stop running. I was…
ninjaSurfer
  • 157
  • 7
8
votes
1 answer

Connect remote server to spyder for running Python Code

Here is what I am trying to do. I have a Windows VM and another Linux VM which is used as server. I have Spyder installed on my Windows VM and would like to run my Python code in Spyder on remote Linux server. I did try using option in Spyder…
ks2882
  • 191
  • 1
  • 6
8
votes
2 answers

A specified logon session does not exist. It may already have been terminated

Unable to Map drive to workgroup machine when I'm running the script using the Invoke-command. I'm connecting to a workgroup machine using the Invoke-command and there I'm trying to map a drive. I'm able to connect to the machine but unable to Map…
Iliyas
  • 81
  • 1
  • 1
  • 3