How to Map Local Drive in Remote Desktop to Print Label at Remote Warehouse

How to Map Local Drive in Remote Desktop to Print Label at Remote Warehouse

Release Date: 8/8/2018

For Elliott users who have a remote warehouse, the easiest solution to let warehouse users have access to Elliott is to let them use a remote desktop to login to the terminal server hosted at the user's location.  While the warehouse user can access Elliott's screen and print documents like pick tickets on their local printer with ease, one issue that's more challenging is the printing of UCC-128 labels.

Elliott prints UCC-128 labels through the software program Bartender. in Elliott Shipping Verification, the system can optionally produce needed CSV files for Bartender to print UCC-128 labels.  To do this, the following requirements need to be met:
  1. The Bartender and its automation tool need to be installed on the warehouse user's local computer.
  2. The Elliott session running through the remote desktop needs to create the needed CSV file on the warehouse user's local computer.
  3. The automation tool will need to be configured to monitor that CSV file.  Once detected, grab it and merge with the pre-designed label layout to print the UCC-128 label.
This article focuses on item "2" above.  Some have attempted to do this with VPN. Based on our past experience, doing this with VPN is more challenging and sometimes not reliable.  So we focus our discussion here on mapping the local drive through the remote desktop built-in's ability:

Step 1 - Create a LABEL Folder on Warehouse User's C: Drive
By convention, we write the CSV file to warehouse user's C:\LABEL folder.


Step 2 - Allow Remote Desktop Session Access to Local Drives

In your remote desk connection, go to the "Local Resources" tab, and in the "Local devices and resources" area click on the "More..." button:



Then expand the "Drives" and check the "C:" drive to make it available to your remote desktop session:


Step 3 - Login to Remote Desktop to Confirm

Now login to your remote desktop session and bring up Windows Explorer. You will see your local drives show up:


Step 4 - MAP L Drive to \\TSCLIENT\C\LABEL

But Elliott can't access these local drives yet.  You will need to map a network drive, such as the L: drive, as follows:


You can also automate this in your startup script by using the "net use" command like the following:
    net use <drive letter> \\tsclient\<drive letter>\LABEL
or in this case, it would be:
    net use L \\tsclient\c\LABEL
Our convention is to map the L drive for local label printing purposes.  

Step 5 - Set Up Your EDI Profile Label Path

Now you can go to the customer's EDI profile and set up the proper label path like the following:



EMK


    • Related Articles

    • Mapped Local Drive Disconnected to Cause Label Printing Error

      Q - We use remote desktops, and we print our CSV label files to our remote workstation local drive. The CSV file will then be picked up by the label printing software bartender and printed on the connected local label printer. We mapped our W: drive ...
    • Remote Desktop Workstation Name

      Release Date: 6/19/17 Q - This is related to the Remote Desktop Configuration. I see that the system wants to set up a workstation ID for each user (local or remote). When the same user might work both from local and remote workstations, should the ...
    • Windows 1809 Update Causes Map Drive to Disconnect After Log Out

      Release Date: 12/5/2018 It has been brought to our attention that the latest Windows 1809 update can cause the map drive to disconnect, which may stop Elliott Business Software from running. This problem applies to both Windows 10 and Windows 2019 ...
    • Remote Desktop Session to AWS Intermittently Freezes with UDP

      Release Date: 09/15/2022 Our Netcellent servers are hosted with Amazon Web Services (AWS), and this is a great decision because we are able to get rid of our server room which costs in electricity alone about $1,000 a month. In addition, we have a ...
    • Elliott 8.5 Installation and Creating Run Local Desktop Icon with Video

      Release Date: 09/13/2023 Version: 8.5 & Up In this article, we show you how to install Elliott 8.5 on the server and set up a run local icon on each workstation. We also touch on the Elliott folder structure and provide a brief explanation of DATA ...