[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 |
Hi,
I have a problem with a print from an Dunix workstation
to my OpenVMS LPD server.
RIVAGE_SYSTEM> ucx sho version
Digital TCP/IP Services for OpenVMS VAX Version V4.1 - ECO Level 4
on a VAX 4000-700A running OpenVMS V6.1
RIVAGE_SYSTEM> sho queu/all ucx$lpd*/full
Server queue UCX$LPD_QUEUE, idle, on RIVAGE::, mounted form DEFAULT
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /NOENABLE_GENERIC
/OWNER=[SYSTEM] /PROCESSOR=UCX$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S)
/RETAIN=ERROR
Entry Jobname Username Blocks Status
----- ------- -------- ------ ------
657 CFA093PEKIN_VBO_DEC_COM
UCX_LPD 1 Retained on error
%UCX-E-NOMSG, Message number 030AEB1A
Submitted 15-APR-1997 14:49 /FORM=DEFAULT /PARAM=("0D") /PRIORITY=100
File: _DSA0:[SYS3.UCX_LPD.0D]CFA093PEKIN_VBO_DEC_COM.DAT;1 /DELETE
Completed 15-APR-1997 14:49 on queue UCX$LPD_QUEUE
RIVAGE_SYSTEM> dir/siz=all DSA0:[SYS3.UCX_LPD.0D]
Directory DSA0:[SYS3.UCX_LPD.0D]
DFA093PEKIN_VBO_DEC_COM.DAT;1
17/20 15-APR-1997 14:49:28.37
Total of 1 file, 17/20 blocks.
RIVAGE_SYSTEM> sho log ucx$lp*
(LNM$SYSTEM_TABLE)
"UCX$LPD_DEBUG" = "15"
"UCX$LPD_LOGFILE" = "SYS$SPECIFIC:[UCX_LPD]UCX$LPD_LOGFILE.LOG"
"UCX$LPD_PRINTCAP" = "SYS$SPECIFIC:[UCX_LPD]UCX$PRINTCAP.DAT"
"UCX$LPD_RCV" = "15"
"UCX$LPD_SPOOL" = "SYS$SPECIFIC:[UCX_LPD]"
RIVAGE_SYSTEM> type SYS$SPECIFIC:[UCX_LPD]UCX$LPD_LOGFILE.LOG
%%%%%%%%%%%% 15-APR-1997 14:49:11.23 %%%%%%%%%%%%
%UCX-I-LPD_LOGSUC, Using log file SYS$SPECIFIC:[UCX_LPD]UCX$LPD_LOGFILE.LOG
%%%%%%%%%%%% 15-APR-1997 14:49:11.37 %%%%%%%%%%%%
%UCX-I-LPD_SYMBRUN, Symbiont is running the queue UCX$LPD_QUEUE
Failed to map remote user/host ([email protected]) to local account
Error : Error parsing /PARAMETER=!AS key not found
RIVAGE_SYSTEM> ucx sho service lpd /full
Service: LPD
State: Enabled
Port: 515 Protocol: TCP Address: 0.0.0.0
Inactivity: 5 User_name: UCX_LPD Process: UCX$LPD
Limit: 10 Active: 0 Peak: 1
File: SYS$SPECIFIC:[UCX_LPD]UCX$LPD_RCV_STARTUP.COM
Flags: Aprox Listen
Socket Opts: Rcheck Scheck
Receive: 0 Send: 0
Log Opts: Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
File: SYS$SPECIFIC:[UCX_LPD]UCX$LPD_RCV_STARTUP.LOG
Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
RIVAGE_SYSTEM> type SYS$SPECIFIC:[UCX_LPD]UCX$PRINTCAP.DAT
#
# LOCAL PRINTERS
#
UCX$LPD_QUEUE:\
:lp=UCX$LPD_QUEUE:\
:sd=UCX$LPD_SPOOL:
#
0D|0d|0d:\
:lf=/SYS$SPECIFIC/UCX_LPD/0D.LOG:\
:lp=0D:\
:sd=/SYS$SPECIFIC/UCX_LPD/0D:
#
ON THE DUNIX WORKSTATION:
TIMING_NS:.pekin> more /etc/printcap
0D|13|0d:\
:lf=/usr/adm/lp13err:\
:lp=:\
:rm=rivage:\
:rp=0D:\
:sd=/usr/spool/lpd13:
I have this problem after an upgrade from UCX V3.2 to
UCX V4.1 ECO 4
I have create a new UCX$SERVICES.DAT from scratch to have
PORTMAPPER working with TCP and UDP protocol,
before it works only with UDP.
I create also a new UCX$PRINTCAP.DAT from scratch.
Have you any ideas from my problem, its very urgent
because many workstation will print only with
the OpenVMS LPD server.
Thanks for your help.
Michel Berenguier
| T.R | Title | User | Personal Name | Date | Lines |
|---|
| 5437.1 | | UTRTSC::KNOPPERS | Oswald Knoppers | Tue Apr 15 1997 08:25 | 14 |
| > %UCX-E-NOMSG, Message number 030AEB1A
You can translate this message with:
$ set mess sys$message:ucx$msg
$ exit %x030AEB1A
%UCX-E-LPD_NOKEY, Error parsing /PARAMETER=!AS key not found
$
Maybe this is related with note 5351.
Regards,
Oswald
|
| 5437.2 | OK Now | TAEC::KISNET::BERENGUIER | | Wed Apr 16 1997 05:16 | 6 |
| The problem is not same as noted in 5351
I resolve this by modifying the ApplicationProxy
for the LPD service with noApplicationProxy
Michel
|