Unsolved
This post is more than 5 years old
4 Posts
0
4046
April 12th, 2016 05:00
Issues with redirected USB printers.
Hello,
We are currently using a lot of Wyse T10 Thin Clients connected (with RDP) to a Server 2012R2 RDS.
The issue we are experiencing is that every time the clients or the server reboots,
the printers connected to the thin clients get a new "redirection" number.
Is there a local gpo or script that can stop this from occurring?
Or maybe adding something to the .inc file?
This is the configuration file from one of the T10 clients, that it gets from a ftp.
ScreenSaver=30 \
Type=1
PRIVILEGE=High
UPLOAD=Net
connect=RDP \
Description="Terminalserver" \
host=tserver.ljt.ljt \
Icon=default \
domainname=LJT \
autoconnect=yes \
reconnect=10 \
Printer=LPT1 \
Name="ZDesigner GK420d" \
PrinterID="ZDesigner GK420d" \
Enabled=yes \
EnableLPD=yes
RMontalvo
2 Intern
•
560 Posts
0
April 12th, 2016 14:00
Try this:
ScreenSaver=30 \
Type=1
PRIVILEGE=High
#UPLOAD=Net
#There is no UPLOAD parameter
DefaultPrinter=LPT1
Printer=LPT1 \
Name="ZDesigner GK420d" \
PrinterID="ZDesigner GK420d" \
Enabled=Yes
#EnableLPD=yes
connect=RDP \
Description="Terminalserver" \
host=tserver.ljt.ljt \
Icon=default \
domainname=LJT \
autoconnect=1 \
reconnect=10
JannisF
4 Posts
0
April 14th, 2016 00:00
Hello,
This didn't solve my issue.
When the thin client gets rebooted it gets a new number e.g. ZDesigner GK420d (redirected 10), but before the reboot it had (redirected 4).
The software that we are using to print the labels doesn't recognize the printer since the redirect number is different.
JannisF
4 Posts
0
May 3rd, 2016 04:00
In server2003 each printer got a session number, e.g. OKI C511 (from LJT326) in session 16
There is a gpo that can restrict one user to one session:
Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections
In server2012R2 the printers get a redirected number, e.g. OKI C511 (redirected 1)
This issue is really annoying because we have these thin clients using RDP and have labelprinters connected to them.
If the server or clients get rebooted they get a new redirection number, which means the label software itself doesn't recognize the "new" printer.
Is there a GPO or something you can add in the configfile that can restrict one user to have the same redirection number ?