T.R | Title | User | Personal Name | Date | Lines |
---|
2480.1 | Check TABLES directory | IOSG::NEWLAND | Richard Newland, IOSG, REO2-F/J9 | Thu Jan 23 1997 14:59 | 6 |
2480.2 | no ps.pra | CHUECA::NIEVES | MCS Madrid | Fri Jan 24 1997 07:55 | 65 |
| Yes I have a [tables] directory which has the following files:
$ dir [.tables]
Directory OFFICE$DISK:[NIEVES.A1.TABLES]
NHPLJIII.PRA;1 YO.PRA;1
Total of 2 files.
As you can see there is no PS.PRA.
I tried to print using another PRA, like DEClaser and the result is the
same, this is the example:
Impresi�n de documentos
Destino del documento: EIS_ANSI
Estilo de impresi�n: DECLASER
N�mero de copias: 1
**********************************************************************
Formato para trabajo 1 (entrada 171) termin� con error
%WPSPLUS-?-UNAVAILABLE_RES, recurso no disponible
Teclee la opci�n y pulse RETORNO,
o pulse PR�XIMA PANTALLA para m�s opciones
(m�s...)
***********************************************************************
$ sh queue/all/full oa$formatter
Server queue OA$FORMATTER, idle, on CHUECA::, mounted form DEFAULT
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=OA$FORMATTER /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
Entry Jobname Username Blocks Status
----- ------- -------- ------ ------
171 1 NIEVES 4 Retained on error
%NONAME-?-NOMSG, Message number 092FF736
Submitted 24-JAN-1997 08:51:14.91 /NOBURST /NOFLAG /FEED
/FORM=DEFAULT
/PARAM=("OA$PARAMS=000,EIS2$ANSI,DECLASER,1,OA$HLS_80,OFFICE$DISK:[NIEV
"OA$FMTCTL=2") /PRIORITY=100 /NOTRAILER
File: _$1$DUA11:[USUARIOS.NIEVES.A1.OA$TEMP]ZWRHCN8W9.WPL;1
/NOBURST
/DELETE /FEED /NOFLAG /NOTRAILER
Completed 24-JAN-1997 08:51:15.64 on queue OA$FORMATTER
$
I'm sure that I have something different from another user, because I
created a new user called TEST and from this account I can print
without problem.
Regards,
Nieves
|
2480.3 | General or specific problem? | IOSG::ELLIOTTR | Russell Elliott | Fri Jan 24 1997 11:42 | 6 |
|
Does this happen with all WPS-PLUS files, or is it just happening with
one test document? If it's just one document then I suggest the
document has either become corrupt or has something "unusual" in it.
Russell.
|
2480.4 | every document | CHUECA::NIEVES | MCS Madrid | Fri Jan 24 1997 12:10 | 3 |
| It happens with every document I try.
Nieves
|
2480.5 | ASCII document | IOSG::NEWLAND | Richard Newland, IOSG, REO2-F/J9 | Fri Jan 24 1997 15:45 | 5 |
| Try printing an ASCII document which will be ASCII formatted. This may
help to show if OA$FORMATTER is unable to perform any formatting or only
WPS-PLUS formatting.
Richard
|
2480.6 | quotas! | CHUECA::NIEVES | MCS Madrid | Mon Jan 27 1997 11:59 | 37 |
| Hi,
I have the clue just now!
I did what you told me, convert a document to ASCII WPS, and printed
it. This was the error in the OA$FORMATTER
Server queue OA$FORMATTER, idle, on CHUECA::, mounted form DEFAULT
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=OA$FORMATTER /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
492 ASCII_CONVERT NIEVES 1 Retained on error
%RMS-E-CRE, ACP file create failed
Submitted 27-JAN-1997 12:46:20.99 /NOBURST /NOFLAG /FEED
/FORM=DEFAULT
/PARAM=("OA$PARAMS=000,EIS2$ANSI,DECLASER,1,OA$HLS_80,OFFICE$DISK:[NIEV
"OA$FMTCTL=1") /PRIORITY=100 /NOTRAILER
File: _$1$DUA11:[USUARIOS.NIEVES.A1.OA$TEMP]NIE000105.TXT;1
/NOBURST
/DELETE /FEED /NOFLAG /NOTRAILER
Completed 27-JAN-1997 12:46:21.66 on queue OA$FORMATTER
$
The ACP error gave me the clue about diskquota.
I had exceeded my quota, but I have the exquota priv, so I never
thought this could be the cause. I disabled diskquota in this volume and I
tried printing with no error.
Now, what is the explanation, if I have EXQUOTA priv (in my VMS account
and ALL-IN-1 account) why is this not working.
Regards,
Nieves
|
2480.7 | | IOSG::ELLIOTTR | Russell Elliott | Mon Jan 27 1997 13:04 | 8 |
|
Regarding privs:
The clue was that you could print OK in foreground. Foreground
formatting obeys the user's VMS privs, while background printing does
not. I think background formatting obeys the Manager's default privs.
Russell.
|
2480.8 | OA$FORMATTER has its own privileges | IOSG::NEWLAND | Richard Newland, IOSG, REO2-F/J9 | Mon Jan 27 1997 16:59 | 21 |
| An OA$FORMATTER symbiont process runs with the following VMS privileges
under the SYSTEM UIC:
PRIVILEGE_MASK : block [8, byte] ! Priviliges required by this symbiont
preset ([PRV$V_BYPASS] = 1, ! - read & write access to user's files
[PRV$V_CMKRNL] = 1, ! - submit print job with same Username
[PRV$V_OPER] = 1, ! - broadcast message to user's terminal
[PRV$V_TMPMBX] = 1, ! - perform logical name operations
[PRV$V_WORLD] = 1), ! - broadcast message to specific user
The job controller does do a partial impersonation of the user who
submitted the job which causes any files to be created to be owned by you,
but it does not do a full impersonation which would include getting the
user's default VMS privileges.
Therefore when your job was processed the EXQUOTA privilege was not
enabled.
Richard
|