You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, your contribution has been very helpful, however I am doing a new printer configuration on a windows server and I get the following error:
Caused by: java.io.FileNotFoundException: \localhost\MYPRINTER (Access is denied)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:101)
at ec.com.kruger.remote.gestor.text.ESCPrinter.initialize(ESCPrinter.java:65)
I This happens in certain printers, since in others it works correctly. I have reviewed the permission settings and it is the same in all.
Please help with printer settings to make it work properly.
The text was updated successfully, but these errors were encountered:
Hello, your contribution has been very helpful, however I am doing a new printer configuration on a windows server and I get the following error:
Caused by: java.io.FileNotFoundException: \localhost\MYPRINTER (Access is denied)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:101)
at ec.com.kruger.remote.gestor.text.ESCPrinter.initialize(ESCPrinter.java:65)
I This happens in certain printers, since in others it works correctly. I have reviewed the permission settings and it is the same in all.
Please help with printer settings to make it work properly.
The text was updated successfully, but these errors were encountered: