| Title: | *OLD* ALL-IN-1 (tm) Support Conference |
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
| Moderator: | IOSG::PYE |
| Created: | Thu Jan 30 1992 |
| Last Modified: | Tue Jan 23 1996 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4343 |
| Total number of notes: | 18308 |
My customer is having problems using the OA$FORMATTER with WordPerfect and WPSPLUS. When I examined the OA$FORMATTER job entries, I notice the message number 011FA612. I examined this value through VMS and it came back with %NONAME-E-NOMSG. Message number 011FA612. Any idea what this message number means and how to break down the problem. These jobs in the formatter queue are retained on error. Some of the jobs stop the queue while others just don't get printed. Thanks, /rh
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3487.1 | Invalid or missing format type | IOSG::BURTON | ALL-IN-1 Builder | Wed Nov 03 1993 09:11 | 14 |
rh,
Assuming this is ALL-IN-1 V3.0 (-1), the message number 011FA612 is :
BF_INVFMTTYPE <Invalid or missing format type>
The comment in OAMESS relating to this is :
Additional message when type in format control string is invalid
(not 0, 1 or 2) or is missing
Regards,
Martin.
| |||||
| 3487.2 | Use ALL-IN-1 | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Nov 03 1993 10:23 | 15 |
Re: .0 If you use the ALL-IN-1 System management MJQ (Manage Jobs and Queues) sub-system or the user JS (Job Services) sub-system the job status value will be displayed as a message. For V3.0 (-1) the value 011FA612 means 'Invalid or missing format type' which means that the OA$FMTCTL job parameter string is incorrect. I would need to see the full job information that you would get from a $ SHOW ENTRY/FULL to look at this further. Richard | |||||
| 3487.3 | Information you have requested? | ALOS01::HEIGHT | Mon Nov 08 1993 04:55 | 33 | |
Richard,
I have included a copy of the OA$FORMATTER definition and a job
entry. If you need any additional information please let me know.
Thanks..
/rh
Server queue OA$FORMATTER, idle, on OMRDD7::, mounted form DEFAULT
/BASE_PRIORITY=4 /CHAR=(127) /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]
/PROCESSOR=OA$FORMATTER /PROTECTION=(S:E,O:D,G:R,W:W) /RETAIN=ERROR
Entry Jobname Username Blocks Status
----- ------- -------- ------ ------
1708 RE_WINTER_HOLIDAY_PARTY_800_DA
WRIGHTRC 977 Retained on error
%NONAME-E-NOMSG, Message number 011FA612
On idle server queue OA$FORMATTER
Submitted 5-NOV-1993 10:12 /NOBURST /NOFLAG /FORM=DEFAULT
/PARAM=("OA$PARAMS=000,SYS$PRINT,LP11,1","OA$FMTCTL=W") /PRIORITY=100
/NOTRAILER
File: _$1$DUA30:[WPCORP.PTR051]STANPRIN.PRS;14 /NOBURST /NOFLAG
/SETUP=({WPCORP PTR51 PRS}) /NOTRAILER
File: _$1$DUA30:[WPCORP.PTR051]WPCORP_PTR51_DRS.DRS;5 /NOBURST /NOFLAG
/SETUP=({WPCORP PTR51 EXT 1/1}) /NOTRAILER
File: _$1$DUA89:[WRIGHTRC]WRIGHTRC_11.WP51_PRINT_5NOV93_10122182;1
/DELETE /NOFLAG
/SETUP=({WPCORP PTR51 DOC} Binding:0, Byte:0, Range:(), Text:High,
/NOTRAILER
Completed 5-NOV-1993 10:12 on queue OA$FORMATTER
| |||||
| 3487.5 | OA$FMTCTL is wrong | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Nov 09 1993 10:59 | 16 |
The OA$FMTCTL string is wrong:
/PARAM=("OA$PARAMS=000,SYS$PRINT,LP11,1","OA$FMTCTL=W") /PRIORITY=100
^
|
The valid values in OA$FMTCTL are 0, 1, 2 and 3, but yours has 'W'. The
OA$DO:WPPBGFORMAT.SCP is the only part of a standard ALL-IN-1 system which
creates background formatter jobs and therefore the OA$FMTCTL parameter
string.
Has either WPPBGFORMAT.SCP or WPPRINT.SCP been customized?
Richard
| |||||