|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1254 (0x4e6)
Types: TextFile
Names: »V«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦458657fb6⟧
└─⟦a5bbbb819⟧
└─⟦this⟧
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦9b46a407a⟧
└─⟦eec0a994f⟧
└─⟦this⟧
procedure Allow_Token_Conversion
(Current_Product : String := ">>AUTHORIZED PRODUCT<<";
New_Product : String := ">>REPLACEMENT PRODUCT<<";
Token_Count : Positive := 0;
Remote_Machine_Id : Long_Integer := 0;
Authorization : String := "";
Date : String := "";
Response : String := "<PROFILE>");
-- Produces the authorization code necessary to run Convert_Tokens.
--
-- This command may only be run from machines with Rational Site ID's, but
-- should not be exported to customer machines. It also requires the
-- caller have "operator capability".
--
-- Authorization parameter, if non-default, specifies the factory
-- authorization code for for computing the code to be used by the
-- customer. This authorization must, along with Code, be unique on the
-- customer machine and cannot be re-used.
--
-- Date parameter, if non-default, specifies the date on which the transfer
-- will take place. This allows for planning and time-zone differences.
--
-- Date and Authorization are mutually exclusive. If neither is specified,
-- it is as if Date were specified to be Today.
--