Re: Telnet server Windows CE 6

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Feb 15, 10:27 am, Oliver <Oli...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I created a new os project using an industrial device template in platform
builder instead of the gateway device. I'm not sure if that is why it wasn't
working ... for some strange reason it just started working. I'm not too sure
what I did so unfortunately I can't give a definite answer.

I did notice however that this time CoreCon wasn't included ... could that
have anything to do with it? Beats me...

I also know that yesterday I installed shared source, because I hadn't
installed it and I wasn't sure if that would make a difference.

I'll have to try again using the Gateway template to see if I can get that
working. I will see if I can recreate my original problem, however it looks
like for the time being I have managed to get Telnet, FTP and HTTPD to work.
Previously none of those would work.



"Oliver" wrote:
I was just wondering if anyone has been able to get the telnet deamon
working? I have exactly the same problem and no matter what I do I can't get
anything working.

I have included telnet server in the catalog and then I edited the registry:

[HKEY_LOCAL_MACHINE\Comm\TELNETD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0

For debugging purposes of course.

I also included this as in this post:

[HKEY_LOCAL_MACHINE\DebugZones]
"TELNETD"=dword:0000ffff

I'm quite new so I don't actually know what I am meant to do with this. I
can't find any problems in the KITL debug messages. I've updated the platform
builder with all the latest updates. The OS is Windows Embedded CE 6.0 R2.

I'm totally at a loss because I've tried EVERYTHING!- Hide quoted text -

- Show quoted text -

Oliver,
My case was that servicesd.exe was not running at all.
First you can try to run it manually from Command Promt and the try
running "services list" to get a list ov running services.
It worked for me.
If it will help you then you can just edit the registtry and to add
servicesd.exe to run automatically on startup.
Hope it will help

Regards
.