KpyM Telnet/SSH Server - Forum
will version 1.12a run in Win2008r2 |
gcarlisle@ejbartells.com |
will version 1.12a run in Win2008r2 |
Apr 05 2010 23:51 |
|
will version 1.12a run in Win2008r2
or do we need to download the latest version.
If we need to download the latest version will our registration key from our 1.12a version still work?
Thanks
Gary
|
Kroum Grigorov |
|
Apr 06 2010 06:47 |
|
I guest 1.12a might work, but it is up to you to try it.
Your registration key should be fine for the latest version, if you have any problems with that mail me at support@kpym.com
Kroum
|
gcarlisle@ejbartells.com |
|
Apr 06 2010 15:20 |
|
Has the latest version been tested on Win 2008 r2?
Does it work?
Thanks
Gary
|
gcarlisle@ejbartells.com |
|
Apr 06 2010 15:33 |
|
WE need to install this on a server that is running Win 2008r2 as the Domain controller (no local users) and have domain users login to connect barcode scanners. We have used the 1.12a version on an sql server and it works quite well, however when attempting to connect using MS telnet server, authentication fails. We thought we would give KpyM telenet a try but do not have time to do a lot of testing we need to know if it has been tested and will work right out of the box. Time has become very critical.
Thanks
Gary
|
gcarlisle@ejbartells.com |
|
Apr 06 2010 19:20 |
|
OK We have tried the New version on Win2008r2 domain controller and can not get it to authenticate a domain user using domain\user, user@domain and just user. In the log it returns unknown user or bad password. We moved to a no domain controller and using a local user where able to get the connection authenticated. Now we are trying to get the session to execute a program and have edited the alluser.bat and the administrator.bat to point to the programs .exe. It does not appear to launch. When we login to the AML m7100 scanner we appear to go through the authentication but the screen appears blank except for a lower case h in the middle right side of the screen, by pressing enter a screen flashes and it appears that there is a directory path but it goes so fast that I can not determine what it is. and then the screen returns to the blank screen with the h.
What if any recommendations can you provide so that I can get this working like it does on the old version running on Win2003?
I have compared the two setups and can not find anything that looks that different.
Thanks
Gary
|
gcarlisle@ejbartells.com |
|
Apr 06 2010 23:57 |
|
We have made the connection successfully.
One question I can not find where to set the vt100 terminal setting in KPYm telnet setup?
Thanks
Gary
|
Kroum Grigorov |
|
Apr 07 2010 10:26 |
|
>I can not find where to set the vt100 terminal setting
You dont have to, it should work out of the box.
There are a lot of low level telnet "options" that can be tweaked in the files telnet.ini(output) and utf-8.ini(input), do you need some specific option?
Can you share some more info on how you get this working, this is just to save the efforts to someone else running on the same configuration.
Kroum
|
gcarlisle@ejbartells.com |
|
Apr 07 2010 16:06 |
|
>Can you share some more info on how you get this working, this is just to save the efforts to someone else running on the same configuration.
We edited the allusers.bat putting the entire path to the applications .exe. cd c:\program files\program\subfile\
(next line) app.exe (make sure that you spell everything correct)
edited the telnet.ini file changing the screen size to 24 width and 24 high.
There are still some stay letters showing up on the screens that we are having a difficult time figuring out how to fix, we were hoping that there was a place in the telnet.ini that we could enter the vt100 terminal setting that the scanners use but are not able to determine where that is.
It seems to be working well enough for us to run the tests that we need to run, to verify that the new secondary network wan configuration we are testing will function as required. It is not really ready for production but after our testing is complete we will have more time to look more closely at the telnet.ini and hope to be able to make the required adjustment for production.
Thanks
Gary
|
gcarlisle@ejbartells.com |
|
Apr 08 2010 17:03 |
|
What do we need to do to clear the screens when a new screen is started. There seems to be left over characters from the previous screen. When we start the application, it requires a user login, and password but there are characters remaining from the KpyM telnet startup screen, is there a way to run a clear screen after the startup screen? If so what and where to I need to do this?
Gary
|
Kroum Grigorov |
|
Apr 09 2010 07:09 |
|
You might try to disable the scroll back buffer (set buff_height=0) this usually helps for screen problems.
If this does not help try adding something like this at the end of your "allusers.bat" file
-----------------
@echo off
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
echo ###############################################
cls
--------------------
This should invalidate the screen and force the server to refresh it
Also if you do not need disconnected sessions I can recommend you to disable this (set allow_disconnected_sessions=0)
Kroum
|
© 2007 - 2008 Kroum Grigorov