Network printing to shared printer
-
- Posts: 24
- Joined: Tue Oct 10, 2017 12:44 pm
Network printing to shared printer
RR 11.03, Windows XP, local machine has a printer installed via USB port called "Slide Labels Printer", this printer is shared using Windows printer sharing. It is a Dbase app using a control table to pass parameters such as RI_WPTR.____When I print my labels to this printer from the local machine with the printer attached to it, it works fine.____When I print my labels to this shared printer from a network machine, I get an error message "Cannot match printer or port in control file" in the rr_status.dbf. The data in the control file is identical regardless of machine that originated report. The network machines have the shared printer installed with the same name "Slide Labels Printer".____I am storing a value to RI_WPTR (the name of the printer). I am not storing a value to RI_WPORT.____Any suggestions?________
=> Network printing to shared printer
Try setting RI_WPTR to a ? and see what appears in the list for the problem machine.____Kathleen__R&R Support
-
- Posts: 24
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Network printing
Hi Kathleen,____Thanks for the suggestion. The network machine printer list shows that printer as "\upstairsslide label printer". Whereas the local machine with the printer attached to it of course shows it as "slide label printer". No doubt this is the problem.____But I^m not sure to how get around this? Maybe rename the printer on the local machine to this name showing the network path, but Windows won^t let you use "" in printer names...____Any thoughts?____David
===> RE: Network printing
Does an RI_WPTR of \upstairsslide label printer work on the problem machine?____Kathleen__R&R Support
-
- Posts: 24
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: Network printing
Yes, that works....____David
=====> RE: Network printing
Then you would need two separate control file records, one for each printer name (even though they are the same actual device).____Kathleen__R&R Support
-
- Posts: 24
- Joined: Tue Oct 10, 2017 12:44 pm
======> RE: Network printing
OK, I^ll give that approach some thought!____Thanks____David