Just found RISC OS yesterday, and it seems to be quite a fast OS.
I'm trying to use the Pi as a thin client. I downloaded !RDPClient. I successfully connected to a Windows 7 machine, but when I tried to connect to a WIndows 2008 R2 server, I got a message saying "RDPClient may have gone wrong. Click Continue to try to resume or Quit to sotp RDPClient". I can connect to the 2008 server using Remote Desktop Connection on Windows and rdesktop on Raspbian. How should I go fix it?
Re: !RDPClient not working with Server 2008 R2
Are you sure that the server is running the service and that remote connections are allowed?
Also 2008r2 can be very odd with permissions.
Also 2008r2 can be very odd with permissions.
- tedhale
- Posts: 114
- Joined: Thu Sep 20, 2012 4:52 pm
- Location: Williamsburg, VA, USA
- Contact: Website
Re: !RDPClient not working with Server 2008 R2
OP says he can connect from other systems, so yes RDP is running on the server.
First thing I would check is the RDP authentication level required.
You need to check the box "allow connections for clients running any version of remote desktop"
Server may default to "only allow clients that use network level authentication"
There are also settings in group policy that affect RDP.
First thing I would check is the RDP authentication level required.
You need to check the box "allow connections for clients running any version of remote desktop"
Server may default to "only allow clients that use network level authentication"
There are also settings in group policy that affect RDP.
- Ted B. Hale
http://raspberrypihobbyist.blogspot.com
http://raspberrypihobbyist.blogspot.com
Re: !RDPClient not working with Server 2008 R2
Yes, it is set to allow any version.
Re: !RDPClient not working with Server 2008 R2
Hi,
Can someone give me a quick tutorial howto install and start !RDPClient?
I'm absolutely new to risc os, but i've read the introduction. Here is what i've got working so far:
- Download the *.zip file
- extract the zip to sd card (so i have a !RDPClient directory)
When i double-click on the new icon all i get is a information message how to use !rdpclient, got all the options etc. at the bottom of the message there's a example how to connect:
Run !rdpclient.connect ....
So my question is: where can i place that command? I've tried the small CLI (by pressing F12), i've tried the command line window by pressing CTRL + F12 but in both cases all i get is a: fatal error message that my window manager is running and that i have to close it.
So can anyone help me?
Can someone give me a quick tutorial howto install and start !RDPClient?
I'm absolutely new to risc os, but i've read the introduction. Here is what i've got working so far:
- Download the *.zip file
- extract the zip to sd card (so i have a !RDPClient directory)
When i double-click on the new icon all i get is a information message how to use !rdpclient, got all the options etc. at the bottom of the message there's a example how to connect:
Run !rdpclient.connect ....
So my question is: where can i place that command? I've tried the small CLI (by pressing F12), i've tried the command line window by pressing CTRL + F12 but in both cases all i get is a: fatal error message that my window manager is running and that i have to close it.
So can anyone help me?
Re: !RDPClient not working with Server 2008 R2
I'm stuck in the same boat. New to Riscosderoelli wrote:Hi,
Can someone give me a quick tutorial howto install and start !RDPClient?
I'm absolutely new to risc os, but i've read the introduction. Here is what i've got working so far:
- Download the *.zip file
- extract the zip to sd card (so i have a !RDPClient directory)
When i double-click on the new icon all i get is a information message how to use !rdpclient, got all the options etc. at the bottom of the message there's a example how to connect:
Run !rdpclient.connect ....
So my question is: where can i place that command? I've tried the small CLI (by pressing F12), i've tried the command line window by pressing CTRL + F12 but in both cases all i get is a: fatal error message that my window manager is running and that i have to close it.
So can anyone help me?

Re: !RDPClient not working with Server 2008 R2
RiscOS has a type of command file (or Batch file in MSpeak) called an 'obey' file. They are text in nature and then just require setting the filetype to 'obey'. Any commands in the file will be run if the file is double clicked. If these files live in the !Application directory then there are 2 special ones to consider:
!Boot - will run the commands in the file when the OS first 'sees' the folder.
!Run - will run the commands in the file when the application is double clicked.
If you look inside any application (shift d-click) you will get the idea,
!Boot - will run the commands in the file when the OS first 'sees' the folder.
!Run - will run the commands in the file when the application is double clicked.
If you look inside any application (shift d-click) you will get the idea,
Re: !RDPClient not working with Server 2008 R2
Great, that was quite easy. Thank you!