![]() |
Software > OpenVMS Systems > Ask the Wizard ![]() HP OpenVMS Systemsask the wizard |
![]() |
The Question is: What license do I need to make the following command work:? convert/doc file.txt /form=text file.ps /form=ps The Answer is : The OpenVMS Wizard would assume that the DEC DW-MOTIF or one of the NAS (NET-APP-SUP-nnn) PAKs would be the most commonly used license for enabling CONVERT/DOCUMENT -- CONVERT/DOCUMENT is generally used and shipped as part of DECwindows. If you are receiving an anonymous LICENSE-F-NOLICENSE message, you can determine the license name using OPCOM. First, define the following logical name: $ DEFINE/SYSTEM/EXEC LMF$DISPLAY_OPCOM_MESSAGE TRUE and then enable an operator console for class LICENSE: $ REPLY/ENABLE=LICENSE and now execute the command you are having trouble with. OPCOM will list all failed license probes. Note that since many products have a list of alternate license names, having this logical name defined will cause false alarm messages for any product which you use regularly which is authorised by a PAK other than the first in the list. So, once you have your product name, make sure you deassign the logical name. In the case of CONVERT/DOCUMENT, attached below is the list of the PAK license probes to the license data base. Any license PAK for any of those license names will enable the command. In addition, any group PAK which enables any of the products listed below. (eg: any NET-APP-SUP-nnn PAK will also enable the command.) Note that in various cases, the product names reported may be little more than place holders -- there may never have been any real PAKs issued using that product name. Once you have determined what license you need, remember to deassign the logical name. -- $ CONVERT/DOC LOGIN.COM/FORM=TEXT LOGIN.PS/FORM=PS %LICENSE-F-NOAUTH, !AS !AS use is not authorized on this node %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.20 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC CDA-RT use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.20 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC DW-MOTIF use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.21 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC P2A use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.22 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC CDA-RT-USER use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.23 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC DW-MOTIF-USER use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.23 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC P2A-USER use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.24 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC CDA-RT-G use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.25 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC DW-MOTIF-G use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.26 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC P2A-G use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager %%%%%%%%%%% OPCOM 10-MAY-1999 13:45:09.27 %%%%%%%%%%% Message from user WIZARD on REDDWF %LICENSE-E-NOAUTH, DEC CDA-RT use is not authorized on this node -LICENSE-F-NOLICENSE, no license is active for this software product -LICENSE-I-SYSMGR, please see your system manager
|