Page 1 of 1
Scanning from a local scanner
Posted: Wed Jan 23, 2019 6:39 pm
by TSPlusSMD
I am sure this topic is somewhere I just can't find it. Is there a way to scan using a local USB scanner attached to the client yet have it scan in to an app run on the TSPlus Server?
Re: Scanning from a local scanner
Posted: Thu Jan 24, 2019 5:38 am
by admin
Network scanners reached from the local network will work, you just need to install your scanner on the TSplus server so that users will be able to see the scanner within a remote session.
If you install TSplus on a Windows seven pro or 2008/2012/2016, by checking the usb device redirection in your rdp or TSplus client you should be able to see your scanner in the list. Doing so may require you to install the scanner pilot on the TSplus server. However this method might not work for all type of scanners and may require a procedure. Search your scanner constructor website to look for any information about using it in a terminal server / RDS environment.
Another option is to redirect local drives, if you create a folder called "ScannedFiles" within the "mydocuments" folder of the local user, you can make it appear in the remote session by creating the following logon script :
subst Z: \\tsplus\c\Users\NameOfTheUser\MyDocuments\ScannedFiles
By doing so the user will be able to transfer his/her files from his local pc to the server to be used in your application.
Re: Scanning from a local scanner
Posted: Thu Jan 24, 2019 2:59 pm
by bzdega
I tried to create a network drive with
Code: Select all
Subst \\tsplus\c\Users\myUsername\Documents\Scanner
in my login script, but it does not work.
What is wrong?
Michael
Re: Scanning from a local scanner
Posted: Fri Jan 25, 2019 11:10 am
by it+t
There´s a typo:
subst Z: \\tsclient\c\PATH_TO_YOUR_LOCAL_SCANFOLDER
on your TSPLUS-Server.
Re: Scanning from a local scanner
Posted: Fri Jan 25, 2019 11:47 am
by bzdega
it+t wrote: ↑Fri Jan 25, 2019 11:10 am
There´s a typo:
subst Z: \\tsclient\c\PATH_TO_YOUR_LOCAL_SCANFOLDER
on your TSPLUS-Server.
really without username? not subst Z:\\tsclient\c\users\username\pathtoscanfolder?
Re: Scanning from a local scanner
Posted: Fri Jan 25, 2019 1:46 pm
by it+t
depends on what you need.
Re: Scanning from a local scanner
Posted: Sat Jan 26, 2019 6:56 am
by admin
Hello,
Sorry for the typo.
If you want to have a logon script that you can deploy for any users you could use the %USERNAME% variable.
This could look like this :
subst Y: C:\Users\%USERNAME%\Documents\your folder path