> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Kevin Shepherdson
> Sent: Monday, March 26, 2007 10:04 PM
> To: [email protected]
> Subject: [U2] Print Server Printing problem
> 
> Hi all...
> I am connecting to a network via Terminal Services to run a Universe
> session. Other people are also connecting to the Universe 
> application via
> terminal sercices and their desktop has a printer attached to a print
> server. I wish to print documents out of Universe to this printer.
> I Cannot ping the Ip of the print server let alone see the 
> printer/print
> server on the network
> They cannot print out of Universe to the attached printer 
> although they can
> print Microsoft documents because the terminal services sets 
> up a default
> printer for each user each time you log on. It does for me too.
> Universe is running on Windows 2003.
> Physical printer is 600 kms away from Universe server.
> Anyone had similar situation and if so how was it resolved.
> Thanks
> Kevin...

We use slave printing from Accuterm to handle these situations.  It
works for clients running Accuterm on a Terminal Services server as well
as those running it on a remote PC.  This can probably be done with
other terminal emulation software, but we've only done it with Accuterm.
The only caveat for us is that the remote printer needs to speak PCL to
get the orientation and LPP settings correct.  HP laserjets and deskjets
always work, and a few other brands that emulate an HP PCL printer will
work.  The steps to make this work via Accuterm are:

Set Accuterm slave printer setting to text mode, then from your
application:
PRINT CHAR(18);     * Slave on
PRINT CHAR(27):'3'; * Disable terminal echo
PRINT PCL.SEQUENCE
<< loop through the hold file and print each line >>
PRINT CHAR(20);     * Slave off
PRINT CHAR(27):'4'; * Enable terminal echo

-John
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to