Newbie question..
After 25 hours of getting nowhere I've decided to post here a simple question. Has anyone been able to get a text file produced by a dos accounting package (trial balance report in this instance) to print across a network to an HP3550 USB
printer.
The server: dual Xeon 3+Gighz with 1 gig Ram.
O/S: Window 2003 server edition.
output: .prn, .txt files or .pdf if necessary
these are usually printed in prn format
to Lpt1, 2 or 3.
Workstations: New XP boxes with P4 cpu's and plenty of
ram and disk space.
Network: 5 local segment workstations, via cat5 on a
fast switch.
16 vpn connected workstations via dsl
connections within the same city.
So far: We are calling ghostprint to produce a .pdf file for each print job generated within the app. We have installed the printer on a local segment workstation and are directing the job to the HP3500 (formated to A4 132cols)
network path as defined within the batch file. Batch file as below.
txt2pdf -o %1.pdf -p fixed-132x60 %1
c:\gs\gsview\gsprint -q -printer \\server\dj3500 %1.pdf
del %1
del %1.pdf
%1.pdf
The output file is created as a .txt .. converted to .pdf and resuffixed with .pdf and placed in a polling directory.
Ghost print launches and tries to sent the file to the printer. The OS (win2003)at this point returns an error message stating that it cannot start the Windows GDI driver that was requested.
We have enclosed the \\line in " - " quotes. no quotes.
If we install the printer on the server. Alter the print command to remove "\\server\" and just have the printer name in the line of the bacth file, it works.
We have shared deleted and reshared and renamed the workstation printer until, well lets not go there.
Any help would be appreciated.
Thanks in advance
ozpophop
After 25 hours of getting nowhere I've decided to post here a simple question. Has anyone been able to get a text file produced by a dos accounting package (trial balance report in this instance) to print across a network to an HP3550 USB
printer.
The server: dual Xeon 3+Gighz with 1 gig Ram.
O/S: Window 2003 server edition.
output: .prn, .txt files or .pdf if necessary
these are usually printed in prn format
to Lpt1, 2 or 3.
Workstations: New XP boxes with P4 cpu's and plenty of
ram and disk space.
Network: 5 local segment workstations, via cat5 on a
fast switch.
16 vpn connected workstations via dsl
connections within the same city.
So far: We are calling ghostprint to produce a .pdf file for each print job generated within the app. We have installed the printer on a local segment workstation and are directing the job to the HP3500 (formated to A4 132cols)
network path as defined within the batch file. Batch file as below.
txt2pdf -o %1.pdf -p fixed-132x60 %1
c:\gs\gsview\gsprint -q -printer \\server\dj3500 %1.pdf
del %1
del %1.pdf
%1.pdf
The output file is created as a .txt .. converted to .pdf and resuffixed with .pdf and placed in a polling directory.
Ghost print launches and tries to sent the file to the printer. The OS (win2003)at this point returns an error message stating that it cannot start the Windows GDI driver that was requested.
We have enclosed the \\line in " - " quotes. no quotes.
If we install the printer on the server. Alter the print command to remove "\\server\" and just have the printer name in the line of the bacth file, it works.
We have shared deleted and reshared and renamed the workstation printer until, well lets not go there.
Any help would be appreciated.
Thanks in advance
ozpophop