nini9140 / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Print on Networked environment #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.I have a situation to print on a networked Environment,i can able to print 
but my issue is when i am trying to print on same machine with full Printer 
Name(With IP), it is not printing suppose the printer name is 
//192.168.0.15/Wipro 333
it is working fine from other machines(Machines in the network) but when i am 
trying to print from the same machine it is not working , it is working when i 
am giving the printer name as Wipro 333.

I need to print based on the later case because the printername is configured 
in the database

Version jZebra - 1.3.5 and OS - Windows XP2

Thanks and Regards Renjith NT

Original issue reported on code.google.com by renjithn...@gmail.com on 26 May 2012 at 8:51

GoogleCodeExporter commented 9 years ago
Are you always printing to a windows shared printer?

If so, it is likely a windows permission issue.

First, can you confirm you have your slashes correct?  Your big report shows 
"//" instead of "\\".  I assume that is just a typo in your bug report.

Secondly, on the offending workstation type "net use" from a command line.  
Delete any connections back to the same computer, or manually map the printer 
using the net use command and a profile with proper access to that (I'd suggest 
administrator for troubleshooting).

Finally you can try using 127.0.0.1 instead of ip address if it is shared from 
that workstation.  That's a quick hack I've used several times.

Please post your progress.

-Tres

Original comment by tres.fin...@gmail.com on 27 May 2012 at 4:38

GoogleCodeExporter commented 9 years ago
Closing bug as "invalid" due to lack of response.  Please reopen with answers 
to above questions and instructions to reproduce if this was closed in error.

-Tres

Original comment by tres.fin...@gmail.com on 22 Aug 2012 at 5:51