remote-connection

Cannot connect to a Mongodb pod in Kubernetes (Connection refused)

青春壹個敷衍的年華 提交于 2019-12-11 10:46:27
问题 I have a few remote virtual machines, on which I want to deploy some Mongodb instances and then make them accessible remotely, but for some reason I can't seem to make this work. These are the steps I took: I started a Kubernetes pod running Mongodb on a remote virtual machine. Then I exposed it through a Kubernetes NodePort service. Then I tried to connect to the Mongodb instance from my laptop, but it didn't work. Here is the command I used to try to connect: $ mongo host:NodePort (by "host

Can Mirror Api call an external web service?

萝らか妹 提交于 2019-12-11 09:25:01
问题 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, how I can do it? 回答1: You need to provide a web service that interacts with the user's timeline to insert cards, but you can interact with whatever other web services you want from within yours in order to get the data that you push. Something like

Remote app, Difference of speed between Win7 and Win8

Deadly 提交于 2019-12-11 08:06:34
问题 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. However, recently I found that it works smoothly and fast in Win8 (x64) but when I tried in Win7 (x64), it's quite delayed and slow. What's the difference between them ? I used DataInput/OutputStream and didn't use a Thread for server. The server

Cannot log in using SQL authentication ONLY from a remote server

怎甘沉沦 提交于 2019-12-10 17:47:37
问题 I am trying to connect to SQL Server 2008 from a remote server using 'sa' username and its password (I can log in normally with this username and password from my own computer - so "SQL Server and Windows authentication mode" is chosen ). In the SQL Server log file on my computer I see this error: Login failed for user 'sa'. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only. I thought it might be a remote connection problem, so I

multiple connections to an mdf file

前提是你 提交于 2019-12-08 01:06:23
问题 im creating a .Net application using c# for a university project and need some help! I have a mdf file hosted on a network drive and need several clients to be able to access this database from their applications. Each client machine will be running their own instance of sql express. I can access file from my application, but when another client tries to they receive the following error message Cannot open user default database. Login failed. Login failed for user 'EEEC\40023753'. The

How to access Oracle database over network?

偶尔善良 提交于 2019-12-06 07:09:35
问题 I am trying to accessing my Oracle database over Network. I have Google a lot and found many solutions, but those doesn't work for me. The problem is that, I want to access my Oracle Database from One Computer to another Computer over my Local Network. What I did is.... I found a Solution to modify listener.ora file with (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbp.devProject.com)(PORT=1521))) When I modify this file and tried to run and access the Database nothing will happens, and it

How to access Oracle database over network?

三世轮回 提交于 2019-12-04 13:35:56
I am trying to accessing my Oracle database over Network. I have Google a lot and found many solutions, but those doesn't work for me. The problem is that, I want to access my Oracle Database from One Computer to another Computer over my Local Network. What I did is.... I found a Solution to modify listener.ora file with (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbp.devProject.com)(PORT=1521))) When I modify this file and tried to run and access the Database nothing will happens, and it throws an Error, the port number you have specified is used by another listener, so i have changed port

Can not remote connect to RDS DB instance of AWS

自作多情 提交于 2019-12-01 14:29:19
I have a problem with connect to DB instance of AWS after I config that: http://www.test.htmlcssworld.com/CDN/rds-dashboard.png I already add this DB instance to the Security Group with RULE: MySQL - TCP - port:3306 and source is Anywhere. http://www.test.htmlcssworld.com/CDN/cmd-rds.png But when I try to remote connect via CLI that show error (10060). Note: All of them i manipulation at US West (Oregon) and have Security Group Rule. A couple of things to check Security group (you did that already, looks good) Subnet is public ? i.e. it has a Routing Table that includes a Rule that says 0.0.0

Can not remote connect to RDS DB instance of AWS

我是研究僧i 提交于 2019-12-01 12:45:18
问题 I have a problem with connect to DB instance of AWS after I config that: http://www.test.htmlcssworld.com/CDN/rds-dashboard.png I already add this DB instance to the Security Group with RULE: MySQL - TCP - port:3306 and source is Anywhere. http://www.test.htmlcssworld.com/CDN/cmd-rds.png But when I try to remote connect via CLI that show error (10060). Note: All of them i manipulation at US West (Oregon) and have Security Group Rule. 回答1: A couple of things to check Security group (you did

C# start a scheduled task

浪尽此生 提交于 2019-12-01 03:56:22
I'm trying to write a simple form in c# that will run a scheduled task one some computers. Whet I have so far is: private void button_Click(object sender, EventArgs e) { try { for (int i = 0; i < num_of_computers; i++) { string line; line = (" /run /tn myTask /s " + _ReplacerObj.MyComputers[i] + " /u user s /p password"); proc.WindowStyle = System.Diagnostics.ProcessWindowStyle.Minimized; proc.FileName = @"C:\WINDOWS\SYSTEM32\schtasks.exe"; proc.Arguments = line; Process.Start(proc); } } catch (Exception ex) { MessageBox.Show(ex.ToString(), "Error Message!"); } For some reason this doesn't