|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 63102 (0xf67e) Types: TextFile Notes: R1k Text-file segment
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000 └─ ⟦5a81ac88f⟧ »Space Info Vol 1« └─⟦b6a1b2b22⟧ └─⟦this⟧
Remote Compilation Facility Release Information Release 1_0_3 \f Copyright 1991 by Rational Part Number: 508-003255-005 October 1991 (Software Release 1_0_3) AIX and RISC System/6000 are trademarks and IBM is a registered trademark of International Business Machines Corporation. Rational and R1000 are registered trademarks and Rational Environment and Rational Subsystems are trademarks of Rational. Rational 3320 Scott Boulevard Santa Clara, California 95054-3197 \f Release 1_0_3 1. Overview This release note describes the production release, Release 1_0_3, of the Rational Remote Compilation Facility, also referred to as the Customizable RCF. You can customize the Customizable RCF for a variety of Ada compilers and operating systems. This release is not delivered with packaged customizations. If you have existing customizations from the beta phase, you can update those customizations for the production release. Contact your Rational Technical Representative for assistance. Beta versions of the Customizable RCF have had revision numbers as high as Rev3_3_8. For the purpose of production, the Customizable RCF revision number is based at Release 1_0_3. 2. RCF Components The following RCF components are installed as part of the release: !Targets.Implementation.Rcf_Release1_0_3 -- Main RCF release world !Machine.Target_Builder.Rcf_Errors -- Encoded Rcf Errors !Machine.Initialize_Rcf -- Initializes the RCF at machine boot !Targets.Implementation.Rcf_User_Interface -- Rcf command interface Rev1_0_Spec Code1_0_3 !Targets.Implementation.Rcf_Programmatic_Interface Rev1_0_Spec -- Rcf Programmatic Interface !Targets.Implementation.Rcf_Customization_Interface Rev1_0_Spec -- Customization Interface !Rcf.Reusable_Components.Rev1_0_0 -- Rational Reusable Components For more information on installation of this product, refer to the installation instructions delivered with this release. For user information, refer to the RCF User's Guide. RATIONAL October 1991 1\f RCF Release Information 3. Upgrade Impact This section summarizes the upgrade impact of transitioning from the beta to the production version of Customizable RCF. Complete the following steps to upgrade your beta environment. * Convert all existing customizations built on top of the beta Customizable RCF to the new customization format. Contact a Rational Technical Representative for assistance. * Run the Release 1_0_3 implementation of Rcf.Refresh_View on all existing RCF views before you proceed with development using the production RCF. 4. Prerequisites Before you use the RCF, confirm the following prerequisite conditions: * The host R1000 and remote compilation server are on the same network. * An entry in "!Machine.Transport_Name_Map" identifies the remote compilation server. For example, where tcp/ip is the communications protocol, 89.64.128.9 is the internet address, Tilden is the logical machine name, and Aix is the remote compilation operating system, the entry appears as follows: tcp/ip 89.64.128.9 Tilden Aix * The network communication server is running. The RCF supports two modes of file transfer and command execution: DTIA and Telnet/FTP. DTIA is not a prerequisite for customizations using the Telnet/Ftp transfer mode. If you are using a customization with a DTIA transfer mode, the DTIA server must be installed on the host R1000 and running on the remote compilation platform. To detect if the host server is running: - Execute What.Users. - Search for job name DTIA Remote_Operations Server in the list. To detect if the remote DTIA server is running, refer to the DTIA installation instructions. 2 October 1991 RATIONAL\f Release 1_0_3 5. New Features The following features have been added since the beta release of the Customizable RCF. 5.1. Rebuilding Remote Libraries Rcf.Rebuild_Remote_Library rebuilds remote libraries that may be corrupt. Refer to the Rcf package specification or the RCF User's Guide for details. 5.2. Unit Compiler Options You can maintain remote compiler options on a unit-by-unit basis. Previously, you could maintain compiler options on a view-by-view basis in the Compiler_Switches file. Setting options on a unit basis overrides values set for these options in the Compiler_Switches file. Refer to the Rcf package specification or the RCF User's Guide for details. 5.3. Customizable Communications The customizer can modify the RCF to communicate with most operating systems supporting Telnet and FTP. 5.4. Executing Remote Commands Using Rcf.Execute_Remote_Command, you can initiate commands to run on the remote compilation server from an R1000 Environment command window. Refer to the Rcf package specification or the RCF User's Guide for details. 5.5. Reusable Components The Rational Reusable Components have been released in source form in an R1000 view (!Rcf.Reusable_Components.Rev1_0_0). Copy these components to an RCF combined view in a subsystem of your choice. These components are provided for use at your own risk; they are not supported with the RCF product. 6. Changed Features The following features have changed since the Beta release of the Customizable RCF. RATIONAL October 1991 3\f RCF Release Information 6.1. Packages Rcf and Rcf_Cmvc All RCF user interface commands are separated into two packages, package Rcf and package Rcf_Cmvc. Package Rcf contains RCF-specific operations such as handling secondaries, managing remote libraries, and setting unit options. Package Rcf_Cmvc contains RCF extensions to existing Rational Environment CMVC commands. For more information on the contents of these packages, refer to the RCF User's Guide. 6.2. RCF Compiler Job Name The name of the RCF Compiler, which acts as a server for all RCF operations, is Rcf Compiler Rev1_0_3. 6.3. Secondaries The scheme for managing and processing non-Ada files through secondary files has been redesigned. Refer to the Rcf package specification or the RCF User's Guide for details. 6.4. Consistency Checking The Compare_Objects parameter has been added to both Rcf.Check_Consistency and Rcf.Accept_Remote_Changes. This parameter allows you to select between a timestamp consistency check and a full textual comparison. 6.5. Refreshing Views Rcf.Refresh_View refreshes, that is, updates or rebuilds, state information that is thought to be corrupt in a host view. The command works in one of two modes, determined by the Retain_History parameter. If Retain_History is True, it preserves existing remote names, timestamps and unit options. If Retain_History is False, it reinitializes this information. Refer to the Rcf package specification or the RCF User's Guide for details. 6.6. Uploading Units Rcf.Upload_Unit has been modified to allow you to upload units into a sub-directory. Rcf.Upload_Units, added to package Rcf, allows you to upload from a list of units. You can specify the list of units in an indirect file. 4 October 1991 RATIONAL\f Release 1_0_3 Refer to the Rcf package specification or the RCF User's Guide for details. 6.7. Removed Functionality The following operations have been removed from the Customizable RCF. * Rcf.Initialize Rcf.Refresh_View replaces this command. * Rcf.Show_Imports The RCF no longer separately maintains imports. Use Rcf_Cmvc.Information to display import information. * Rcf.Make_Imports_Consistent The RCF no longer separately maintains imports. * Rcf.Set_Remote_Machine Use Switches.Set to change Ftp.Remote_Machine. * Rcf.Set_Remote_Directory Use Switches.Set to change Ftp.Remote_Directory. 7. Limitations This section describes limitations in Release 1_0_3 of the Customizable RCF. 7.1. Archive.Copy/Archive.Restore Operations Note the following conditions when you use Archive.Copy and Archive.Restore with the Customizable RCF. 7.1.1. Archiving and Restoring Views Archive.Copy and Archive.Restore refresh all RCF state information when copying/restoring a view, including the following: * Remote Unit Names. * Unit download timestamps. * Unit Options RATIONAL October 1991 5\f RCF Release Information Compiler_Switches are copied from the source view. This leaves the switches Ftp.Remote_Machine, Ftp.Remote_Directory, Ftp.Username, and Ftp.Password unchanged. You are encouraged to copy views using the Goal_State => Installed option. After the archive operation has completed, use Rcf.Build_Remote_Library to build a new remote library for the host view. 7.1.2. Copying and Restoring Secondaries Archive does not copy sub-objects such as secondary referencer files. Before you copy a view containing secondaries to a new location, run Rcf.Expand_Secondary_Referencers to expand secondary referencer files into a form that can be copied. Once your copy operation has completed, run Rcf.Collapse_Secondary_Referencer to restore the secondary referencer sub-objects. 7.2. Configuration-Only Releases Configuration-only releases currently do not maintain the host-target connection information. A configuration is created on the host, although it produces an error message of the form: ++* Can't resolve "<Release_Name>" (<Release_Name> is not defined ... in <Subsystem>) *** An error occurred during a call to Cmvc.Release. If you specify the Remote_Directory parameter with Rcf_Cmvc.Release, it builds the remote library. But when you restore the configuration with Rcf_Cmvc.Build, the host-remote relationship is lost. The Goal parameter is always Compilation.Source on a Rcf_Cmvc.Build command executed on a configuration release. Before you install or code such a view, you must unfreeze it and run Rcf.Refresh_View. Any secondary_referencer and secondary_state files must be expanded and controlled before you build a configuration-only release, and then collapsed after you restore the configuration. Refer any questions to your Rational Technical Representative. In its current form, a configuration release is useful for minimal-space host releases. A future RCF release will provide full support. 6 October 1991 RATIONAL\f Release 1_0_3 7.3. Prompting For Passwords The RCF no longer supports the Prompt For Password feature. 7.4. Detached Operations You cannot compile from a detached job when the originating session has been terminated. The compilation operation attempts to retrieve the remote password from the remote passwords file. 7.5. COTS Specifications Rational Technical Representatives must not upload third party vendor specifications into the RCF predefined areas. As the customer, you must contact your third party vendor for information regarding license and restrictions or to obtain permission to upload or copy specifications yourself. 7.6. Rcf.Execute_Remote_Command Rcf.Execute_Remote_Command cannot run commands that require input. 7.7. Telnet Logins For customizations using the Telnet/Ftp transfer mode, remote user logins cannot request input. If they do, such logins hang. 7.8. Registering Customizations You need operator privileges to register an RCF customization. 7.9. Attributes as Component Clauses of Rep Specs The Environment parser does not allow attributes as component clauses of record representation clauses. For example, the following causes a syntax error: declare type Int_Array is array (Integer range <>) of Integer; type R (D : Integer) is record A : Int_Array (1 .. D); end record; RATIONAL October 1991 7\f RCF Release Information for R use record A'Array_Descriptor at 0 range 1 .. 32; A at 1 range 1 .. 32; end record; When you semaniticize this example, the apostrophe (') between "A" and "Array_Descriptor" is underlined. The error message is "Saw ''', expected at". 7.10. Pragma Inline Units are not necessarily compiled in an order that allows the remote compiler to inline (macro expand) calls to inlined routines. However, Host Environment Release D2.2 uses a new coding algorithm that attempts to compile all library level procedure and package bodies immediately after the compilation of their specs. The net effect is that the remote compiler obeys pragma inline a higher percentage of the time. Pragma Inline is not ignored during demotion. This ensures that inline callers are obsolesced when the body of an inlined routine is demoted. 7.11. Promoting Stubs to the Coded State You cannot promote a stub directly to the Coded state. You must first promote the stub to the Installed state. 8. Known Problems Following is a list of problems known at the time of this release. 8.1. Nonexistent Page Error Exception Nonexistent Page Errors can occur for the following reasons: * When the RCF is not elaborated. To determine if the RCF is elaborated: 1. Execute What.Users. 2. Search for the job name Rcf_Compiler Rev1_0_3. 8 October 1991 RATIONAL\f Release 1_0_3 If the RCF_Compiler is not running: 1. Run Start_Rcf_Main. 2. Use Custom_Key.Register to register your customization. * When a state file has become corrupt. This is usually indicated by one of the following messages: *** Aborting from Refresh_Suppliers because !Lrm.Nonexistent_Page_Error was raised Unexpectedly -or- *** Aborting from Register because !Lrm.Nonexistent_Page_Error was raised Unexpectedly To fix the corrupt state file, use the Rcf.Refresh_View command: Rcf.Refresh_View (View => "<CURSOR>", Retain_History => True, Response => "<PROFILE>"); Fill in the View parameter with a naming expression identifying all views in the closure of the application being operated on. If errors persist, contact your Rational Technical Representative. * For unknown reasons. Intermittent Nonexistent Page Errors have been encountered on heavily loaded machines. The typical message is of the form: 1: EXCEPTION_HANDLED Promotion failed with !Lrm.System.Nonexistent_Page_Error, from PC = #258D0D, #1D3 This error usually stops occurring after repeated commands. This problem is being investigated. 8.2. Remote Access Control The remote DTIA server creates all remote files with the access permissions: rw- r-- r-- This permission setting gives read and write permission to the owner of the file, but read permission only to group and others. RATIONAL October 1991 9\f RCF Release Information This can prevent multiple host R1000 users with different remote userids from operating on the same set of host views. 8.3. RCF Compiler Switch Modification Any changes to the Compiler_Switches file while the RCF is not elaborated cause all RCF switches in that file to revert to their default values when the RCF is next elaborated. 8.4. Compilation Warnings When you execute a Compilation.Make operation that includes predefined units in its closure, it generates warning messages stating that the predefined units have no bodies. Ignore these warnings. 8.5. Reverting to Simpler Method... The following message may be generated during compilation: !!! Reverting to simpler method of computing coding order in ... Compilation.Promote due to unexpected exception: ... !Lrm.System.Assertion_Error, from ... PC ... This means that compilation will proceed with a more simplistic, but correct, compilation ordering. Ignore this message. 8.6. File Transfer Using FTP File transfer can fail occasionally for customizations using the Telnet/Ftp transfer mode. In this case, the RCF attempts the transfer three times before it stops trying to transfer. If none of the attempts succeed, the host unit is not promoted to the Coded state. 8.7. Library_Extensions and Host_Only Views Many remote library operations fail on operations in Host_Only views. The RCF should not attempt to do remote library operations in Host_Only views. This problem will be fixed in a maintenance release. 9. Documentation Rational Remote Compilation Facility: User's Manual, PN 4000-00500, provides additional information for RCF users. 10 October 1991 RATIONAL\f Release 1_0_3 10. Training Rational Target Tools Training: Remote Compilation Facility Fundamentals, PN 7000-00653, provides user training for the RCF. RATIONAL October 1991 11\f Release 1_0_3 Contents 1. Overview 1 2. RCF Components 1 3. Upgrade Impact 2 4. Prerequisites 2 5. New Features 3 5.1. Rebuilding Remote Libraries 3 5.2. Unit Compiler Options 3 5.3. Customizable Communications 3 5.4. Executing Remote Commands 3 5.5. Reusable Components 3 6. Changed Features 3 6.1. Packages Rcf and Rcf_Cmvc 4 6.2. RCF Compiler Job Name 4 6.3. Secondaries 4 6.4. Consistency Checking 4 6.5. Refreshing Views 4 6.6. Uploading Units 4 6.7. Removed Functionality 5 7. Limitations 5 7.1. Archive.Copy/Archive.Restore Operations 5 7.1.1. Archiving and Restoring Views 5 7.1.2. Copying and Restoring Secondaries 6 7.2. Configuration-Only Releases 6 7.3. Prompting For Passwords 7 7.4. Detached Operations 7 7.5. COTS Specifications 7 7.6. Rcf.Execute_Remote_Command 7 7.7. Telnet Logins 7 7.8. Registering Customizations 7 7.9. Attributes as Component Clauses of Rep Specs 7 7.10. Pragma Inline 8 7.11. Promoting Stubs to the Coded State 8 8. Known Problems 8 8.1. Nonexistent Page Error Exception 8 8.2. Remote Access Control 9 8.3. RCF Compiler Switch Modification 10 8.4. Compilation Warnings 10 8.5. Reverting to Simpler Method... 10 8.6. File Transfer Using FTP 10 8.7. Library_Extensions and Host_Only Views 10 9. Documentation 10 10. Training 11 RATIONAL October 1991 iii\f RCF Release Information iv October 1991 RATIONAL\f %!PS-Adobe-2.0 %%Title: !DOCUMENTATION.RELEASE_NOTES.REMOTE_COMPILATION_FACILITIES.PROD_WORKING.UNITS.RCF_CUSTOM1_0_3'V(3) %%Creator: COMPOSE 10.7.12 %%CreationDate: October 28, 1991 at 11:16:42 AM %%For: KP %%Pages: (atend) %%DocumentFonts: (atend) %%EndComments /SelectFont {findfont exch dup neg 0 0 3 -1 roll 0 0 MAT astore makefont setfont} bind def /BeginPage {/State save def /INITIAL-MATRIX matrix currentmatrix def 1 -1 scale 0.5 setlinewidth} bind def /PositionPage {{-90 rotate pop} {0 exch neg translate} ifelse} bind def /EndPage {State restore showpage} def /WS {0 32 4 -1 roll widthshow} bind def /MX {0 rmoveto} bind def /LTAB {gsave exch (.) stringwidth pop sub exch {dup 2 div dup 0 rmoveto (.) show 0 rmoveto} repeat pop grestore} bind def /MAT matrix def /FINDSCALE {gsave newpath 0 0 moveto (X) false charpath flattenpath pathbbox /CAPHEIGHT exch def pop pop pop newpath 0 0 moveto (x) false charpath flattenpath pathbbox /XHEIGHT exch def pop pop pop grestore XHEIGHT CAPHEIGHT XHEIGHT sub 3 div add CAPHEIGHT div } bind def /CAP-ENCODING [ StandardEncoding aload pop ] def 8#141 1 8#172 {CAP-ENCODING exch dup 1 string dup 0 4 -1 roll 8#40 sub put cvn put} for /COPYFONT {dup length dict /TMPDICT exch def {1 index /FID ne {TMPDICT 3 1 roll put} {pop pop} ifelse } forall TMPDICT }bind def /SYM {save exch /newfont currentfont maxlength dict def currentfont {exch dup /FID ne {dup /Encoding eq {exch dup length array copy newfont 3 1 roll put} {exch newfont 3 1 roll put} ifelse } {pop pop} ifelse} forall newfont /Encoding get 8#377 3 -1 roll put /NEWFONT newfont definefont setfont (\377) show restore} bind def %%EndProlog %%Page: 1 1 BeginPage 792 false PositionPage 72 72 moveto 20 /Palatino-Roman SelectFont ( ) show 178.980 328 moveto (Remote Compilation Facility) show 217.090 350 moveto (Release Information) show 242.800 394 moveto ( Release 1_0_3) show 72 756 moveto 10 /Palatino-Roman SelectFont ( ) show EndPage %%Page: 2 2 BeginPage 792 false PositionPage 72 72 moveto 10 /Palatino-Roman SelectFont ( ) show 72 144 moveto (Copyright ) show /copyright SYM 7.470 MX ( 1991 by Rational) show 72 192 moveto (Part Number: 508-003255-005) show 72 216 moveto (October 1991 \050Software Release 1_0_3\051) show 72 600 moveto 9 /Palatino-Roman SelectFont (AIX and RISC System/6000 are trademarks and IBM is a registered trademark of International Business Machines) 1.026 WS 72 611 moveto (Corporation.) show 72 633 moveto (Rational and R1000 are registered trademarks and Rational Environment and Rational Subsystems are trademarks) show 72 644 moveto (of Rational.) show 287.480 703 moveto 10 /Palatino-Roman SelectFont (Rational) show 259.660 715 moveto (3320 Scott Boulevard) show 229.255 727 moveto (Santa Clara, California 95054-3197) show 72 756 moveto ( ) show EndPage %%Page: 1 3 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 72 76 moveto 15 /Palatino-Bold SelectFont (1. Overview) show 72 100 moveto 11 /Palatino-Roman SelectFont (This release note describes the production release, Release 1_0_3,) 3.213 WS 5.964 MX (of the Rational Remote) 3.214 WS 72 113 moveto (Compilation Facility, also referred to as the Customizable RCF.) show 72 137 moveto (You can customize the Customizable RCF for a variety of Ada compilers and operating systems.) 0.031 WS 72 150 moveto (This release is not delivered with packaged customizations. If you) 0.321 WS 3.072 MX (have existing customizations) 0.322 WS 72 163 moveto (from the beta phase,) 1.124 WS 3.873 MX (you can update those customizations for the production release. Contact) 1.123 WS 72 176 moveto (your Rational Technical Representative for assistance.) show 72 200 moveto (Beta versions of the Customizable RCF have had revision numbers as high as) 0.259 WS 3.010 MX (Rev3_3_8. For the) 0.260 WS 72 213 moveto (purpose of production, the Customizable RCF revision number is based at Release 1_0_3.) show 72 253 moveto 15 /Palatino-Bold SelectFont (2. RCF Components) show 72 277 moveto 11 /Palatino-Roman SelectFont (The following RCF components are installed as part of the release:) show 72 301 moveto 10 /Courier-Bold SelectFont (!Targets.Implementation.Rcf_Release1_0_3 -- Main RCF release world) show 72 325 moveto (!Machine.Target_Builder.Rcf_Errors -- Encoded Rcf Errors) show 72 349 moveto (!Machine.Initialize_Rcf -- Initializes the RCF at) show 72 361 moveto ( -- machine boot) show 72 385 moveto (!Targets.Implementation.Rcf_User_Interface -- Rcf command interface) show 72 397 moveto ( Rev1_0_Spec) show 72 409 moveto ( Code1_0_3) show 72 433 moveto (!Targets.Implementation.Rcf_Programmatic_Interface) show 72 445 moveto ( Rev1_0_Spec -- Rcf Programmatic Interface) show 72 469 moveto (!Targets.Implementation.Rcf_Customization_Interface) show 72 481 moveto ( Rev1_0_Spec -- Customization Interface) show 72 505 moveto (!Rcf.Reusable_Components.Rev1_0_0 -- Rational Reusable) show 72 517 moveto ( -- Components) show 72 541 moveto 11 /Palatino-Roman SelectFont (For more information on) 3.292 WS 6.041 MX (installation of this product, refer to the installation instructions) 3.291 WS 72 554 moveto (delivered with this release. For user information, refer to the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont (.) show 72 594 moveto 15 /Palatino-Bold SelectFont (3. Upgrade Impact) show 72 618 moveto 11 /Palatino-Roman SelectFont (This section summarizes) 1.317 WS 4.068 MX (the upgrade impact of transitioning from the beta to the production) 1.318 WS 72 631 moveto (version of Customizable RCF.) show 72 655 moveto (Complete the following steps to upgrade your beta environment.) show 72 679 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Convert all existing) 0.824 WS 3.573 MX (customizations built on top of the beta Customizable RCF to the new) 0.823 WS 96 692 moveto (customization format. Contact a Rational Technical Representative for assistance.) show 72 716 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Run the Release 1_0_3 implementation) 2.532 WS 5.283 MX (of Rcf.Refresh_View on all existing RCF views) 2.533 WS 96 729 moveto (before you proceed with development using the production RCF.) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 310.940 MX (1) show EndPage %%Page: 2 4 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont (RCF Release Information) show 72 76 moveto 15 /Palatino-Bold SelectFont (4. Prerequisites) show 72 100 moveto 11 /Palatino-Roman SelectFont (Before you use the RCF, confirm the following prerequisite conditions:) show 72 124 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (The host R1000 and remote compilation server are on the same network.) show 72 148 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (An entry in \252!Machine.Transport_Name_Map\272) 1.965 WS 4.714 MX (identifies the remote compilation server.) 1.964 WS 96 161 moveto (For example, where tcp/ip is) 2.775 WS 5.526 MX (the communications protocol, 89.64.128.9 is the internet) 2.776 WS 96 174 moveto (address, Tilden is the logical machine name, and Aix is the remote compilation operating) 0.856 WS 96 187 moveto (system, the entry appears as follows:) show 96 211 moveto 10 /Courier-Bold SelectFont (tcp/ip 89.64.128.9 Tilden Aix) show 72 235 moveto 11 /Palatino-Roman SelectFont 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (The network) 3.032 WS 5.783 MX (communication server is running. The RCF supports two modes of file) 3.033 WS 96 248 moveto (transfer and command execution: DTIA and Telnet/FTP.) show 96 266 moveto (DTIA is not a prerequisite for customizations using the Telnet/Ftp transfer mode.) show 96 284 moveto (If you) 1.845 WS 4.594 MX (are using a customization with a DTIA transfer mode, the DTIA server must be) 1.844 WS 96 297 moveto (installed on the host R1000 and running on the remote compilation platform.) show 96 315 moveto (To detect if the host server is running:) show 96 333 moveto (\261) show 18.500 MX (Execute What.Users.) show 96 351 moveto (\261) show 18.500 MX (Search for job name) show 11 /Palatino-Italic SelectFont ( DTIA Remote_Operations Server) show 11 /Palatino-Roman SelectFont ( in the list.) show 96 369 moveto (To detect if the remote DTIA server is running, refer to the DTIA installation instructions.) show 72 409 moveto 15 /Palatino-Bold SelectFont (5. New Features) show 72 433 moveto 11 /Palatino-Roman SelectFont (The following features have been added since the beta release of the Customizable RCF.) show 72 471 moveto 13 /Palatino-Bold SelectFont (5.1. Rebuilding Remote Libraries) show 72 495 moveto 11 /Palatino-Roman SelectFont (Rcf.Rebuild_Remote_Library rebuilds remote libraries that may be) 2.225 WS 4.976 MX (corrupt. Refer to the Rcf) 2.226 WS 72 508 moveto (package specification or the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 546 moveto 13 /Palatino-Bold SelectFont (5.2. Unit Compiler Options) show 72 570 moveto 11 /Palatino-Roman SelectFont (You can maintain remote compiler) 2.972 WS 5.721 MX (options on a unit-by-unit basis. Previously, you could) 2.971 WS 72 583 moveto (maintain compiler options on a view-by-view basis) 3.072 WS 5.823 MX (in the Compiler_Switches file. Setting) 3.073 WS 72 596 moveto (options on a unit basis overrides values set for these options in the Compiler_Switches file.) 1.923 WS 72 609 moveto (Refer to the Rcf package specification or the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 647 moveto 13 /Palatino-Bold SelectFont (5.3. Customizable Communications) show 72 671 moveto 11 /Palatino-Roman SelectFont (The customizer can modify the RCF to communicate with most operating systems) 1.038 WS 3.789 MX (supporting) show 72 684 moveto (Telnet and FTP.) show 72 756 moveto 10 /Palatino-Roman SelectFont (2) show 308.731 MX (October 1991 ) show 17 /AvantGarde-Book SelectFont ( RATIONAL) show EndPage %%Page: 3 5 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 72 74 moveto 13 /Palatino-Bold SelectFont (5.4. Executing Remote Commands) show 72 98 moveto 11 /Palatino-Roman SelectFont (Using Rcf.Execute_Remote_Command, you can initiate commands to) 4.017 WS 6.766 MX (run on the remote) 4.016 WS 72 111 moveto (compilation server from an R1000 Environment command) 1.528 WS 4.279 MX (window. Refer to the Rcf package) 1.529 WS 72 124 moveto (specification or the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 162 moveto 13 /Palatino-Bold SelectFont (5.5. Reusable Components) show 72 186 moveto 11 /Palatino-Roman SelectFont (The Rational Reusable Components have been released in) 3.091 WS 5.840 MX (source form in an R1000 view) 3.090 WS 72 199 moveto (\050!Rcf.Reusable_Components.Rev1_0_0\051. Copy these components to an RCF combined view in) 0.645 WS 3.396 MX (a) show 72 212 moveto (subsystem of your choice. These components are provided for use at your own risk;) 0.028 WS 2.777 MX (they are not) 0.027 WS 72 225 moveto (supported with the RCF product.) show 72 265 moveto 15 /Palatino-Bold SelectFont (6. Changed Features) show 72 289 moveto 11 /Palatino-Roman SelectFont (The following features have changed since the Beta release of the Customizable RCF.) show 72 327 moveto 13 /Palatino-Bold SelectFont (6.1. Packages Rcf and Rcf_Cmvc) show 72 351 moveto 11 /Palatino-Roman SelectFont (All RCF user interface commands are) 1.302 WS 4.053 MX (separated into two packages, package Rcf and package) 1.303 WS 72 364 moveto (Rcf_Cmvc. Package Rcf contains RCF-specific operations such as) 4.963 WS 7.712 MX (handling secondaries,) 4.962 WS 72 377 moveto (managing remote libraries, and setting unit) 5.236 WS 7.987 MX (options. Package Rcf_Cmvc contains RCF) 5.237 WS 72 390 moveto (extensions to existing Rational Environment CMVC) 1.465 WS 4.214 MX (commands. For more information on the) 1.464 WS 72 403 moveto (contents of these packages, refer to the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont (.) show 72 441 moveto 13 /Palatino-Bold SelectFont (6.2. RCF Compiler Job Name) show 72 465 moveto 11 /Palatino-Roman SelectFont (The name of the RCF Compiler, which acts as) 1.246 WS 3.997 MX (a server for all RCF operations, is) 1.247 WS 11 /Palatino-Italic SelectFont ( Rcf Compiler) 1.247 WS 72 478 moveto (Rev1_0_3) show 11 /Palatino-Roman SelectFont (.) show 72 516 moveto 13 /Palatino-Bold SelectFont (6.3. Secondaries) show 72 540 moveto 11 /Palatino-Roman SelectFont (The scheme for managing and processing non-Ada files through secondary files) 2.867 WS 5.616 MX (has been) 2.866 WS 72 553 moveto (redesigned. Refer to the Rcf package specification or the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 591 moveto 13 /Palatino-Bold SelectFont (6.4. Consistency Checking) show 72 615 moveto 11 /Palatino-Roman SelectFont (The Compare_Objects) 5.980 WS 8.731 MX (parameter has been added to both Rcf.Check_Consistency and) 5.981 WS 72 628 moveto (Rcf.Accept_Remote_Changes. This parameter allows you to select between a timestamp) 4.579 WS 72 641 moveto (consistency check and a full textual comparison.) show 72 679 moveto 13 /Palatino-Bold SelectFont (6.5. Refreshing Views) show 72 703 moveto 11 /Palatino-Roman SelectFont (Rcf.Refresh_View refreshes, that is, updates or) 0.752 WS 3.503 MX (rebuilds, state information that is thought to be) 0.753 WS 72 716 moveto (corrupt in a host view.) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 310.940 MX (3) show EndPage %%Page: 4 6 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont (RCF Release Information) show 72 72 moveto 11 /Palatino-Roman SelectFont (The command works in one of two) 1.975 WS 4.724 MX (modes, determined by the Retain_History parameter. If) 1.974 WS 72 85 moveto (Retain_History is True, it preserves existing remote names, timestamps and unit options. If) 2.161 WS 72 98 moveto (Retain_History is False, it reinitializes this information. Refer) 0.231 WS 2.980 MX (to the Rcf package specification or) 0.230 WS 72 111 moveto (the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 149 moveto 13 /Palatino-Bold SelectFont (6.6. Uploading Units) show 72 173 moveto 11 /Palatino-Roman SelectFont (Rcf.Upload_Unit has been modified to allow you to upload units into a sub-directory.) show 72 197 moveto (Rcf.Upload_Units, added to package Rcf, allows you to upload from) 1.691 WS 4.442 MX (a list of units. You can) 1.692 WS 72 210 moveto (specify the list of units in an indirect file.) show 72 234 moveto (Refer to the Rcf package specification or the) show 11 /Palatino-Italic SelectFont ( RCF User's Guide) show 11 /Palatino-Roman SelectFont ( for details.) show 72 272 moveto 13 /Palatino-Bold SelectFont (6.7. Removed Functionality) show 72 296 moveto 11 /Palatino-Roman SelectFont (The following operations have been removed from the Customizable RCF.) show 72 320 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Rcf.Initialize) show 96 338 moveto (Rcf.Refresh_View replaces this command.) show 72 356 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Rcf.Show_Imports) show 96 374 moveto (The RCF no longer separately maintains imports.) 1.859 WS 4.608 MX (Use Rcf_Cmvc.Information to display) 1.858 WS 96 387 moveto (import information.) show 72 405 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Rcf.Make_Imports_Consistent) show 96 423 moveto (The RCF no longer separately maintains imports.) show 72 441 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Rcf.Set_Remote_Machine) show 96 459 moveto (Use Switches.Set to change Ftp.Remote_Machine.) show 72 477 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Rcf.Set_Remote_Directory) show 96 495 moveto (Use Switches.Set to change Ftp.Remote_Directory.) show 72 535 moveto 15 /Palatino-Bold SelectFont (7. Limitations) show 72 559 moveto 11 /Palatino-Roman SelectFont (This section describes limitations in Release 1_0_3 of the Customizable RCF.) show 72 597 moveto 13 /Palatino-Bold SelectFont (7.1. Archive.Copy/Archive.Restore Operations) show 72 621 moveto 11 /Palatino-Roman SelectFont (Note the following conditions when you use) 3.215 WS 5.966 MX (Archive.Copy and Archive.Restore with the) 3.216 WS 72 634 moveto (Customizable RCF.) show 72 756 moveto 10 /Palatino-Roman SelectFont (4) show 308.731 MX (October 1991 ) show 17 /AvantGarde-Book SelectFont ( RATIONAL) show EndPage %%Page: 5 7 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 72 73 moveto 12 /Palatino-Bold SelectFont (7.1.1. Archiving and Restoring Views) show 72 97 moveto 11 /Palatino-Roman SelectFont (Archive.Copy and Archive.Restore refresh all RCF) 0.518 WS 3.267 MX (state information when copying/restoring a) 0.517 WS 72 110 moveto (view, including the following:) show 72 134 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Remote Unit Names.) show 72 152 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Unit download timestamps.) show 72 170 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (Unit Options) show 72 194 moveto (Compiler_Switches are copied from the source view. This leaves the) 9.247 WS 11.998 MX (switches) show 72 207 moveto (Ftp.Remote_Machine, Ftp.Remote_Directory, Ftp.Username, and Ftp.Password unchanged.) show 72 231 moveto (You are encouraged to copy views using the Goal_State => Installed option.) show 72 255 moveto (After the archive operation has completed,) 3.254 WS 6.003 MX (use Rcf.Build_Remote_Library to build a new) 3.253 WS 72 268 moveto (remote library for the host view.) show 72 305 moveto 12 /Palatino-Bold SelectFont (7.1.2. Copying and Restoring Secondaries) show 72 329 moveto 11 /Palatino-Roman SelectFont (Archive does not copy sub-objects such as) 1.198 WS 3.949 MX (secondary referencer files. Before you copy a view) 1.199 WS 72 342 moveto (containing secondaries to a new location, run Rcf.Expand_Secondary_Referencers to) 2.109 WS 4.858 MX (expand) show 72 355 moveto (secondary referencer files into a form that can be copied.) 3.146 WS 5.897 MX (Once your copy operation has) 3.147 WS 72 368 moveto (completed, run Rcf.Collapse_Secondary_Referencer to) 6.441 WS 9.190 MX (restore the secondary referencer) 6.440 WS 72 381 moveto (sub-objects.) show 72 419 moveto 13 /Palatino-Bold SelectFont (7.2. Configuration-Only Releases) show 72 443 moveto 11 /Palatino-Roman SelectFont (Configuration-only releases) 0.070 WS 2.821 MX (currently do not maintain the host-target connection information. A) 0.071 WS 72 456 moveto (configuration is created on the host, although it produces an error message of the form:) show 72 480 moveto 10 /Courier-Bold SelectFont (++* Can't resolve "<Release_Name>" \050<Release_Name> is not defined) show 72 492 moveto (... in <Subsystem>\051) show 72 504 moveto (*** An error occurred during a call to Cmvc.Release.) show 72 528 moveto 11 /Palatino-Roman SelectFont (If you specify the Remote_Directory parameter) 1.977 WS 4.726 MX (with Rcf_Cmvc.Release, it builds the remote) 1.976 WS 72 541 moveto (library. But) 4.921 WS 7.672 MX (when you restore the configuration with Rcf_Cmvc.Build, the host-remote) 4.922 WS 72 554 moveto (relationship is lost.) show 72 578 moveto (The Goal parameter is always Compilation.Source) 0.491 WS 3.240 MX (on a Rcf_Cmvc.Build command executed on) 0.490 WS 72 591 moveto (a configuration release. Before you install) 1.255 WS 4.006 MX (or code such a view, you must unfreeze it and run) 1.256 WS 72 604 moveto (Rcf.Refresh_View.) show 72 628 moveto (Any secondary_referencer and secondary_state files must be expanded and) 1.533 WS 4.282 MX (controlled before) 1.532 WS 72 641 moveto (you build a configuration-only release, and then collapsed) 1.034 WS 3.785 MX (after you restore the configuration.) 1.035 WS 72 654 moveto (Refer any questions to your Rational Technical Representative.) show 72 678 moveto (In its current form, a configuration release is) 1.236 WS 3.985 MX (useful for minimal-space host releases. A future) 1.235 WS 72 691 moveto (RCF release will provide full support.) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 310.940 MX (5) show EndPage %%Page: 6 8 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont (RCF Release Information) show 72 74 moveto 13 /Palatino-Bold SelectFont (7.3. Prompting For Passwords) show 72 98 moveto 11 /Palatino-Roman SelectFont (The RCF no longer supports the Prompt For Password feature.) show 72 136 moveto 13 /Palatino-Bold SelectFont (7.4. Detached Operations) show 72 160 moveto 11 /Palatino-Roman SelectFont (You cannot compile from a detached job when the originating session has been terminated. The) 0.273 WS 72 173 moveto (compilation operation attempts to retrieve the) 1.842 WS 4.591 MX (remote password from the remote passwords) 1.841 WS 72 186 moveto (file.) show 72 224 moveto 13 /Palatino-Bold SelectFont (7.5. COTS Specifications) show 72 248 moveto 11 /Palatino-BoldItalic SelectFont (Caution:) show 11 /Palatino-Italic SelectFont ( Rational Technical Representatives must not upload third party vendor) 0.695 WS 3.446 MX (specifications into the) 0.696 WS 72 261 moveto (RCF predefined areas.) show 72 285 moveto 11 /Palatino-Roman SelectFont (As the customer, you must contact) 1.255 WS 4.004 MX (your third party vendor for information regarding license) 1.254 WS 72 298 moveto (and restrictions or to obtain permission to upload or copy specifications yourself.) show 72 336 moveto 13 /Palatino-Bold SelectFont (7.6. Rcf.Execute_Remote_Command) show 72 360 moveto 11 /Palatino-Roman SelectFont (Rcf.Execute_Remote_Command cannot run commands that require input.) show 72 398 moveto 13 /Palatino-Bold SelectFont (7.7. Telnet Logins) show 72 422 moveto 11 /Palatino-Roman SelectFont (For customizations using the Telnet/Ftp transfer mode,) 2.762 WS 5.513 MX (remote user logins cannot request) 2.763 WS 72 435 moveto (input. If they do, such logins hang.) show 72 473 moveto 13 /Palatino-Bold SelectFont (7.8. Registering Customizations) show 72 497 moveto 11 /Palatino-Roman SelectFont (You need operator privileges to register an RCF customization.) show 72 535 moveto 13 /Palatino-Bold SelectFont (7.9. Attributes as Component Clauses of Rep Specs) show 72 559 moveto 11 /Palatino-Roman SelectFont (The Environment parser does not allow) 6.460 WS 9.209 MX (attributes as component clauses of record) 6.459 WS 72 572 moveto (representation clauses. For example, the following causes a syntax error:) show 72 596 moveto 10 /Courier-Bold SelectFont (declare) show 72 608 moveto (type Int_Array is array \050Integer range <>\051 of Integer;) show 72 620 moveto (type R \050D : Integer\051 is) show 72 632 moveto ( record) show 72 644 moveto ( A : Int_Array \0501 .. D\051;) show 72 656 moveto ( end record;) show 72 668 moveto (for R use) show 72 680 moveto ( record) show 72 692 moveto ( A'Array_Descriptor at 0 range 1 .. 32;) show 72 704 moveto ( A at 1 range 1 .. 32;) show 72 716 moveto ( end record;) show 72 756 moveto 10 /Palatino-Roman SelectFont (6) show 308.731 MX (October 1991 ) show 17 /AvantGarde-Book SelectFont ( RATIONAL) show EndPage %%Page: 7 9 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 72 72 moveto 11 /Palatino-Roman SelectFont (When you semaniticize this example, the apostrophe \050'\051 between) 0.034 WS 2.785 MX (\252A\272 and \252Array_Descriptor\272 is) 0.035 WS 72 85 moveto (underlined. The error message is \252Saw ''', expected at\272.) show 72 123 moveto 13 /Palatino-Bold SelectFont (7.10. Pragma Inline) show 72 147 moveto 11 /Palatino-Roman SelectFont (Units are not necessarily compiled in an order that allows the) 0.470 WS 3.219 MX (remote compiler to inline \050macro) 0.469 WS 72 160 moveto (expand\051 calls to inlined routines. However, Host) 0.659 WS 3.410 MX (Environment Release D2.2 uses a new coding) 0.660 WS 72 173 moveto (algorithm that attempts to compile) 0.574 WS 3.323 MX (all library level procedure and package bodies immediately) 0.573 WS 72 186 moveto (after the compilation of their specs. The net) 1.597 WS 4.348 MX (effect is that the remote compiler obeys pragma) 1.598 WS 72 199 moveto (inline a higher percentage of the time.) show 72 223 moveto (Pragma Inline is not ignored during) 1.332 WS 4.081 MX (demotion. This ensures that inline callers are obsolesced) 1.331 WS 72 236 moveto (when the body of an inlined routine is demoted.) show 72 274 moveto 13 /Palatino-Bold SelectFont (7.11. Promoting Stubs to the Coded State) show 72 298 moveto 11 /Palatino-Roman SelectFont (You cannot promote a stub directly to the Coded state. You must) 0.812 WS 3.563 MX (first promote the stub to the) 0.813 WS 72 311 moveto (Installed state.) show 72 351 moveto 15 /Palatino-Bold SelectFont (8. Known Problems) show 72 375 moveto 11 /Palatino-Roman SelectFont (Following is a list of problems known at the time of this release.) show 72 413 moveto 13 /Palatino-Bold SelectFont (8.1. Nonexistent Page Error Exception) show 72 437 moveto 11 /Palatino-Roman SelectFont (Nonexistent Page Errors can occur for the following reasons:) show 72 461 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (When the RCF is not elaborated.) show 96 485 moveto (To determine if the RCF is elaborated:) show 96 509 moveto (1.) show 15.750 MX (Execute What.Users.) show 96 527 moveto (2.) show 15.750 MX (Search for the job name) show 11 /Palatino-Italic SelectFont ( Rcf_Compiler Rev1_0_3) show 11 /Palatino-Roman SelectFont (.) show 96 551 moveto (If the RCF_Compiler is not running:) show 96 575 moveto (1.) show 15.750 MX (Run Start_Rcf_Main.) show 96 593 moveto (2.) show 15.750 MX (Use) show 11 /Palatino-Italic SelectFont ( Custom_Key) show 11 /Palatino-Roman SelectFont (.Register to register your customization.) show 72 611 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (When a state file has become corrupt.) show 96 629 moveto (This is usually indicated by one of the following messages:) show 96 653 moveto 10 /Courier-Bold SelectFont (*** Aborting from Refresh_Suppliers because) show 96 665 moveto ( !Lrm.Nonexistent_Page_Error was raised Unexpectedly) show 96 689 moveto 11 /Palatino-Roman SelectFont (\320) show 11 /Palatino-Italic SelectFont (or) show 11 /Palatino-Roman SelectFont (\320) show 96 713 moveto 10 /Courier-Bold SelectFont (*** Aborting from Register because) show 96 725 moveto ( !Lrm.Nonexistent_Page_Error was raised Unexpectedly) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 310.940 MX (7) show EndPage %%Page: 8 10 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont (RCF Release Information) show 96 72 moveto 11 /Palatino-Roman SelectFont (To fix the corrupt state file, use the Rcf.Refresh_View command:) show 96 96 moveto 10 /Courier-Bold SelectFont (Rcf.Refresh_View \050View => "<CURSOR>",) show 96 108 moveto ( Retain_History => True,) show 96 120 moveto ( Response => "<PROFILE>"\051;) show 96 156 moveto 11 /Palatino-Roman SelectFont (Fill in the View parameter with a naming expression identifying all views in the closure) 0.354 WS 3.103 MX (of) show 96 169 moveto (the application being operated on.) show 96 187 moveto (If errors persist, contact your Rational Technical Representative.) show 72 205 moveto 0 -1.100 rmoveto 6 /ZapfDingbats SelectFont (n) show 11 /Palatino-Roman SelectFont 0 1.100 rmoveto 19.434 MX (For unknown reasons.) show 96 223 moveto (Intermittent Nonexistent Page Errors have been encountered on heavily loaded) 0.698 WS 3.449 MX (machines.) show 96 236 moveto (The typical message is of the form:) show 96 260 moveto 10 /Courier-Bold SelectFont ( 1: EXCEPTION_HANDLED Promotion failed with) show 96 272 moveto ( !Lrm.System.Nonexistent_Page_Error,) show 96 284 moveto ( from PC = #258D0D, #1D3) show 96 308 moveto 11 /Palatino-Roman SelectFont (This error usually stops occurring after repeated commands.) 3.789 WS 6.538 MX (This problem is being) 3.788 WS 96 321 moveto (investigated.) show 72 359 moveto 13 /Palatino-Bold SelectFont (8.2. Remote Access Control) show 72 383 moveto 11 /Palatino-Roman SelectFont (The remote DTIA server creates all remote files with the access permissions:) show 72 407 moveto 10 /Courier-Bold SelectFont ( rw- r-- r--) show 72 431 moveto 11 /Palatino-Roman SelectFont (This permission) 2.404 WS 5.155 MX (setting gives read and write permission to the owner of the file, but read) 2.405 WS 72 444 moveto (permission only to group and others. This can prevent multiple host R1000 users) 0.413 WS 3.162 MX (with different) 0.412 WS 72 457 moveto (remote userids from operating on the same set of host views.) show 72 495 moveto 13 /Palatino-Bold SelectFont (8.3. RCF Compiler Switch Modification) show 72 519 moveto 11 /Palatino-Roman SelectFont (Any changes to the Compiler_Switches file while the RCF is not elaborated cause all) 2.513 WS 5.264 MX (RCF) show 72 532 moveto (switches in that file to revert to their default values when the RCF is next elaborated.) show 72 570 moveto 13 /Palatino-Bold SelectFont (8.4. Compilation Warnings) show 72 594 moveto 11 /Palatino-Roman SelectFont (When you execute a Compilation.Make operation that includes predefined units in its) 0.042 WS 2.791 MX (closure, it) 0.041 WS 72 607 moveto (generates warning) 2.392 WS 5.143 MX (messages stating that the predefined units have no bodies. Ignore these) 2.393 WS 72 620 moveto (warnings.) show 72 658 moveto 13 /Palatino-Bold SelectFont (8.5. Reverting to Simpler Method...) show 72 682 moveto 11 /Palatino-Roman SelectFont (The following message may be generated during compilation:) show 72 706 moveto 10 /Courier-Bold SelectFont (!!! Reverting to simpler method of computing coding order in) show 72 718 moveto (... Compilation.Promote due to unexpected exception:) show 72 730 moveto (... !Lrm.System.Assertion_Error, from ... PC ...) show 72 756 moveto 10 /Palatino-Roman SelectFont (8) show 308.731 MX (October 1991 ) show 17 /AvantGarde-Book SelectFont ( RATIONAL) show EndPage %%Page: 9 11 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 72 72 moveto 11 /Palatino-Roman SelectFont (This means that compilation will proceed with a more simplistic,) 2.802 WS 5.551 MX (but correct, compilation) 2.801 WS 72 85 moveto (ordering. Ignore this message.) show 72 123 moveto 13 /Palatino-Bold SelectFont (8.6. File Transfer Using FTP) show 72 147 moveto 11 /Palatino-Roman SelectFont (File transfer can fail occasionally for customizations using the) 0.407 WS 3.158 MX (Telnet/Ftp transfer mode. In this) 0.408 WS 72 160 moveto (case, the RCF attempts the transfer three times before it stops trying to transfer. If) 0.918 WS 3.667 MX (none of the) 0.917 WS 72 173 moveto (attempts succeed, the host unit is not promoted to the Coded state.) show 72 211 moveto 13 /Palatino-Bold SelectFont (8.7. Library_Extensions and Host_Only Views) show 72 235 moveto 11 /Palatino-Roman SelectFont (Many remote library operations fail on operations in Host_Only views.) 1.711 WS 4.462 MX (The RCF should not) 1.712 WS 72 248 moveto (attempt to do remote library operations in Host_Only) 1.458 WS 4.207 MX (views. This problem will be fixed in a) 1.457 WS 72 261 moveto (maintenance release.) show 72 301 moveto 15 /Palatino-Bold SelectFont (9. Documentation) show 72 325 moveto 11 /Palatino-Italic SelectFont (Rational Remote Compilation Facility: User's) 5.456 WS 8.207 MX (Manual) show 11 /Palatino-Roman SelectFont (, PN 4000-00500, provides additional) 5.457 WS 72 338 moveto (information for RCF users.) show 72 378 moveto 15 /Palatino-Bold SelectFont (10. Training) show 72 402 moveto 11 /Palatino-Italic SelectFont (Rational Target Tools Training: Remote Compilation Facility Fundamentals) 0.412 WS 11 /Palatino-Roman SelectFont (, PN 7000-00653,) 0.412 WS 3.161 MX (provides) show 72 415 moveto (user training for the RCF.) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 310.940 MX (9) show EndPage %%Page: iii 12 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont 407.300 MX (Release 1_0_3) show 278.182 72 moveto 14 /Palatino-Roman SelectFont (Contents) show 72 108 moveto 12 /Palatino-Roman SelectFont (1. Overview) show 4.272 MX 9 43 LTAB 390 MX (1) show 72 122 moveto (2. RCF Components) show 7.668 MX 9 38 LTAB 345 MX (1) show 72 136 moveto (3. Upgrade Impact) show 5.868 MX 9 39 LTAB 354 MX (1) show 72 150 moveto (4. Prerequisites) show 6 MX 9 41 LTAB 372 MX (2) show 72 164 moveto (5. New Features) show 1.128 MX 9 41 LTAB 372 MX (2) show 93.600 177 moveto 11 /Palatino-Roman SelectFont (5.1. Rebuilding Remote Libraries) show 5.205 MX 9 30 LTAB 273.500 MX (2) show 93.600 190 moveto (5.2. Unit Compiler Options) show 5.892 MX 9 33 LTAB 300.500 MX (2) show 93.600 203 moveto (5.3. Customizable Communications) show 0.785 MX 9 29 LTAB 264.500 MX (2) show 93.600 216 moveto (5.4. Executing Remote Commands) show 6.703 MX 9 29 LTAB 264.500 MX (3) show 93.600 229 moveto (5.5. Reusable Components) show 0.225 MX 9 34 LTAB 309.500 MX (3) show 72 243 moveto 12 /Palatino-Roman SelectFont (6. Changed Features) show 5.628 MX 9 38 LTAB 345 MX (3) show 93.600 256 moveto 11 /Palatino-Roman SelectFont (6.1. Packages Rcf and Rcf_Cmvc) show 7.933 MX 9 30 LTAB 273.500 MX (3) show 93.600 269 moveto (6.2. RCF Compiler Job Name) show 6.367 MX 9 32 LTAB 291.500 MX (3) show 93.600 282 moveto (6.3. Secondaries) show 6.364 MX 9 39 LTAB 354.500 MX (3) show 93.600 295 moveto (6.4. Consistency Checking) show 1.468 MX 9 34 LTAB 309.500 MX (3) show 93.600 308 moveto (6.5. Refreshing Views) show 5.721 MX 9 36 LTAB 327.500 MX (3) show 93.600 321 moveto (6.6. Uploading Units) show 0.923 MX 9 37 LTAB 336.500 MX (4) show 93.600 334 moveto (6.7. Removed Functionality) show 4.275 MX 9 33 LTAB 300.500 MX (4) show 72 348 moveto 12 /Palatino-Roman SelectFont (7. Limitations) show 5.148 MX 9 42 LTAB 381 MX (4) show 93.600 361 moveto 11 /Palatino-Roman SelectFont (7.1. Archive.Copy/Archive.Restore Operations) show 7.487 MX 9 22 LTAB 201.500 MX (4) show 115.200 373 moveto 10 /Palatino-Roman SelectFont (7.1.1. Archiving and Restoring Views) show 5.860 MX 9 27 LTAB 247 MX (5) show 115.200 385 moveto (7.1.2. Copying and Restoring Secondaries) show 5.030 MX 9 25 LTAB 229 MX (5) show 93.600 398 moveto 11 /Palatino-Roman SelectFont (7.2. Configuration-Only Releases) show 4.578 MX 9 30 LTAB 273.500 MX (5) show 93.600 411 moveto (7.3. Prompting For Passwords) show 0.427 MX 9 32 LTAB 291.500 MX (6) show 93.600 424 moveto (7.4. Detached Operations) show 6.275 MX 9 34 LTAB 309.500 MX (6) show 93.600 437 moveto (7.5. COTS Specifications) show 1.840 MX 9 35 LTAB 318.500 MX (6) show 93.600 450 moveto (7.6. Rcf.Execute_Remote_Command) show 6.672 MX 9 28 LTAB 255.500 MX (6) show 93.600 463 moveto (7.7. Telnet Logins) show 7.070 MX 9 38 LTAB 345.500 MX (6) show 93.600 476 moveto (7.8. Registering Customizations) show 1.672 MX 9 31 LTAB 282.500 MX (6) show 93.600 489 moveto (7.9. Attributes as Component Clauses of Rep Specs) show 7.601 MX 9 20 LTAB 183.500 MX (6) show 93.600 502 moveto (7.10. Pragma Inline) show 8.150 MX 9 37 LTAB 336.500 MX (7) show 93.600 515 moveto (7.11. Promoting Stubs to the Coded State) show 2.309 MX 9 26 LTAB 237.500 MX (7) show 72 529 moveto 12 /Palatino-Roman SelectFont (8. Known Problems) show 0.660 MX 9 39 LTAB 354 MX (7) show 93.600 542 moveto 11 /Palatino-Roman SelectFont (8.1. Nonexistent Page Error Exception) show 7.301 MX 9 27 LTAB 246.500 MX (7) show 93.600 555 moveto (8.2. Remote Access Control) show 5.441 MX 9 33 LTAB 300.500 MX (8) show 93.600 568 moveto (8.3. RCF Compiler Switch Modification) show 0.943 MX 9 27 LTAB 246.500 MX (8) show 93.600 581 moveto (8.4. Compilation Warnings) show 6.794 MX 9 33 LTAB 300.500 MX (8) show 93.600 594 moveto (8.5. Reverting to Simpler Method...) show 4.052 MX 9 29 LTAB 264.500 MX (8) show 93.600 607 moveto (8.6. File Transfer Using FTP) show 2.988 MX 9 33 LTAB 300.500 MX (9) show 93.600 620 moveto (8.7. Library_Extensions and Host_Only Views) show 3.602 MX 9 23 LTAB 210.500 MX (9) show 72 634 moveto 12 /Palatino-Roman SelectFont (9. Documentation) show 1.416 MX 9 40 LTAB 363 MX (9) show 72 648 moveto (10. Training) show 5.280 MX 9 43 LTAB 390 MX (9) show 72 756 moveto 17 /AvantGarde-Book SelectFont (RATIONAL) show 10 /Palatino-Roman SelectFont ( October 1991) show 307.210 MX (iii) show EndPage %%Page: iv 13 BeginPage 792 false PositionPage 72 36 moveto 10 /Palatino-Roman SelectFont (RCF Release Information) show 72 756 moveto (iv) show 305.171 MX (October 1991 ) show 17 /AvantGarde-Book SelectFont ( RATIONAL) show EndPage %%Trailer %%Pages: 13 1 %%DocumentFonts: Times-Roman Courier-Bold AvantGarde-Book Palatino-Roman Palatino-Bold Palatino-Italic Palatino-BoldItalic ZapfDingbats