sshserverservice not starting / simplesshserver not compiling
Posted: Fri 09 Jan 2015 11:27
I'm testing SecureBridge, specifically I need ssh server / client, so I'm interested in your product.
I downloaded both "SecureBridge 6.4 for RAD Studio XE5" and "SecureBridge 6.4 for RAD Studio XE3" (different machines, both windows 8.1 64 bits, with the last windows updates) and both installations shows the same problems:
1) simplesshserver
- Open simplesshserver.dprj
- compiling shows error : Undeclared identifier :'PSockAddrIn'
2) SSHServerService
-open SSHServerService.dprj
-compile ok
-install SSHServerService from command line with administrative rigths (SSHServerService.exe /Install) -> OK
- Start the service from command line with administrative rights (sshserverservice /Start) OR
control panel -> services -> "DevArt SSH Server" -> Start OR
sshserver.exe -> <Start server> always produce error: "Error 1053: The service did not respond to the start or control request in a timely fashion"
I tried giving a larger service timeout of 2 minutes (30 seconds is default) but it presents the same problem
Am I doing something wrong? What should I do?
Thanks in advance for your comments,
Juan Carlos
I downloaded both "SecureBridge 6.4 for RAD Studio XE5" and "SecureBridge 6.4 for RAD Studio XE3" (different machines, both windows 8.1 64 bits, with the last windows updates) and both installations shows the same problems:
1) simplesshserver
- Open simplesshserver.dprj
- compiling shows error : Undeclared identifier :'PSockAddrIn'
2) SSHServerService
-open SSHServerService.dprj
-compile ok
-install SSHServerService from command line with administrative rigths (SSHServerService.exe /Install) -> OK
- Start the service from command line with administrative rights (sshserverservice /Start) OR
control panel -> services -> "DevArt SSH Server" -> Start OR
sshserver.exe -> <Start server> always produce error: "Error 1053: The service did not respond to the start or control request in a timely fashion"
I tried giving a larger service timeout of 2 minutes (30 seconds is default) but it presents the same problem
Am I doing something wrong? What should I do?
Thanks in advance for your comments,
Juan Carlos