[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DEC TCP/IP Services for OpenVMS |
Notice: | Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System |
Moderator: | ucxaxp.ucx.lkg.dec.com::TIBBERT |
|
Created: | Thu Nov 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5568 |
Total number of notes: | 21492 |
5501.0. "How to print PCL files to UCX outbound queues ?" by ITBG02::BONORA () Mon May 12 1997 15:07
Hi' all,
A Customer is moving his queues environment from DECNET/LAT to UCX/TCP-IP.
The OpenVMS is v. 6.2-1H3, UCX is v. 4.1
He has some Xerox 4517 Network printer (like LN17PS) whith NIC interface
installed on the network. He prints whitout problem, PCL files on this
printer via VMS/LAT queue.
Now he had created some UCX outbound print queue to print via UCX$LPD_SMB
symbiont.
The queue is set like this:
$ sho que MCSBO3_rem_ps/all/full
Server queue MCSBO3_REM_PS, idle, on BLGSUP::, mounted form DEFAULT
/BASE_PRIORITY=4 /DEFAULT=(FEED,FLAG,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=UCX$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
and this is the command used:
print/que=MCSBO3_REM_PS CA4DL224.FIX/passall SVCS0201.PCL
The .FIX file is the file for the page layout and the next is the
file to print.
The printer is set to recognize the language automatically.
The file printed on the UCX queue is full of bad characters, it seems to
be that the UCX symbiont filters the control sequences.
Even if I print only the PCL file the problem still remain.
On the same queue PS file is printed ok.
I can reproduce this problem on my LN17PS.
Is there any restriction to print PCL files via UCX outbound queues ?
Do I have forget something on my print command ?
Here is some configuration files:
The UCX$PRINTCAP.DAT
MCSBO3_REM_PS|mcsbo3_rem_ps|MCSBO3_REM_PS:\
:lf=/SYS$SPECIFIC/UCX_LPD/MCSBO3_REM_PS.LOG:\
:lp=MCSBO3_REM_PS:\
:rm=16.192.208.151:\
:rp=PASSTHRU:\
:sd=/SYS$SPECIFIC/UCX_LPD/MCSBO3_REM_PS:
Here is the UCX$LPD_STARTUP.COM
$ ! U C X $ LPD_STARTUP . C O M
$ !
$ !
$ ! Copyright (c) Digital Equipment Corporation, 1990, 1993
$ ! All Rights Reserved. Unpublished rights reserved
$ ! under the copyright laws of the United States.
$ !
$ ! The software contained on this media is proprietary
$ ! to and embodies the confidential technology of
$ ! Digital Equipment Corporation. Possession, use,
$ ! duplication or dissemination of the software and
$ ! media is authorized only pursuant to a valid written
$ ! license from Digital Equipment Corporation.
$ !
$ ! RESTRICTED RIGHTS LEGEND Use, duplication, or
$ ! disclosure by the U.S. Government is subject to
$ ! restrictions as set forth in Subparagraph (c)(1)(ii)
$ ! of DFARS 252.227-7013, or in FAR 52.227-19, as
$ ! applicable.
$ !
$ !
$ !****************************************************************************
$ SET NOON
$ say = "write SYS$OUTPUT"
$ !
$ ! Check out privileges
$ !
$ required_privs = "SYSPRV, SYSNAM, CMKRNL, OPER"
$ prev_privs = f$setprv(required_privs)
$ if .not. f$privilege(required_privs) then goto no_privileges
$ !
$ ! Install the LPD shared image
$ !
$ install := $install/command_mode
$ if .not. f$file("SYS$SHARE:UCX$LPD_SHR.EXE", "KNOWN") -
then install create sys$share:ucx$lpd_shr.exe/share/open
$ if .not. f$file("SYS$SYSTEM:UCX$LPD_RCV.EXE", "KNOWN") -
then install create sys$system:ucx$lpd_rcv.exe/priv=bypass
$ goto start_queues
$no_privileges:
$ !
$ ! No privileges
$ !
$ say ""
$ say "Insufficient privileges to run UCX$LPD_STARTUP.COM"
$ say "This procedure requires ", required_privs, " privileges."
$ say ""
$ exit
$
$ !
$ !
$ ! Has to be here for the receiver to work
$ !
$start_queues:
$ !
$ ! Logicals for Telnet symbiont.
$ !
$ DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_LOGFILE UCX$LPD_SPOOL:UCX$TELNETSYM.LOG
$ DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_SCRATCH UCX$LPD_SPOOL
$! DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_IDLE_TIMEOUT "0 00:02:00.00"
$! DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_RETRY_INTERVAL "0 00:03:00.00"
$! DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_VERBOSE 0
$! DEFINE/SYSTEM/NOLOG UCX$TELNETSYM_NO_OPCOM 1
$ !
$ !
$ ! Logicals for LPD
$ !
$ DEFINE/SYSTEM/NOLOG UCX$LPD_PRINTCAP SYS$SPECIFIC:[UCX_LPD]UCX$PRINTCAP.DAT
$ DEFINE/SYSTEM/NOLOG UCX$LPD_SPOOL SYS$SPECIFIC:[UCX_LPD]
$ DEFINE/SYSTEM/NOLOG UCX$LPD_LOGFILE SYS$SPECIFIC:[UCX_LPD]UCX$LPD_LOGFILE.LOG
$ IF P1 .NES. "CLIENT"
$ THEN
$ initialize/queue -
/retain=error -
/owner=[1,4] -
/noenable_generic -
/device=server -
/process=ucx$lpd_smb -
/protection=(s:e,g:r,w:w,o:d) UCX$LPD_QUEUE
$ start/queue UCX$LPD_QUEUE
$ !
$ ! Enable the LPD service
$ !
$ DEFINE/USER SYS$OUTPUT NL:
$ DEFINE/USER SYS$ERROR NL:
$ UCX ENABLE SERVICE LPD
$ ENDIF
$ !
$ IF P1 .EQS. "SERVER" THEN EXIT
$ !
$ ! Commands to start other queues are added below by UCX$LPRSETUP
$ !
$! INITIALIZE EXECUTION QUEUE MCSBO3_REM_TXT
$ init/queue/start-
/owner=[1,4]-
/default=flag-
/retain=error-
/device=server-
/process=ucx$lpd_smb-
/protection=(s:e,g:r,w:w,o:d) MCSBO3_REM_TXT
$! INITIALIZE EXECUTION QUEUE MCSBO3_REM_PS
$ init/queue/start-
/owner=[1,4]-
/default=flag-
/retain=error-
/device=server-
/process=ucx$lpd_smb-
/protection=(s:e,g:r,w:w,o:d) MCSBO3_REM_PS
T.R | Title | User | Personal Name | Date | Lines |
---|
5501.1 | No one had never seen this problem ???? | ITBG02::BONORA | | Thu May 22 1997 13:17 | 10 |
| Hi' folks
no one had never see this problem ?????
Thanks in advance,
Regards
Leonardo
|