Scanning from a local scanner

Get help with troubleshooting issues
Post Reply
TSPlusSMD
Posts: 45
Joined: Wed Apr 15, 2015 4:00 pm

Scanning from a local scanner

Post by TSPlusSMD » Wed Jan 23, 2019 6:39 pm

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?

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Scanning from a local scanner

Post by admin » Thu Jan 24, 2019 5:38 am

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.
Olivier
TSplus support team administrator
Image

User avatar
bzdega
Posts: 141
Joined: Tue Nov 14, 2017 9:34 am

Re: Scanning from a local scanner

Post by bzdega » Thu Jan 24, 2019 2:59 pm

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

it+t
Posts: 19
Joined: Thu Nov 09, 2017 8:29 am

Re: Scanning from a local scanner

Post by it+t » Fri Jan 25, 2019 11:10 am

There´s a typo:

subst Z: \\tsclient\c\PATH_TO_YOUR_LOCAL_SCANFOLDER

on your TSPLUS-Server.

User avatar
bzdega
Posts: 141
Joined: Tue Nov 14, 2017 9:34 am

Re: Scanning from a local scanner

Post by bzdega » Fri Jan 25, 2019 11:47 am

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?

it+t
Posts: 19
Joined: Thu Nov 09, 2017 8:29 am

Re: Scanning from a local scanner

Post by it+t » Fri Jan 25, 2019 1:46 pm

depends on what you need.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Scanning from a local scanner

Post by admin » Sat Jan 26, 2019 6:56 am

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
Olivier
TSplus support team administrator
Image

Post Reply