|
We have a windows application that runs on a server and accesses 4 other servers (all of them are members in the domain) to get the messages in each of their private queues. We've just installed a new server, and for some reason when the application tries...
Started by Lea Cohen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
IF you see traffic going out to the remote server, but you never see even one packet coming back from it before the failure,....
IF you see no actual traffic being sent to the remote server in question, then you for clues.
From each other).
|
|
Is it possible to connect via Remote Desktop Connection to a windows 7 machine without locking the remote computer (I want to use the same logged in user)? Or is it possible to release the lock after the remote desktop session is closed?
Started by yossis on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
You go into the help and support area....
It basically uses the same remote desktop technology under the hood.
As I know, it's not possible to prevent Remote Desktop Connection from locking the computerTake a look at remote assistance.
|
|
The Remote Desktop client on Windows XP x64 (SP2) sometimes gets into a state where it can't find certain remote computers by name. For instance:
dc.example.local = 10.123.0.27
Attempting to RDP to dc.example.local yields the error message:
This computer...
Answer Snippets (Read the full thread at serverfault):
How many DNS servers do you have? Will it be possible that --if you have more than one-- one of them do not have those machines on record?
It could be DNS-related, if you run Active Directory - what does a dcdiag dns test on the DCs say about it (just... .
|
Ask your Facebook Friends
|
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, receive request headers and see in request headers information about HTTP ...
Started by Aizaz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could do netstat -a in the command line and see if the default port for remote desktop.
|
|
We just setup some new Windows 2008 R2 servers and we are unable to Remote Desktop into them from our Windows 7 desktops. Remote desktop connects, but after we provide credentials we get:
The connection cannot be completed because the remote computer ...
Started by Jim McKeeth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Examine the DNS records created....
Check reverse DNS lookup on the IP address of the Windows 2008 R2 machine .
Check normal name lookup through DNS.
Have you tried flushing the dns cache?
ipconfig /flushdns
Sounds like the problem lies somewhere in the DNS .
|
|
I've got a main desktop computer at home, I'd like watch movies using it but able to control it afar.
For example, I would like to lay on my bed and control the desktop using my own laptop via wireless.
I've been looking for solutions to my question. ...
Started by Dean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Here's an explanatory picture from their website:
So you would set up your laptop... .
I personally have used it exactly as you describe.
The program you want is Synergy+.
It will not log you out like RDC.
For minimal configuration, I recommend TeamViewer.
|
|
I am using C#...
I need the ability to copy a set of files to about 500 unique computers. I have successfully been able to use the LogonUser() method to impersonate a domain account that has the required permissions to copy the files. The destination ...
Started by Casey Gay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As WindowsImpersonationContext = Nothing Try MessageBox.Show("Copying file...") If LogonUser("Local Admin name", "Local computer.
|
|
I remote desktop into a remote computer, and want to restart it from inside. When that remote computer comes back to life, can I still log into it? I will lose the previous session, for sure, but can I still log into it?
Started by Ngu Soon Hui on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
If your using Windows, then here are some of the reasons... .
Remote access has assuming the computer restarts and loads the operating system correctly.
Are connecting using the IP address and the computer is assigned a new IP address.
|
|
I want to shut down the remote computer (ex. a computer connected in LAN.) I have tried a lot but I could not find the solution. Does anyone have an idea on how to shut down the remote computer? Any language would work.
Started by sivakumar on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If the remote computer is a Windows box you can available in Resource Kits prior to Windows 2003
You can connect to any computer on the domain and shut.
How you can use WMI to remotely shutdown a computer.
|
|
Hi!
I'm using asmx web service to lock a folder on remote computer!
When I run web service on local machine everything working fine, but when I run it on remote computer nothing happen, folder on remote computer stay unlock!
I supose that I need to set...
Started by Comii on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Service on remote computer my ChangePermission function catch exception and return exception message in an impersonation context (under the remote's computer user account that has access at where you wantWhat credentials is....
|