|
I am able to connect to windows VM using Remote Desktop connection. BUt i am not able to connect to linux VM.
However if i use VNC software , then i can connect.
Can i do some setting in RDC so that i can connect to linux as well
Started by Mirage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You could try Xrdp which is meant to extend rdesktop to allow .
As I know, Linux uses rdesktop to connect via RDP but this doesn't include a server which means the connection can only go from Linux to Windows.
|
|
I have a circumstance where a JDBC connection places the Oracle session to which it is attached into a particular state (i.e. DBMS_FLASHBACK enabled mode). It's possible for the exit of this mode to fail (at least theoretically) which means that the session...
Started by Alohci on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is on a best efforts.
An exception occurs if the connection can be reused, or must be disconnected.
|
|
Hi,
I have a connection pool set in the tomcat server context.xml (connection used by several webapps so seems the best place for it).
However, I don't like having passwords hard-coded in the file. Is there any way for me to retrieve the password from...
Started by Ryan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try Factory , you can code your factory to create javax.sql.DataSource object or a DBCP (or such) based.
Another platform dependent example: you can configure PostgreSQL pg_hba.conf.
From Oracle.
|
Ask your Facebook Friends
|
In my configuration files I have a connection string used by a legacy part of the app (using Datasets) and another string for Entity Framework:
<connectionStrings> <add name="Database" connectionString="Server=..." /> <add name="Entities...
Started by Paul Stovell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is a bit old, but I figure this will help someone out there:
You can use.
|
|
I have a problem where I can vpn into a network. I am able to ping a certain server (devserver). I can also do a remote desktop into the server.
However, if I try to access the server in other ways, for example:
http://devserver
or
connect to the SVN ...
Started by webdtc on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
As the others....
Look at your Firewall Rules on VPN > LAN and/or Nat Policies from VPN > LAN .
Firewall in your way?
Some firewall consider the VPN as a stand-alone inteface, thus applying either NAT ploicies and/or Firewall rules on that interface .
|
|
I am trying this:
Provider=MSDASQL.1;Persist Security Info=False;User ID=sys;Password=pwd;Initial Catalog=DATABASE;Data Source=OdbcDataSource;DBA Privilege=SYSDBA
But I get the error:
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
...
Started by JosephStyons on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Oracle Connection string sample
You;User Id=userID;Password=password;Integrated Security=no
If you are using Visual Studios you can add a data source in the Sever....
I hope you can find your answer there.
Of connection strings .
|
|
I am trying to set up OpenVPN to allow me to connect a number of laptops to my network in a way that allows the laptops to connect to specific computers via HTTP (to e.g. a server management page) and windows shares (to access files)
In the test environment...
Started by Maik on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Is not directly connected to your laptop
so, assuming your openvpn server can talk to 10.66.77.20, you need.
|
|
I have a computer at home with ip 192.168. 221 .xxx I have another computer at work that I can ping and it has 2 ip addresses: 192.168. 1 .xxx and 192.168.0.xxx. Those last 2 addresses have the same gateway ie 192.168. 1 .1 . the computer at work is connected...
Answer Snippets (Read the full thread at superuser):
Substitute....
You run this command:
ssh -L 8000:20.20.20.20:22 user@10.10.10.10
Now your open session to B) .
[Edit want to connect to C via ssh.
If you connect to localhost:8000, the connection will be forwarded to 192.168.0.xxx:yyyy.
|
|
I am working on project and i need to connect MYSQL database. I am success to connect SQLite in my project ( using cocos2d).But i can not connect MYSQL database in my project. I any one do like this than help me for how to connect . Give me the necessary...
Started by Rana on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You must use some intermediate data to the iPhone (XML, plain text) iPhone processing the data You can use this technique to query.
You will not be able to connect to MySQL directly from the iPhone.
|
|
How can I connect to mysql data base from windows forms?
Started by srinivas on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Alternatively you can also use OleDb to connect to MySql.
To mysql using Connector/Net 6.0.
|