|
|
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: D R T
Length: 199407 (0x30aef)
Types: R1K_ARCHIVE_DATA, TextFile
Names: »DATA«
└─⟦5829e5ed5⟧ Bits:30000534 8mm tape, Rational 1000, RCI 2_0_5
└─⟦c9a165082⟧ »DATA«
└─⟦this⟧
Rational Compilation Integrator
Release Information
Release 2_0_5
\f
Copyright 1992 by Rational
Part Number: 508-003279-002
December 1992 (Software Release 2_0_5)
DEC, VAX, and VMS are trademarks of Digital Equipment
Corporation.
UNIX is a registered trademark of AT&T.
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 2_0_5
1. Overview
This release note describes Release 2_0_5 of the Rational
Compilation Integrator (RCI), also referred to as the
Customizable RCI. The purpose of this release is to enhance and
expand Release 1_2_2 of the Customizable Remote Compilation
Facility (RCF), the previous version of this product.
This release provides support for CMVC integration, batch
operations, spec views, cached Telnet connections, and
restructured state information, in addition to problem fixes.
For a complete list of fixed bugs, refer to Section 6, "Fixed
Problems" of this document.
2. RCI Components
The following RCI components are installed as part of the
release:
!Targets.Implementation.Rci_Release2_0_5
-- Main RCI release world
!Machine.Target_Builder.Rci_Errors
-- Encoded Rci Errors
!Targets.Implementation.Rci_User_Interface
-- Rci command interface
Rev2_0_Spec
Code2_0_5
!Targets.Implementation.Rci_Programmatic_Interface
-- Rci Programmatic Interface
Rev2_2_Spec
!Targets.Implementation.Rci_Customization_Interface
-- Rci Customization Interface
Rev2_0_Spec
!Rci.Reusable_Components.Rev2_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 RCI User's Manual.
3. Upgrade Impact
This section describes upgrade issues for the Customizable RCI,
your site-specific extensions, and the Rational Environment.
RATIONAL December 1992 1\f
RCI Release Information
3.1. Rci Product Name
In this release, the product name changes from Rational Remote
Compilation Facility (RCF) to Rational Compilation Integrator
(RCI). As of this release, the RCI no longer supports Rcf
packages. Corresponding names for all packages have changed from
Rcf to Rci.
3.2. Upgrading the Customizable RCI
Installing the RCI handles base product upgrade requirements.
Upgrade the following related areas in the RCI base product to
support new functionality:
* Convert customer-developed tools that depended on Rcf
interfaces to import the corresponding Rci specs.
* If you plan to use spec views, convert combined subsystems to
spec/load subsystems, since CMVC only allows you to spawn spec
views in a spec-load subsystem. See Section 5.4 and the RCI
User's Manual for more information.
3.3. Upgrading Your Extensions
To use this release, you must upgrade your existing RCF
extensions. Appendix B provides step by step instructions to
complete this process.
Other changes to the RCI affect your extension:
* The meaning of the Release Preprocess and Postprocess has
changed in this release. The RCI calls these extensions in
addition to, as opposed to instead of, the Make_Path
Extensions, in the following order:
- Release Preprocess
- Make_Path Preprocess
- View created
- Make_Path Postprocess
- Units coded if so specified
- Release Postprocess.
The customization impact of this change is that release
extensions should no longer simply call the corresponding
Make_Path extensions, as they are already called. Instead,
they should only contain Release-specific operations (for
example, freezing the remote directory after the release).
2 December 1992 RATIONAL\f
Release 2_0_5
Note that the Make_Path extensions take a new For_Release
parameter, that notifies the customization whether the current
view-spawning operation is a release or not.
* Make_Path Postprocess is no longer responsible for creating
parent directories of the directory specified in the Remote-
_Directory parameter. The RCI itself takes care of this for
Rci.Build_Remote_Library (and Rci.Rebuild_Remote_Library) and
view-creating CMVC operations. You should remove any
modifications you have included in Make_Path_Postprocess to
manage parent directory creation.
3.4. Upgrading the Rational Environment
The Rational Environment Release D_12_7_3 (Delta3_1) includes a
number of enhancements that allow the RCI 2_0 to work better. The
following known problems occur with RCI running on Release
D_12_6_5 (Delta3_0):
* Cmvc.Make_Path takes secondary referencers and secondary state
files that belong to body units in the source view and
attaches them to corresponding spec units in the destination
view.
* Using a CMVC operation to change a secondary unit causes the
associated primary unit to be demoted in Release D_12_6_5 even
if one specifies Allow_Demotion => False.
* Although error messages are printed, the RCI on D_12_6_5 does
not prevent the user from creating load_views with RCI target
keys.
* Performing an Accept_Changes operation from one RCI view to
another does not bring secondary information associated with a
unit if that unit did not previously exist in the destination
view.
* Configuration-only releases leave flattened secondary state
information in the source view after the operation is
complete.
* Destroy_View_Postprocess is not called in Release D_12_6_5. It
is called under Release D_12_7_3 unless the view being
destroyed is set to Host_Only.
You can correct all of these problems by upgrading your Rational
Envrionment to Release D_12_7_3.
4. Prerequisites
Before you use the RCI, confirm the following prerequisite
conditions:
RATIONAL December 1992 3\f
RCI Release Information
* The R1000 is running Rational Environment Release D_12_6_5
(or higher).
* The host R1000 and remote compilation server are on the same
network.
* An entry in !Machine.Transport_Name_Map identifies host
communications operations. The entry should appear in the
following format:
tcp/id 127.000.000.001 local_host rational
* 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 RCI supports
two modes of file transfer and command execution: DTIA and
Telnet/FTP.
DTIA is not a prerequisite for extensions using the Telnet/FTP
transfer mode.
If you are using a extension 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.
5. New Features
This section describes the features added since Release 1_2_2 of
the Customizable RCF.
See the RCI User's Manual for more detailed information on
features described in this section.
4 December 1992 RATIONAL\f
Release 2_0_5
5.1. CMVC Integration
This RCI release incorporates the functionality of package
Rcf_Cmvc into the Rational Environment's CMVC operations. In most
cases you should use Cmvc commands in place of Rcf_Cmvc commands.
In general, CMVC commands use values controlled by library and
session switches to determine values for the remote machine and
directory. Package Rci_Cmvc replaces package Rcf_Cmvc, but should
be used under limited circumstances. Package Rci_Cmvc contains a
limited number of commands for view-creation operations in which
you need to provide explicit values for Remote_Machine and
Remote_Directory parameters. Rci_Cmvc commands use the same
parameter profile (but not necessarily default values) as their
corresponding Cmvc commands with the exception of the two
additional parameters, Remote_Machine and Remote_Directory.
Package Rci_Cmvc contains the following commands:
* Build
* Copy
* Initial
* Make_Path
* Make_Spec_View
* Make_Subpath
* Release
5.2. Using Cmvc.Destroy_View
This release incorporates the functionality of the Rcf_Cmvc-
.Destroy_View command (which is no longer supported) into the
Cmvc.Destroy_View command. Since this command does not include a
Destroy_Remote_Library parameter, the value in the Rci.Host_Only
library switch determines whether or not to destroy the remote
library. If Rci.Host_Only contains its default value (False), the
command destroys the remote library (specified in the host view's
Ftp.Remote_Directory library switch) and the host view. If you
set Rci.Host_Only to True, the command destroys the host view but
takes no action on the remote compilation platform.
5.3. Rci Switches
This release contains the following new switches:
* Session_Rci.Auto_Create_Remote_Directory
* Rci.Auto_Transfer
RATIONAL December 1992 5\f
RCI Release Information
* Rci.Custom_Key_Default_Machine
* Session_Rci.Custom_Key_Default_Machine
* Rci.Custom_Key_Default_Roof
* Session_Rci.Custom_Key_Default_Roof
* Rci.Operation_Mode
* Rci.Optimize_Download
* Rci.Remote_Library
* Session_Rci.Retrieve_Executable
5.4. Using Spec Views
The RCI provides support, with some limitations, for Spec_Views
with the Cmvc.Make_Spec_View and the Rci_Cmvc.Make_Spec_View
commands.
The RCI does not support load views or activity-based dynamic
linking. Spec views are intended to represent place-holders for
target combined-views. The RCI does not maintain consistency
between spec view units and combined-view units, or between spec
view units and remote units.
CMVC only permits you to spawn spec views in spec-load
subsystems. If you have done previous RCI development in combined
subsystems, you need to convert those to spec-load to use spec
views.
Note, also, that when using spec-load subsystems, you may need to
set Create_Combined_View to True for the various view-creation
operations. This is because the default behavior in spec-load
subsystems is to create load views.
5.5. Setting FTP Switches with Remote-Library Creation Commands
When you create a remote directory using one of the following
procedures:
* Cmvc (or Rci_Cmvc) view-creation commands
* Rci.Build_Remote_Library or Rci.Rebuild_Remote_Library
and the command successfully creates the remote directory, the
RCI sets values in the view's Ftp.Remote_Machine and Ftp.Remote-
_Directory library switches. If the command fails, the RCI does
not set values in these switches.
6 December 1992 RATIONAL\f
Release 2_0_5
5.6. Batch Operations
You can register RCI extensions for either batch compilation mode
or interactive mode. Under batch compilation mode, the RCI
supports operations to generate batch scripts, execute the
scripts on the remote compilation platform, transfer units to
different machines, and upload associated files.
5.7. State Information Restructuring
RCI Rev2_0_0 obsolesces the TBU-based RCI state files in
View_Name.Tools.Tool_State. It replaces them with a set of
separate files in the Tool_State directory.
This change also extends the maximum unit-option length to 1024
characters.
5.8. Telnet Connection Caching
The RCI caches remote connections. After a user establishes a
connection, the RCI does not acquire new connections for the same
user to the same remote machine, for as long as the original
connection remains in the cache.
The RCI caches a maximum of four connections on the host machine.
The amount of time a connection is held in the cache is
customizable, but users should be aware that holding a connection
ties up a network port, and users may run out of available Telnet
ports on the machine because the RCI has cached them and may not
free them for the duration specified in the cache specification
file. In such cases, you can still free the ports by making a
call to the programmatic interface Release_Unused_Connections.
This call releases unused cached connections.
6. Fixed Problems
This section describes problems fixed since RCF Release 1_2_2.
Fixes noted as Customizers Only apply to customization components
of the RCI. Customizers should check these fixes; general users
can ignore these sections.
The following table provides the PRS number of the problem, the
section number of the description in this release note, and the
PRS summary of the problem.
RATIONAL December 1992 7\f
RCI Release Information
Summary of Fixed Problems
-------------------------------------------------------------
| | | |
| PRS Number | Sec | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|none |6.3 |CUSTOMIZER ONLY |
| | |The RCI ignores Remote_Unit_Name |
| | |extension values |
-------------------------------------------------------------
| | | |
|1227523-Gato- |6.2 |Allow EXE retrieve to be an option on |
|Mboy | |customization |
-------------------------------------------------------------
| | | |
|1546259-Jazm- |6.9 |Need target semantic checking in |
|Jak | |spec/load views |
-------------------------------------------------------------
| | | |
|2002254-Gato- |6.10 |Build Remote Library message needs |
|Mboy | |additional information |
-------------------------------------------------------------
| | | |
|2264311-Blut- |6.11 |rcf_cmvc package needs total |
|Smp | |compatibility |
-------------------------------------------------------------
| | | |
|3178322-Blut- |6.12 |RCF initialization log messages |
|Smp | | |
-------------------------------------------------------------
| | | |
|329380-Jazm- |6.13 |Slow response time |
|Jak | | |
-------------------------------------------------------------
| | | |
|3483464-Gato- |6.14 |Log reporting problem with |
|Mboy | |RCF.DISPLAY_UNIT_OPTIONS |
-------------------------------------------------------------
| | | |
|4136360-Bozo- |6.15 |Rcf.Rebuild_Remote_Library gets error |
|Hvz | |messages if View parameter is an Ada |
| | |unit. |
-------------------------------------------------------------
| | | |
|4718267-Gato- |6.1 |Download time should be download edit |
|Mboy | |time |
-------------------------------------------------------------
| | | |
|5095347-Gato- |6.16 |csr6688: RCF_CMVC.ACCEPT_CHANGES uses |
|Mboy | |excess time after completion of |
| | |cmvc.accept_changes |
-------------------------------------------------------------
8 December 1992 RATIONAL\f
Release 2_0_5
-------------------------------------------------------------
| | | |
| PRS Number | Sec | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|5185401-Gato- |6.6 |RCI should check for null remote |
|Mboy | |directory |
-------------------------------------------------------------
| | | |
|5374578-Gato- |6.15 |RCI, Rebuild_Remote_Library |
|Mboy | |demote/promote context needs changed |
-------------------------------------------------------------
| | | |
|606019-Gato- |6.17 |IMPORTS ON R1000 and RS6000 alib.list |
|Mboy | |not consistent |
-------------------------------------------------------------
| | | |
|6182774-Jazm- |6.4 |CUSTOMIZER ONLY |
|Jak | |Destroy_View_Postprocess not being |
| | |called |
-------------------------------------------------------------
| | | |
|6272895-Gato- |6.18 |When doing an Accept_remote_changes, if |
|Mboy | |a unit fails, command fails |
-------------------------------------------------------------
| | | |
|6314946-Blut- |6.19 |RCF_Execute_Remote_Command ::: output |
|Smp | |log message |
-------------------------------------------------------------
| | | |
|7099998-Gato- |6.19 |Log message for EXECUTE_REMOTE_COMMAND |
|Mboy | |has too many commas |
-------------------------------------------------------------
| | | |
|7421117-Gato- |6.20 |Release configuration Conflict |
|Mboy | | |
-------------------------------------------------------------
| | | |
|7905886-Gato- |6.5 |RCF_CMVC.BUILD does not restore the |
|Mboy | |state file |
-------------------------------------------------------------
| | | |
|821379-Wood- |6.21 |Erroneous/incomplete/unclean Start |
|Hvz | |messages {":::"} for Rcf commands |
-------------------------------------------------------------
| | | |
|8509773-Gato- |6.4 |CUSTOMIZER ONLY |
|Mboy | |Destroy_View_Postprocess should be |
| | |called. |
-------------------------------------------------------------
RATIONAL December 1992 9\f
RCI Release Information
-------------------------------------------------------------
| | | |
| PRS Number | Sec | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|9018679-Gato- |6.22 |Suggestion: Fix -i options to work |
|Mboy | |better when including multiple libraries|
-------------------------------------------------------------
| | | |
|9123690-0157-0|6.23 |csr5073: RCF.IMPORT and MAKE_PATH should|
| | |allow mult views. |
-------------------------------------------------------------
| | | |
|9123690-0167-4|6.8 |CUSTOMIZER ONLY |
| | |csr5691: Assocatied file retrieval on |
| | |warning not correct |
-------------------------------------------------------------
| | | |
|9123690-0173-4|6.7 |csr5983: Indirect files not working |
| | |correctly |
-------------------------------------------------------------
| | | |
|9123690-0175-6|6.24 |RCI-invalid values using Swithes.Change |
-------------------------------------------------------------
6.1. Downloading Units
PRS Number => 4718267-Gato-Mboy
In previous releases, the RCI used the download time of an object
to determine whether it needed to be downloaded. When units were
compiled, the RCI checked to see if the edit time was more recent
than the download time for the object; that is, if the unit had
been edited since it was last downloaded, the unit needed to be
downloaded. In some cases, particularly using Archive.Copy to
move units into a new view, the edit time of the unit may have
been older than the download time, so the RCI did not download
the unit.
Instead of recording the download time, the RCI now records the
edit time when it downloads the unit. It compares the edit times
to determine whether or not to download the unit.
A new switch, Rci.Optimize_Download, has been added to the RCI to
control downloading units in interactive mode. If you set the
value of the switch to False, when you compile them, the RCI
downloads all units regardless of the edit times. The default
value of the switch is True.
10 December 1992 RATIONAL\f
Release 2_0_5
6.2. Uploading Executable Files
PRS Number => 1227523-Gato-Mboy
In previous releases and depending on the specific extension, the
RCI automatically uploaded the executable module created by the
remote linker. A new session switch, Session_Rci.Retrieve-
_Executable, has been added to the RCI to determine whether or
not the RCI should upload the executable module to the host. In
general, if you want to upload the executable module, set the
value of the Session_Rci.Retrieve_Executable switch to True.
Check your extension-specific documentation for more information
about uploading executable files.
6.3. Customized Remote_Unit_Name Value
CUSTOMIZER ONLY
PRS Number => none
The RCI previously ignored the value returned by the customizable
Remote_Unit_Name extension. In this release, the RCI uses the
customized name for the unit and stores that value in the state
information.
6.4. Destroy_View_Postprocess
CUSTOMIZER ONLY
PRS Number => 6182774-Jazm-Jak; 8509773-Gato_Mboy
The Destroy_View_Postprocess procedure was not called in previous
RCI releases.
The RCI, under D12_7_0 and later versions of the Environment,
calls Destroy_View_Postprocess. You can manage remote library
destruction from this extension. See Appendix B for more
information on new parameters.
Note: You must wait until you have installed Release D_12_7_3 to
use this fix.
6.5. Rci_Cmvc.Build and the State File
PRS Number => 7905886-Gato-Mboy
In previous releases, you had to specify the Goal parameter as
Goal => Compilation.Source when restoring from a configuration to
avoid errors resulting from a nonexistent state file.
Rci_Cmvc.Build, as well as all Rci_Cmvc operations, simply
invokes its Cmvc counterpart in this release of the RCI, after
RATIONAL December 1992 11\f
RCI Release Information
storing remote library information. Cmvc.Build now refreshes the
state information before recoding units, so you no longer need to
set Goal => Compilation.Source.
6.6. Null Remote_Directory Library Switch
PRS Number => 5185401-Gato-Mboy
In previous releases, if the Remote_Directory library switch was
inadvertently set to null, when you promoted units to coded, the
RCI tried to download and compile the units on the remote
compilation platform.
The RCI no longer attempts to code units if the Remote_Machine or
Remote_Directory library switches are set to null.
6.7. Cmvc.Accept_Changes and Indirect Files
PRS Number => 9123690-0173-4
Cmvc.Accept_Changes (and Rci_Cmvc.Accept_Changes) previously
could produce errors when you used an indirect file as the Source
parameter.
Fixed; CMVC integration eliminates this action.
6.8. Associated-file Retrieval On Warning
CUSTOMIZER ONLY
PRS Number => 9123690-0167-4
In previous releases, the presence of warning messages did not
alter file retrieval behavior in the remote compilation
operation. If there were no errors in the output log, then the
RCI retrieved files specified to be retrieved under "On_Normal"
or "Always" conditions. The RCI did not recognize warnings, so no
files were retrieved under that condition.
The presence of warnings in an otherwise error free target
compilation with a Telnet customization establishes the
"On_Warning" file retrieval state. The RCI retrieves files
specified to be retrieved "On_Warning", as well as files
specified to be retrieved "On_Normal" and "Always".
6.9. Target Semantic Checking in Spec Views
PRS Number => 1546259-Jazm-Jak
The RCI 2_0_5 supports spec views and the corresponding target
semantic checking.
12 December 1992 RATIONAL\f
Release 2_0_5
See Section 5.4, "Using Spec Views" and the RCI User's Manual for
more information about using spec views.
6.10. Rci.Build_Remote_Library Message
PRS Number => 2002254-Gato-Mboy
Fixed; Rci.Build_Remote_Library now properly displays its
parameters on startup.
6.11. Package Rcf_Cmvc and CMVC Compatability
PRS Number => 2264311-Blut-Smp
Cmvc integration provides most Rcf_Cmvc functionality through
direct use of Cmvc and a default switch naming mechanism for
remote locations.
Package Rci_Cmvc replaces package Rcf_Cmvc, but should be used
under limited circumstances. It contains view-creation commands
that provide finer control of remote library location through
Remote_Directory and Remote_Machine parameters.
6.12. RCI Initialization Messages
PRS Number =>3178322-Blut-Smp
Fixed; RCI initialization now reports more descriptive,
user-friendly error messages.
6.13. Improved Response Time with Telnet Connection Caching
PRS Number => 329380-Jazm-Jak
Fixed; Caching Telnet connections improves response time.
6.14. Rci.Display_Unit_Options Report
PRS Number => 3483464-Gato-Mboy
Fixed; The Rci.Display_Unit_Options command does not attempt to
display unit options for anything other than Ada units.
6.15. Rci.Rebuild _Remote_Library View Parameter
PRS Number => 4136360-Bozo-Hvz; 5374578-Gato-Mboy
In previous releases, Rcf.Rebuild_Remote_Library generated error
messages if you specified an Ada unit in the View parameter.
RATIONAL December 1992 13\f
RCI Release Information
Rci.Rebuild_Remote_Library now obtains the enclosing view of
objects specified in the View parameter.
6.16. Rcf_Cmvc.Accept_Changes
PRS Number => 5095347-Gato-Mboy; CSR6688
Fixed; Cmvc.Accept_Changes replaces Rcf_Cmvc.Accept_Changes.
6.17. Inconsistent Imports
PRS Number => 606019-Gato-Mboy
Previous to this release, the Rcf.Refresh_View, Rcf.Build_Remote-
_Library, and Rcf.Rebuild_Remote_Library commands did not always
create correct import lists (alib.list files) on the remote
compilation platform.
In particular, whenever you used these commands to build a set of
remote libraries from a set of host views, the remote imports
list would be incorrect unless you built the remote libraries
from the bottom up (that is, starting with the views that have no
imports then building their clients, then building the next layer
of clients, and so on).
When you use the Rci.Refresh_View, Rci.Build_Remote_Library, and
Rci.Rebuild_Remote_Library commands, the remote imports lists
will be correct regardless of the order in which you build the
remote libraries.
6.18. Rci.Accept_Remote_Changes with Missing Units
PRS Number => 6272895-Gato-Mboy
During an Rcf.Accept_Remote_Changes operation on several units,
if one of those specified units did not exist on the remote
compilation platform, the RCI would quit, and not accept changes
from the remaining units.
Now the RCI prints an error mesage indicating that the unit is
not found on the remote platform, and continues to accept changes
for the remaining units.
6.19. Rci.Execute_Remote_Command Message Format
PRS Number => 6314946-Blut-Smp; 7099998-Gato-Mboy
Fixed; the Rci.Execute_Remote_Command output message format is
now correct.
14 December 1992 RATIONAL\f
Release 2_0_5
6.20. Cmvc.Release Naming Conflict
PRS Number => 7421117-Gato-Mboy
Fixed; with Cmvc integration, the RCI cannot get out of sync with
CMVC on Release naming.
6.21. Rci Message Format
PRS Number => 821379-Wood-Hvz
Fixed; the RCI now provides more descriptive, clearer start
messages for Rci commands.
6.22. Including Multiple Libraries with -i Options
PRS Number => 9018679-Gato-Mboy
In previous releases, it was difficult to support -i compiler
options to include multiple libraries.
A possible solution for long -i parameter lists is to use unit
options. The maximum length of the unit option has been expanded
to hold up to 1024 characters per unit to support this.
6.23. Multiple Views with Import and Make_Path
PRS Number => 9123690-0157-0; CSR5073
Fixed; with CMVC integration, Cmvc.Import and Cmvc.Make_Path
accept multiple views.
6.24. Setting Invalid Switch Values
PRS Number => 9123690-0175-6
Fixed; the RCI now does type checking to prevent you from setting
boolean switches to non-boolean values.
7. Limitations
This section describes limitations in Release 2_0_5 of the
Customizable RCI.
RATIONAL December 1992 15\f
RCI Release Information
7.1. Demoting Units with Cmvc.Destroy_View
CUSTOMIZER ONLY
The RCI does not call Demote Preprocess and Postprocess for RCI
units demoted by a Cmvc.Destroy_View operation.
7.2. Time-Stamp and Error Handling Support
CUSTOMIZER ONLY
The RCI does not yet use the new hooks added to the customization
to obtain remote file time-stamp information and to perform
perform pattern matching on output from the remote machine.
Providing values for these hooks in your customization has no
effect.
7.3. Rci.Remote_Library Switch
The RCI now stores the value for the remote program library for a
given view in the view's compiler library switch, Rci.Remote-
_Library.
If you alter the value of that switch, it can cause unspecified
behavior.
Note: Do not change the value of the Rci.Remote_Library switch.
7.4. Target Compiler Restrictions with Generics
Units that instantiate generics declared in that unit are not
considered to depend on the unit that provides the generic body.
This requires the RCI to tolerate certain cyclic dependencies
that are accepted on compilers such as the Telesoft Rs6000. Note
that some target compilers produce errors when attempting to code
such a unit, preventing coding from taking place. Customers that
use these more restrictive compilers do not get the benefits of
the host cyclic dependency check.
7.5. Using Only_Change_Imports
Users must be careful using the Only_Change_Imports parameter
when spawning RCI views from R1000 views (or any view of a
different target key). CMVC rejects view-spawning operations that
* Set Only_Change_Imports to True
* Introduce a different model
* List specific views in the Views_To_Import field
16 December 1992 RATIONAL\f
Release 2_0_5
The default value of Only_Change_Imports is True; you may need to
set it to False if the second and third conditions exist.
7.6. Creating Spec Views
You can only make a spec view from a combined view in a spec-load
subsystem, not in a combined subsystem.
See Section 5.4, "Using Spec Views", for more information.
7.7. Restarting the RCI
If you kill the RCI, then immediately restart it, you may kill
the host Environment. Wait a few seconds to restart the RCI.
7.8. Compilation Order Involving Generics
Compilation ordering involving generics assumes macro expansion,
regardless of how your site-specific extension or Rational-
supported extension has been implemented. The RCI always assumes
macro expansions and introduces additional coding dependencies as
a result.
7.9. Renamed Inlined Subroutines
In some cases, the RCI does not properly handle inlined
subroutines that are renamed, or are contained in packages that
are renamed. In particular, the RCI may not consider units that
call these routines through renames dependent on the inline
bodies. Also, if the renamed routine is in a different view from
the caller, the RCI may fail with an exception when it tries to
install the caller.
7.10. Coding Subunits and Parents
PRS Number => 9123690-0167-0
Coding a subunit requires that the parent be coded first. In the
RCI, if units are installed, it is assumed that they will code on
the remote compilation platform. The RCI does not provide special
case handling for an unusual error in the event that an Ada unit
fails to code on the remote compilation platform. The compilation
operation does not record whether it has tried and failed to code
the parent unit. The RCI tries to code the subunit even though
the parent has failed to code.
RATIONAL December 1992 17\f
RCI Release Information
7.11. Using DTIA and UNIX Shells
PRS Number => 4514072-Gato-Mboy
When you use the RCI in conjunction with DTIA and UNIX, the UNIX
default login shell must be "ksh". If the default shell is "csh",
then the RCI job hangs on some commands and returns a "Variable
Syntax" message. Killing the RCI leaves certain processes, csh
and in.dtia, running on the remote UNIX system.
Use the following steps to remove those jobs:
1. Log in to the remote UNIX system.
2. Use the UNIX kill -9 command for that system to kill the
remaining associated jobs.
7.12. Telnet Logins
For extensions using the Telnet/FTP transfer mode, remote user
logins cannot request input. If they do, such logins hang.
7.13. Prompting For Passwords
The RCI no longer supports the Prompt For Password feature.
7.14. Archive.Copy/Archive.Restore Operations
Note the following conditions when you use Archive.Copy and
Archive.Restore with the Customizable RCI.
7.14.1. Archiving and Restoring Views
Archive.Copy and Archive.Restore refresh all RCI state
information when copying/restoring a view, including the
following:
* Remote unit names
* Unit download timestamps
* Unit options
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.
18 December 1992 RATIONAL\f
Release 2_0_5
After the archive operation has completed, use Rci.Build_Remote-
_Library to build a new remote library for the host view.
7.14.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 Rci.Expand_Secondary_Referencers to put secondary
referencer files into a form that can be copied. Once your copy
operation has completed, run Rci.Collapse_Secondary_Referencers
to restore the secondary referencer sub-objects.
7.15. Trace_Command_Output And Rci.Execute_Remote_Command
Since Trace_Command_Output is a library switch, and Execute-
_Remote_Command is a command that is not associated with any
library context, this switch is not recognized by this command.
7.16. Rci.Execute_Remote_Command
Rci.Execute_Remote_Command cannot run commands that require
input.
7.17. COTS Specifications
Caution: Rational Technical Representatives must not upload third
party vendor specifications into the RCI predefined areas.
As the customer, you must contact your third party vendor for
information regarding license and restrictions or to obtain
written permission to upload or copy specifications yourself.
7.18. Associated Files Retrieval For Secondaries
When processing a secondary file, the RCI does not call the
Retrieve_Associated_Files Preprocess and Postprocess extensions.
7.19. Overloading Attributes
The types of the attribute prefixes must be mutually exclusive
when you customize to overload vendor-specific attributes.
8. Known Problems
Following is a list of problems known at the time of this
release.
RATIONAL December 1992 19\f
RCI Release Information
8.1. Nonexistent Page Error Exception
Nonexistent Page Errors can occur when the RCI is not elaborated.
To determine if the RCI is elaborated:
1. Execute What.Users.
2. Search for the job name Rci_Compiler Rev2_0_5.
If the RCI_Compiler is not running:
1. Run Start_Rci_Main.
2. Use Custom_Key.Register to register your extension.
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.
This can prevent multiple host R1000 users with different remote
userids from operating on the same set of host views.
Note: This only affects extensions that use DTIA.
8.3. File Transfer Using FTP
File transfer can fail occasionally for extensions using the
Telnet/FTP transfer mode. In this case, the RCI 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.4. RCI Compiler Switch Modification
Any changes to the Compiler_Switches file while the RCI is not
elaborated cause all RCI switches in that file to revert to their
default values when the RCI is next elaborated.
8.5. 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.
20 December 1992 RATIONAL\f
Release 2_0_5
Workaround: Set the Rational Environment Semantics.Subsystem-
_Interface library switch to True. Setting this switch indicates
that the world should be treated as a subsystem interface, a spec
view, and thus the units do not require bodies.
8.6. Rci.Upload_Unit Remote_Unit_Name Parameter
The Rci.Upload_Unit prompts with ">>REMOTE UNIT NAME<< for the
value of the remote unit name. This value should be a simple
name, since the RCI appends it to the remote directory name to
create the name of the unit to upload.
8.7. Response Parameter With Compilation Operations
PRS Number => 903338-Gato-Mboy
Setting the Response parameter in Compilation.Make or
Compilation.Promote has no effect on RCI messages.
8.8. Rci.Accept_Remote_Changes Temporary File
PRS Number => 7288788-Gato-Mboy
The Rci.Accept_Remote_Changes command creates a temporary file,
Rci_Temp_<Time_Stamp>, in the directory containing the host unit.
If the changes are not parsed successfully on the Rational
Environment, then the RCI leaves this file behind without
deleting it.
8.9. Rci.Check_Consistency Temporary File
PRS Number => 7554142-Gato-Mboy
Rci.Check_Consistency creates a temporary file, <Unit_Name>_Tmp,
in the directory containing the host unit. If you have already
created a file with the same name, then the operation fails. This
also causes the same error as Rci.Accept_Remote_Changes.
8.10. Limited Private Types In Predefined Units
PRS Number => 7059170-Gato-Mboy
If an extension names a limited private type from a predefined
package, it generates a name resolution error. An extension names
a type if the string representation of the type name appears
anywhere in the extension. For example, if you define an
attribute that returns a value of type System.Address, and
System.Address is a limited private type, the following error
occurs during registration:
RATIONAL December 1992 21\f
RCI Release Information
Name resolution failure for type 'System.Address': AMBIGUOUS.
If you make the type private, the error message does not occur.
8.11. Private Type Equality Operator In Package System
PRS Number => 4348467-Gato-Mboy
An error occurs when you attempt to rename the equality operator
of a private type in package System. This works if the type is
not private.
9. Documentation
The Rational Compilation Integrator: User's Manual, PN
4000-00500, Revision 2.0, provides additional information for RCI
users.
10. Training
Rational Target Tools Training: Rational Compilation Integrator
Fundamentals, PN 7000-00653, Revision 2.0, provides user training
for the RCI.
22 December 1992 RATIONAL\f
Release 2_0_5
Appendix A
Fixed Problems History
This appendix describes problems fixed in previous releases of
the product since RCF Release 1_0_3. Descriptions of these fixes
are in the RCF: Release Information Release 1_1_1 Note (PN
508-003255-007) and Release 1_2_2 Note (PN 508-003255-009).
Fixes noted as Customizer Only apply to customization components
of the RCF. Customizers should check these fixes; general users
can ignore these sections.
The following table provides the PRS number of the problem, the
release in which the problem was fixed, and the PRS summary of
the problem.
History of Fixed Problems
-------------------------------------------------------------
| | | |
| PRS Number | Rel | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|none |1_1_1|Compilation from detached jobs |
-------------------------------------------------------------
| | | |
|none |1_1_1|DTIA and Telnet/FTP connections have |
| | |broken and hung |
-------------------------------------------------------------
| | | |
|none |1_2_2|Incremental pragma inline disallowal |
-------------------------------------------------------------
| | | |
|none |1_1_1|Customizer Only |
| | |Remote_Command_Interface error statuses |
-------------------------------------------------------------
| | | |
|none |1_2_2|Subunits of a generic body not coded |
| | |before the instantiation |
-------------------------------------------------------------
| | | |
|none |1_2_2|Telnet Connection Echo Option |
-------------------------------------------------------------
| | | |
|1548835-Blut- |1_2_2|Missing Reusable Component subunits have|
|Smp | |been provided |
-------------------------------------------------------------
| | | |
|169982-Gato- |1_2_2|Customizer Only |
|Mboy | |Invalid parameters for |
| | |Promote_Preprocess using secondaries |
-------------------------------------------------------------
RATIONAL December 1992 23\f
RCI Release Information
-------------------------------------------------------------
| | | |
| PRS Number | Rel | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|2394595-Gato- |1_2_2|RCI error during import |
|Mboy | | |
-------------------------------------------------------------
| | | |
|244898-Jazm- |1_2_2|Rcf.Accept_Remote_Changes should check |
|Jak | |out units |
-------------------------------------------------------------
| | | |
|2523423-Gato- |1_2_2|Invalid compilation order created during|
|Mboy | |multiple dependent views |
-------------------------------------------------------------
| | | |
|2760406-Blut- |1_2_2|rcf compiler locks terminal_nnn lines if|
|Smp | |job.kill of a rcf command |
-------------------------------------------------------------
| | | |
|2912557-Jazm- |1_1_1|Slow demotion in RCI views |
|Jak | | |
-------------------------------------------------------------
| | | |
|308411-Jazm- |1_1_1|Private type recognition problems |
|Jak | | |
-------------------------------------------------------------
| | | |
|3546124-Jazm- |1_1_1|Customizer Only |
|Jak | |Delete phase went away in customizations|
-------------------------------------------------------------
| | | |
|3617494-Gato- |1_2_2|Link with Make_Uncoded_Units does not |
|Mboy | |work |
-------------------------------------------------------------
| | | |
|3907848-Jazm- |1_1_1|Ftp waits too long between retries |
|Jak | | |
-------------------------------------------------------------
| | | |
|4379654-Gato- |1_1_1|Implementation defined attributes do not|
|Mboy | |work for expanded names |
-------------------------------------------------------------
| | | |
|4514072-Gato- |1_2_2|DTIA doesn't close down csh process |
|Mboy | |properly |
-------------------------------------------------------------
| | | |
|5379137-Gato- |1_2_2|RCF holds on to telnet port when link |
|Mboy | |fails. |
-------------------------------------------------------------
24 December 1992 RATIONAL\f
Release 2_0_5
-------------------------------------------------------------
| | | |
| PRS Number | Rel | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|5386182-Gato- |1_2_2|Customizer Only |
|Mboy | |CSR6322: RCI promote gets error UNIT |
| | |<UNIT_NAME> unknown to the RCF |
-------------------------------------------------------------
| | | |
|5772860-Gato- |1_1_1|Problem with remote import command |
|Mboy | | |
-------------------------------------------------------------
| | | |
|6133452-Jazm- |1_2_2|Privileges required for registering a |
|Jak | |target key |
-------------------------------------------------------------
| | | |
|6158281-Jazm- |1_2_2|Customizer Only |
|Jak | |create_predefined_library should check |
| | |length of target key |
-------------------------------------------------------------
| | | |
|6164103-Blut- |1_2_2|RCI Initialize 2 minute delay needs to |
|Smp | |be lengthened |
-------------------------------------------------------------
| | | |
|6663531-Jazm- |1_1_1|New Feature |
|Jak | |Initialization routine should match RDF |
| | |format |
-------------------------------------------------------------
| | | |
|6785680-Gato- |1_1_1|Customizer Only |
|Mboy | |RCI passes a null "views_to_import" |
| | |iterator into IMPORT_PREPROCESS |
-------------------------------------------------------------
| | | |
|680047-Gato- |1_1_1|Problem with "IS_PRE_OPTION" on Link |
|Mboy | | |
-------------------------------------------------------------
| | | |
|7185171-Gato- |1_1_1|Cannot have a single view which uses |
|Mboy | |both the RDF and RCI |
-------------------------------------------------------------
| | | |
|7274371-Gato- |1_2_2|RCF_CMVC.REMOVE_IMPORTS not working |
|Mboy | |correctly. |
-------------------------------------------------------------
| | | |
|7443648-Gato- |1_1_1|Problem with built-in operators |
|Mboy | | |
-------------------------------------------------------------
RATIONAL December 1992 25\f
RCI Release Information
-------------------------------------------------------------
| | | |
| PRS Number | Rel | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|8046554-Gato- |1_1_1|Customizer Only |
|Mboy | |Type definitions during customization |
| | |registrations are case sensitive |
-------------------------------------------------------------
| | | |
|8105473-Gato- |1_1_1|Version error occurs during demote and |
|Mboy | |during link using RCI |
-------------------------------------------------------------
| | | |
|8385064-Jazm- |1_1_1|Customizer Only |
|Jak | |Rcf_Cmvc.Release calls wrong library |
| | |extension routines |
-------------------------------------------------------------
| | | |
|9080824-Jazm- |1_1_1|Customizer Only |
|Jak | |Null option problem |
-------------------------------------------------------------
| | | |
|9123690-0166-7|1_1_1|Csr5674: Problem with associated file |
| | |name formation |
-------------------------------------------------------------
| | | |
|9123690-0166-8|1_1_1|Customizer Only |
| | |Csr5679: RCF_LINK doesn't retrieve all |
| | |associated files |
-------------------------------------------------------------
| | | |
|9123690-0166-9|1_1_1|Csr5680: RCI Binary File retrieval |
| | |doesn't work |
-------------------------------------------------------------
| | | |
|9123690-0172-4|1_2_2|Better interpretation of VAX error codes|
| | |needed for RCI |
-------------------------------------------------------------
| | | |
|9348469-Jazm- |1_2_2|Customizer Only |
|Jak | |status not always being checked for |
| | |preprocess |
-------------------------------------------------------------
| | | |
|9523197-Jazm- |1_2_2|Problem resolving <cursor> in |
|Jak | |Rcf_Cmvc.Import |
-------------------------------------------------------------
| | | |
|959311-Jazm- |1_1_1|Csr6036: Overloading of Attributes |
|Jak | | |
-------------------------------------------------------------
26 December 1992 RATIONAL\f
Release 2_0_5
-------------------------------------------------------------
| | | |
| PRS Number | Rel | PRS Summary |
| | Num | |
-------------------------------------------------------------
| | | |
|9930958-Jazm- |1_2_2|Nonexistent_Page_Error while promoting a|
|Jak | |unit |
-------------------------------------------------------------
RATIONAL December 1992 27\f
RCI Release Information
28 December 1992 RATIONAL\f
Release 2_0_5
Appendix B
Upgrading RCI Customizaitons
In order to take advantage of new functionality and run your
customized extension with RCI 2_0_5, you need to upgrade your
extension. This appendix outlines steps to upgrade your existing
Rev1_2_2-compatible extension to Rev2_0. This procedure should
take between one and two hours to upgrade your customization to
run "as is" under Rev2_0. Allow additional time if you want to
implement the batch extensions.
Use the following steps to upgrade your extension:
1. Install RCI_Rev2_0_0 of the base product, following the
installation instructions.
2. Archive.Copy your customization from:
!Targets.Implementation.RCF_Customization to
!Targets.Implementation.RCI_Customization.
3. Create a new view of your customization for Rev2_0 of the base
product using Cmvc.Make_Path setting:
VIEW_TO_IMPORT => "!targets.implementation.
[rci_customization_interface.rev2_0_spec,
rci_programmatic_interface.rev2_1_spec]",
ONLY_CHANGE_IMPORTS => False;
4. Make general changes to your customization as follows:
* Change all references from RCF_Customization to
RCI_Customization.
* Change all references from RCF_Customization_Interface to
RCI_Customization_Interface.
* Change all references from RCF_Programmatic_Interface to
RCI_Programmatic_Interface.
* Change all textual references from RCF to RCI.
5. Modify <Your_Target_Key>'spec:
* Procedure register should allow two new parameters (see the
example in the customization template (which is supplied
with the base RCI product).
Batch_Mode : Boolean := False
Allow_Standard_Rebuild : Boolean := False
* Batch_Mode will be used to tell the customization to
register in batch mode. This will cause the creation of
batch scripts during the execution of batch extensions,
instead of normal downloading of files to the target.
RATIONAL December 1992 29\f
RCI Release Information
* Allow_Standard_Rebuild is passed on to RCI_Customization-
.Register. It indicates whether a new package Standard
should be built automatically, if the Standard_Version
defined in Get_Predefined_Info is different from the
Standard_Version that currently resides in the predefined
world. Changing the Standard_Version requires demotion of
package Standard and dependent units. Unless specified in
the customization, the default value of Allow_Standard-
_Rebuild in RCI_Customization.Register is False.
6. Modify <Your_Target_Key>'body:
* Make the specified changes to the Register procedure to
correspond to the spec.
* Add the following declaration to indicate the operation
mode (batch or interactive), setting the default to
interactive.
The_Operation_Mode : Op.Operation_Mode := Op.Interactive;
* Add the following function in the declarative part of the
Register procedure. It will be used to append the string
_batch to the end of the job name if the customization is
registered as a batch customization.
function Operation_Mode return String is
begin
if Batch_Mode then
return "_batch";
end if;
return "";
end Operation_Mode;
* In the body of the Register procedure, reset
The_Operation_Mode to batch according to the Batch_Mode
parameter (see Customization template).
if Batch_Mode then
The_Operation_Mode := Op.Batch;
end if;
-- Override the default operation mode
* Add the Allow_Standard_Rebuild parameter to the call to
RCI_Customization.Register.
* Add Operation_Mode to the name of the customization in
Program.Run_Job (see following example or customization
template).
Program.Run_Job
("""!targets.implementation.RCI_customization"&
".rs6000_aix_ibm'view.units""" &
".register_all_extensions(""" & T_Name & """);",
Context =>
30 December 1992 RATIONAL\f
Release 2_0_5
"!targets.implementation.RCI_customization.rs6000_aix_ibm'
view",
Options => "Name => " & "RCI_Rev2_0_0_Rs6000_Aix_Ibm_" &
Operational_Characteristics.Transfer_Type'Image
(Get_Transfer_Type) & Operation_Mode & ",
output => !machine.error_logs." & T_Name & "_extensions_log");
7. Add the following parameters to Get_Operational_Info:
Ada_Name_Is_Lower_Case => true,
-- indicates ada name on target must be lower case
The_Operation_Mode => The_Operation_Mode,
-- Set in the body
Generate_Batch_Compile_Commands => False,
Run_Script_Command => "sh",
-- Target commands to execute script
Copy_Command => "copy",
-- for tape operations, command to copy from tape
Batch_Move_Script_File_Name => "move_script_name",
-- name of the move script file
Create_Dir_Command => "mkdir",
-- target command for creating new directory
Date_Command => "", -- future
Date_File_Suffix => "" -- future
8. Modify Get_Telnet_Info:
A new parameter was added to the TC_Characteristics record
called Telnet_Protocol_Local_Echo. This parameter has a
default value of False. This parameter does not need to be
changed unless your compilation platform requires the host to
echo data sent to it.
9. Modify Library_Extensions'spec:
Procedure Destroy_View_Postprocess has two new parameters.
REMOTE_MACHINE : string;
REMOTE_DIRECTORY : string;
Add these new parameters (see customization template).
Note that Destroy_View_Postprocess will not be called in D3.0
of the Environment. Environment version D3.1 will be the first
release to call Destroy_View_Postprocess.
10. Modify Library_Extensions'body:
Add the two new parameters to the Destroy_View_Postprocess
procedure.
11. Modify Library_Extensions'spec:
Procedures Make_Path_Preprocess and Make_Path_Postprocess have
a new parameter:
RATIONAL December 1992 31\f
RCI Release Information
FOR_RELEASE : BOOLEAN;
Add this new parameter (see customization template).
12. Modify Library_Extensions'body:
Add the new parameter to the Make_Path_Preprocess and
Make_Path_Postprocess procedures.
13. Modify All_Extensions'body:
A new package Batch_Extensions is provided with the base
product in the template customization. You will need to
implement this if you want to operate in batch mode. This
additional package is reflected in the Extensions_Generic
package.
Update All_Extensions'body as follows:
* With package Batch_Extensions
* Change package All_Extensions to reflect the following
additional procedures in Extensions_Generic.
BUILD_SCRIPT_PREPROCESS
BUILD_SCRIPT_POSTPROCESS
EXECUTE_SCRIPT_PREPROCESS
EXECUTE_SCRIPT_POSTPROCESS
UPLOAD_ASSOCIATED_FILES_PREPROCESS
UPLOAD_ASSOCIATED_FILES_POSTPROCESS
32 December 1992 RATIONAL\f
Release 2_0_5
Contents
1. Overview 1
2. RCI Components 1
3. Upgrade Impact 1
3.1. Rci Product Name 2
3.2. Upgrading the Customizable RCI 2
3.3. Upgrading Your Extensions 2
3.4. Upgrading the Rational Environment 3
4. Prerequisites 3
5. New Features 4
5.1. CMVC Integration 5
5.2. Using Cmvc.Destroy_View 5
5.3. Rci Switches 5
5.4. Using Spec Views 6
5.5. Setting FTP Switches with Remote-Library Creation
Commands 6
5.6. Batch Operations 7
5.7. State Information Restructuring 7
5.8. Telnet Connection Caching 7
6. Fixed Problems 7
6.1. Downloading Units 10
6.2. Uploading Executable Files 11
6.3. Customized Remote_Unit_Name Value 11
6.4. Destroy_View_Postprocess 11
6.5. Rci_Cmvc.Build and the State File 11
6.6. Null Remote_Directory Library Switch 12
6.7. Cmvc.Accept_Changes and Indirect Files 12
6.8. Associated-file Retrieval On Warning 12
6.9. Target Semantic Checking in Spec Views 12
6.10. Rci.Build_Remote_Library Message 13
6.11. Package Rcf_Cmvc and CMVC Compatability 13
6.12. RCI Initialization Messages 13
6.13. Improved Response Time with Telnet Connection Caching13
6.14. Rci.Display_Unit_Options Report 13
6.15. Rci.Rebuild _Remote_Library View Parameter 13
6.16. Rcf_Cmvc.Accept_Changes 14
6.17. Inconsistent Imports 14
6.18. Rci.Accept_Remote_Changes with Missing Units 14
6.19. Rci.Execute_Remote_Command Message Format 14
6.20. Cmvc.Release Naming Conflict 15
6.21. Rci Message Format 15
6.22. Including Multiple Libraries with -i Options 15
6.23. Multiple Views with Import and Make_Path 15
6.24. Setting Invalid Switch Values 15
7. Limitations 15
7.1. Demoting Units with Cmvc.Destroy_View 16
7.2. Time-Stamp and Error Handling Support 16
7.3. Rci.Remote_Library Switch 16
7.4. Target Compiler Restrictions with Generics 16
7.5. Using Only_Change_Imports 16
7.6. Creating Spec Views 17
7.7. Restarting the RCI 17
7.8. Compilation Order Involving Generics 17
RATIONAL December 1992 iii\f
RCI Release Information
7.9. Renamed Inlined Subroutines 17
7.10. Coding Subunits and Parents 17
7.11. Using DTIA and UNIX Shells 18
7.12. Telnet Logins 18
7.13. Prompting For Passwords 18
7.14. Archive.Copy/Archive.Restore Operations 18
7.14.1. Archiving and Restoring Views 18
7.14.2. Copying and Restoring Secondaries 19
7.15. Trace_Command_Output And Rci.Execute_Remote_Command 19
7.16. Rci.Execute_Remote_Command 19
7.17. COTS Specifications 19
7.18. Associated Files Retrieval For Secondaries 19
7.19. Overloading Attributes 19
8. Known Problems 19
8.1. Nonexistent Page Error Exception 20
8.2. Remote Access Control 20
8.3. File Transfer Using FTP 20
8.4. RCI Compiler Switch Modification 20
8.5. Compilation Warnings 20
8.6. Rci.Upload_Unit Remote_Unit_Name Parameter 21
8.7. Response Parameter With Compilation Operations 21
8.8. Rci.Accept_Remote_Changes Temporary File 21
8.9. Rci.Check_Consistency Temporary File 21
8.10. Limited Private Types In Predefined Units 21
8.11. Private Type Equality Operator In Package System 22
9. Documentation 22
10. Training 22
A Fixed Problems History 23
B Upgrading RCI Customizaitons 29
iv December 1992 RATIONAL\f
%!PS-Adobe-2.0
%%Title: !DOCUMENTATION.RELEASE_NOTES.REMOTE_COMPILATION_FACILITIES.PROD_WORKING.UNITS.RCI_CUSTOM2_0_5'V(28)
%%Creator: COMPOSE 10.7.12
%%CreationDate: December 3, 1992 at 10:34:58 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
163.880 328 moveto
(Rational Compilation Integrator) show
217.090 350 moveto
(Release Information) show
242.800 394 moveto
( Release 2_0_5) 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
( 1992 by Rational) show
72 192 moveto
(Part Number: 508-003279-002) show
72 216 moveto
(December 1992 \050Software Release 2_0_5\051) show
72 576 moveto
9 /Palatino-Roman SelectFont
(DEC, VAX, and VMS are trademarks of Digital Equipment Corporation.) show
72 598 moveto
(UNIX is a registered trademark of AT&T.) show
72 620 moveto
(Rational and R1000 are registered trademarks and Rational Environment and Rational Subsystems are trademarks) show
72 631 moveto
(of Rational.) show
287.480 690 moveto
10 /Palatino-Roman SelectFont
(Rational) show
259.660 702 moveto
(3320 Scott Boulevard) show
229.255 714 moveto
(Santa Clara, California 95054-3197) show
EndPage
%%Page: 1 3
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
72 76 moveto
15 /Palatino-Bold SelectFont
(1. Overview) show
72 100 moveto
11 /Palatino-Roman SelectFont
(This release note describes) 2.170 WS
4.919 MX
(Release 2_0_5 of the Rational Compilation Integrator \050RCI\051, also) 2.169 WS
72 113 moveto
(referred to as the Customizable RCI. The purpose of this release is to) 2.118 WS
4.869 MX
(enhance and expand) 2.119 WS
72 126 moveto
(Release 1_2_2 of the Customizable Remote Compilation) 0.781 WS
3.530 MX
(Facility \050RCF\051, the previous version of) 0.780 WS
72 139 moveto
(this product.) show
72 163 moveto
(This release provides support for CMVC integration,) 2.750 WS
5.501 MX
(batch operations, spec views, cached) 2.751 WS
72 176 moveto
(Telnet connections, and restructured state information, in addition to problem fixes.) show
72 200 moveto
(For a complete list of fixed bugs, refer to Section 6, \252Fixed Problems\272 of this document.) show
72 240 moveto
15 /Palatino-Bold SelectFont
(2. RCI Components) show
72 264 moveto
11 /Palatino-Roman SelectFont
(The following RCI components are installed as part of the release:) show
72 288 moveto
10 /Courier-Bold SelectFont
(!Targets.Implementation.Rci_Release2_0_5 -- Main RCI release world) show
72 312 moveto
(!Machine.Target_Builder.Rci_Errors -- Encoded Rci Errors) show
72 336 moveto
(!Targets.Implementation.Rci_User_Interface -- Rci command interface) show
72 348 moveto
( Rev2_0_Spec) show
72 360 moveto
( Code2_0_5) show
72 384 moveto
(!Targets.Implementation.Rci_Programmatic_Interface) show
72 396 moveto
( -- Rci Programmatic Interface) show
72 408 moveto
( Rev2_2_Spec) show
72 420 moveto
(!Targets.Implementation.Rci_Customization_Interface) show
72 432 moveto
( -- Rci Customization Interface) show
72 444 moveto
( Rev2_0_Spec) show
72 468 moveto
(!Rci.Reusable_Components.Rev2_0_0 -- Rational Reusable Components) show
72 492 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 505 moveto
(delivered with this release. For user information, refer to the) show
11 /Palatino-Italic SelectFont
( RCI User's Manual) show
11 /Palatino-Roman SelectFont
(.) show
72 545 moveto
15 /Palatino-Bold SelectFont
(3. Upgrade Impact) show
72 569 moveto
11 /Palatino-Roman SelectFont
(This section describes upgrade issues for the) 1.414 WS
4.165 MX
(Customizable RCI, your site-specific extensions,) 1.415 WS
72 582 moveto
(and the Rational Environment.) show
72 620 moveto
13 /Palatino-Bold SelectFont
(3.1. Rci Product Name) show
72 644 moveto
11 /Palatino-Roman SelectFont
(In this release, the product name changes from Rational Remote Compilation Facility) 0.845 WS
3.594 MX
(\050RCF\051 to) 0.844 WS
72 657 moveto
(Rational Compilation Integrator \050RCI\051. As of this) 2.969 WS
5.720 MX
(release, the RCI no longer supports Rcf) 2.970 WS
72 670 moveto
(packages. Corresponding names for all packages have changed from Rcf to Rci.) show
72 708 moveto
13 /Palatino-Bold SelectFont
(3.2. Upgrading the Customizable RCI) show
72 732 moveto
11 /Palatino-Roman SelectFont
(Installing the RCI handles base product upgrade requirements.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
301.370 MX
(1) show
EndPage
%%Page: 2 4
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(Upgrade the following related areas in the RCI base product to support new functionality:) show
72 96 moveto
(\267 ) show
14.584 MX
(Convert customer-developed tools that depended on Rcf) 5.192 WS
7.941 MX
(interfaces to import the) 5.191 WS
96 109 moveto
(corresponding Rci specs.) show
72 127 moveto
(\267 ) show
14.584 MX
(If you plan to use) 2.111 WS
4.862 MX
(spec views, convert combined subsystems to spec/load subsystems,) 2.112 WS
96 140 moveto
(since CMVC only allows you to spawn spec views) 1.130 WS
3.879 MX
(in a spec-load subsystem. See Section) 1.129 WS
96 153 moveto
(5.4 and the) show
11 /Palatino-Italic SelectFont
( RCI User's Manual) show
11 /Palatino-Roman SelectFont
( for more information.) show
72 191 moveto
13 /Palatino-Bold SelectFont
(3.3. Upgrading Your Extensions) show
72 215 moveto
11 /Palatino-Roman SelectFont
(To use this release, you must upgrade your existing RCF extensions.) 0.444 WS
3.195 MX
(Appendix B provides step) 0.445 WS
72 228 moveto
(by step instructions to complete this process.) show
72 252 moveto
(Other changes to the RCI affect your extension:) show
72 276 moveto
(\267 ) show
14.584 MX
(The meaning of) 1.318 WS
4.067 MX
(the Release Preprocess and Postprocess has changed in this release. The) 1.317 WS
96 289 moveto
(RCI calls these) 3.749 WS
6.500 MX
(extensions in addition to, as opposed to instead of, the Make_Path) 3.750 WS
96 302 moveto
(Extensions, in the following order:) show
96 326 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
( Release Preprocess) show
96 344 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
( Make_Path Preprocess) show
96 362 moveto
/minus SYM 6.666 MX
( ) show
11 /Palatino-Italic SelectFont
14.584 MX
( View created) show
96 380 moveto
11 /Palatino-Roman SelectFont
/minus SYM 6.666 MX
( ) show
14.584 MX
( Make_Path Postprocess) show
96 398 moveto
/minus SYM 6.666 MX
( ) show
11 /Palatino-Italic SelectFont
14.584 MX
( Units coded if so specified) show
96 416 moveto
11 /Palatino-Roman SelectFont
/minus SYM 6.666 MX
( ) show
14.584 MX
( Release Postprocess.) show
96 440 moveto
(The customization impact of) 0.223 WS
2.972 MX
(this change is that release extensions should no longer simply) 0.222 WS
96 453 moveto
(call the corresponding Make_Path extensions,) 2.465 WS
5.216 MX
(as they are already called. Instead, they) 2.466 WS
96 466 moveto
(should only contain Release-specific operations \050for example, freezing the) 0.167 WS
2.916 MX
(remote directory) 0.166 WS
96 479 moveto
(after the release\051. Note that the Make_Path extensions take) 0.905 WS
3.656 MX
(a new For_Release parameter,) 0.906 WS
96 492 moveto
(that notifies the customization whether the current view-spawning operation is a release or) 0.073 WS
96 505 moveto
(not.) show
72 523 moveto
(\267 ) show
14.584 MX
(Make_Path Postprocess is no longer) 2.973 WS
5.724 MX
(responsible for creating parent directories of the) 2.974 WS
96 536 moveto
(directory specified in the Remote_Directory parameter. The RCI itself takes care) 0.467 WS
3.216 MX
(of this for) 0.466 WS
96 549 moveto
(Rci.Build_Remote_Library \050and) 2.920 WS
5.671 MX
(Rci.Rebuild_Remote_Library\051 and view-creating CMVC) 2.921 WS
96 562 moveto
(operations. You should) 3.362 WS
6.111 MX
(remove any modifications you have included in Make_Path-) 3.361 WS
96 575 moveto
(_Postprocess to manage parent directory creation.) show
72 613 moveto
13 /Palatino-Bold SelectFont
(3.4. Upgrading the Rational Environment) show
72 637 moveto
11 /Palatino-Roman SelectFont
(The Rational) 1.929 WS
4.680 MX
(Environment Release D_12_7_3 \050Delta3_1\051 includes a number of enhancements) 1.930 WS
72 650 moveto
(that allow the RCI 2_0 to work) 0.735 WS
3.484 MX
(better. The following known problems occur with RCI running) 0.734 WS
72 663 moveto
(on Release D_12_6_5 \050Delta3_0\051:) show
72 687 moveto
(\267 ) show
14.584 MX
(Cmvc.Make_Path takes secondary referencers and) 0.081 WS
2.832 MX
(secondary state files that belong to body) 0.082 WS
96 700 moveto
(units in the source view and attaches them to corresponding spec units in the destination) 0.831 WS
96 713 moveto
(view.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(2) show
299.161 MX
(December 1992 ) 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 2_0_5) show
72 72 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Using a CMVC operation to change a secondary unit) 0.334 WS
3.085 MX
(causes the associated primary unit to) 0.335 WS
96 85 moveto
(be demoted in Release D_12_6_5 even if one specifies Allow_Demotion => False.) show
72 103 moveto
(\267 ) show
14.584 MX
(Although error) 0.333 WS
3.082 MX
(messages are printed, the RCI on D_12_6_5 does not prevent the user from) 0.332 WS
96 116 moveto
(creating load_views with RCI target keys.) show
72 134 moveto
(\267 ) show
14.584 MX
(Performing an Accept_Changes operation from) 1.583 WS
4.334 MX
(one RCI view to another does not bring) 1.584 WS
96 147 moveto
(secondary information associated with a unit if that unit) 1.570 WS
4.319 MX
(did not previously exist in the) 1.569 WS
96 160 moveto
(destination view.) show
72 178 moveto
(\267 ) show
14.584 MX
(Configuration-only releases leave) 0.906 WS
11 /Palatino-Italic SelectFont
( flattened) 0.906 WS
11 /Palatino-Roman SelectFont
( secondary state information in the source view) 0.906 WS
96 191 moveto
(after the operation is complete.) show
72 209 moveto
(\267 ) show
14.584 MX
(Destroy_View_Postprocess is not called in Release D_12_6_5. It) 2.089 WS
4.838 MX
(is called under Release) 2.088 WS
96 222 moveto
(D_12_7_3 unless the view being destroyed is set to Host_Only.) show
72 246 moveto
(You can correct all of these problems) 2.419 WS
5.170 MX
(by upgrading your Rational Envrionment to Release) 2.420 WS
72 259 moveto
(D_12_7_3.) show
72 299 moveto
15 /Palatino-Bold SelectFont
(4. Prerequisites) show
72 323 moveto
11 /Palatino-Roman SelectFont
(Before you use the RCI, confirm the following prerequisite conditions:) show
72 347 moveto
(\267 ) show
14.584 MX
(The R1000) show
0 -2.750 rmoveto
8 /Palatino-Roman SelectFont
/registered SYM 5.976 MX
11 /Palatino-Roman SelectFont
0 2.750 rmoveto
( is running Rational Environment) show
/trademark SYM 10.769 MX
( Release D_12_6_5 \050or higher\051.) show
72 365 moveto
(\267 ) show
14.584 MX
(The host R1000 and remote compilation server are on the same network.) show
72 383 moveto
(\267 ) show
14.584 MX
(An entry in !Machine.Transport_Name_Map identifies host) 2.041 WS
4.790 MX
(communications operations.) 2.040 WS
96 396 moveto
(The entry should appear in the following format:) show
96 420 moveto
10 /Courier-Bold SelectFont
(tcp/id 127.000.000.001 local_host rational) show
72 444 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(An entry in !Machine.Transport_Name_Map identifies the remote compilation server.) 0.833 WS
3.584 MX
(For) show
96 457 moveto
(example, where tcp/ip is the communications protocol, 89.64.128.9) 0.579 WS
3.328 MX
(is the internet address,) 0.578 WS
96 470 moveto
(Tilden is the) 1.153 WS
3.904 MX
(logical machine name, and Aix is the remote compilation operating system,) 1.154 WS
96 483 moveto
(the entry appears as follows:) show
96 507 moveto
10 /Courier-Bold SelectFont
(tcp/ip 89.64.128.9 Tilden Aix) show
72 531 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(The network communication server is running. The RCI supports) 3.234 WS
5.983 MX
(two modes of file) 3.233 WS
96 544 moveto
(transfer and command execution: DTIA and Telnet/FTP.) show
96 562 moveto
(DTIA is not a prerequisite for extensions using the Telnet/FTP transfer mode.) show
96 580 moveto
(If you are using a extension with a DTIA transfer mode, the) 0.348 WS
3.099 MX
(DTIA server must be installed) 0.349 WS
96 593 moveto
(on the host R1000 and running on the remote compilation platform.) show
96 611 moveto
(To detect if the host server is running:) show
96 629 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Execute What.Users.) show
96 647 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Search for job name) show
11 /Palatino-Italic SelectFont
( DTIA Remote_Operations Server) show
11 /Palatino-Roman SelectFont
( in the list.) show
96 665 moveto
(To detect if the remote DTIA server is running, refer to the DTIA installation instructions.) show
72 705 moveto
15 /Palatino-Bold SelectFont
(5. New Features) show
72 729 moveto
11 /Palatino-Roman SelectFont
(This section describes the features added since Release 1_2_2 of the Customizable RCF.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
301.370 MX
(3) show
EndPage
%%Page: 4 6
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(See the) show
11 /Palatino-Italic SelectFont
( RCI User's Manual) show
11 /Palatino-Roman SelectFont
( for more detailed information on features described in this section.) show
72 110 moveto
13 /Palatino-Bold SelectFont
(5.1. CMVC Integration) show
72 134 moveto
11 /Palatino-Roman SelectFont
(This RCI release incorporates the functionality) 4.641 WS
7.390 MX
(of package Rcf_Cmvc into the Rational) 4.640 WS
72 147 moveto
(Environment's CMVC operations. In most cases you should use) 1.309 WS
4.060 MX
(Cmvc commands in place of) 1.310 WS
72 160 moveto
(Rcf_Cmvc commands.) show
72 184 moveto
(In general, CMVC commands use values controlled by library and session) 4.242 WS
6.991 MX
(switches to) 4.241 WS
72 197 moveto
(determine values for the remote machine and) 1.500 WS
4.251 MX
(directory. Package Rci_Cmvc replaces package) 1.501 WS
72 210 moveto
(Rcf_Cmvc, but should be used under) 2.643 WS
5.392 MX
(limited circumstances. Package Rci_Cmvc contains a) 2.642 WS
72 223 moveto
(limited number of commands for view-creation operations) 3.002 WS
5.753 MX
(in which you need to provide) 3.003 WS
72 236 moveto
(explicit values) 1.481 WS
4.230 MX
(for Remote_Machine and Remote_Directory parameters. Rci_Cmvc commands) 1.480 WS
72 249 moveto
(use the same parameter profile \050but not necessarily default values\051 as their corresponding Cmvc) 0.085 WS
72 262 moveto
(commands with the) 4.772 WS
7.521 MX
(exception of the two additional parameters, Remote_Machine and) 4.771 WS
72 275 moveto
(Remote_Directory.) show
72 299 moveto
(Package Rci_Cmvc contains the following commands:) show
72 323 moveto
(\267 ) show
14.584 MX
(Build) show
72 341 moveto
(\267 ) show
14.584 MX
(Copy) show
72 359 moveto
(\267 ) show
14.584 MX
(Initial) show
72 377 moveto
(\267 ) show
14.584 MX
(Make_Path) show
72 395 moveto
(\267 ) show
14.584 MX
(Make_Spec_View) show
72 413 moveto
(\267 ) show
14.584 MX
(Make_Subpath) show
72 431 moveto
(\267 ) show
14.584 MX
(Release) show
72 469 moveto
13 /Palatino-Bold SelectFont
(5.2. Using Cmvc.Destroy_View) show
72 493 moveto
11 /Palatino-Roman SelectFont
(This release incorporates) 0.971 WS
3.722 MX
(the functionality of the Rcf_Cmvc.Destroy_View command \050which is) 0.972 WS
72 506 moveto
(no longer supported\051 into the Cmvc.Destroy_View) 1.985 WS
4.734 MX
(command. Since this command does not) 1.984 WS
72 519 moveto
(include a Destroy_Remote_Library parameter, the) 1.970 WS
4.721 MX
(value in the Rci.Host_Only library switch) 1.971 WS
72 532 moveto
(determines whether or not to) 1.096 WS
3.845 MX
(destroy the remote library. If Rci.Host_Only contains its default) 1.095 WS
72 545 moveto
(value \050False\051, the command destroys the remote library \050specified in the host view's) 5.109 WS
72 558 moveto
(Ftp.Remote_Directory library switch\051 and) 1.003 WS
3.752 MX
(the host view. If you set Rci.Host_Only to True, the) 1.002 WS
72 571 moveto
(command destroys the host view but takes no action on the remote compilation platform.) show
72 609 moveto
13 /Palatino-Bold SelectFont
(5.3. Rci Switches) show
72 633 moveto
11 /Palatino-Roman SelectFont
(This release contains the following new switches:) show
72 657 moveto
(\267 ) show
14.584 MX
(Session_Rci.Auto_Create_Remote_Directory) show
72 675 moveto
(\267 ) show
14.584 MX
(Rci.Auto_Transfer) show
72 693 moveto
(\267 ) show
14.584 MX
(Rci.) show
11 /Palatino-Italic SelectFont
(Custom_Key) show
11 /Palatino-Roman SelectFont
(_Default_Machine) show
72 711 moveto
(\267 ) show
14.584 MX
(Session_Rci.) show
11 /Palatino-Italic SelectFont
(Custom_Key) show
11 /Palatino-Roman SelectFont
(_Default_Machine) show
72 729 moveto
(\267 ) show
14.584 MX
(Rci.) show
11 /Palatino-Italic SelectFont
(Custom_Key) show
11 /Palatino-Roman SelectFont
(_Default_Roof) show
72 756 moveto
10 /Palatino-Roman SelectFont
(4) show
299.161 MX
(December 1992 ) 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 2_0_5) show
72 72 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Session_Rci.) show
11 /Palatino-Italic SelectFont
(Custom_Key) show
11 /Palatino-Roman SelectFont
(_Default_Roof) show
72 90 moveto
(\267 ) show
14.584 MX
(Rci.Operation_Mode) show
72 108 moveto
(\267 ) show
14.584 MX
(Rci.Optimize_Download) show
72 126 moveto
(\267 ) show
14.584 MX
(Rci.Remote_Library) show
72 144 moveto
(\267 ) show
14.584 MX
(Session_Rci.Retrieve_Executable) show
72 182 moveto
13 /Palatino-Bold SelectFont
(5.4. Using Spec Views) show
72 206 moveto
11 /Palatino-Roman SelectFont
(The RCI provides support, with some limitations,) 3.725 WS
6.476 MX
(for Spec_Views with the Cmvc.Make-) 3.726 WS
72 219 moveto
(_Spec_View and the Rci_Cmvc.Make_Spec_View commands.) show
72 243 moveto
(The RCI does) 3.330 WS
6.079 MX
(not support load views or activity-based dynamic linking. Spec views are) 3.329 WS
72 256 moveto
(intended to represent place-holders for target combined-views.) 2.548 WS
5.299 MX
(The RCI does not maintain) 2.549 WS
72 269 moveto
(consistency between) 0.300 WS
3.049 MX
(spec view units and combined-view units, or between spec view units and) 0.299 WS
72 282 moveto
(remote units.) show
72 306 moveto
(CMVC only permits you to spawn spec) 2.639 WS
5.390 MX
(views in spec-load subsystems. If you have done) 2.640 WS
72 319 moveto
(previous RCI development in combined subsystems,) 0.705 WS
3.454 MX
(you need to convert those to spec-load to) 0.704 WS
72 332 moveto
(use spec views.) show
72 356 moveto
(Note, also, that when using spec-load subsystems, you) 0.088 WS
2.839 MX
(may need to set Create_Combined_View) 0.089 WS
72 369 moveto
(to True for the various view-creation operations. This is because the default behavior in) 3.319 WS
72 382 moveto
(spec-load subsystems is to create load views.) show
72 420 moveto
13 /Palatino-Bold SelectFont
(5.5. Setting FTP Switches with Remote-Library Creation Commands) show
72 444 moveto
11 /Palatino-Roman SelectFont
(When you create a remote directory using one of the following procedures:) show
72 468 moveto
(\267 ) show
14.584 MX
(Cmvc \050or Rci_Cmvc\051 view-creation commands) show
72 486 moveto
(\267 ) show
14.584 MX
(Rci.Build_Remote_Library or Rci.Rebuild_Remote_Library) show
72 510 moveto
(and the command successfully creates the) 1.271 WS
4.022 MX
(remote directory, the RCI sets values in the view's) 1.272 WS
72 523 moveto
(Ftp.Remote_Machine and Ftp.Remote_Directory library switches. If the command fails,) 0.400 WS
3.149 MX
(the RCI) 0.399 WS
72 536 moveto
(does not set values in these switches.) show
72 574 moveto
13 /Palatino-Bold SelectFont
(5.6. Batch Operations) show
72 598 moveto
11 /Palatino-Roman SelectFont
(You can register RCI extensions for either) 0.813 WS
3.564 MX
(batch compilation mode or interactive mode. Under) 0.814 WS
72 611 moveto
(batch compilation mode, the RCI supports operations to generate batch scripts, execute) 2.217 WS
4.966 MX
(the) show
72 624 moveto
(scripts on) 1.787 WS
4.538 MX
(the remote compilation platform, transfer units to different machines, and upload) 1.788 WS
72 637 moveto
(associated files.) show
72 675 moveto
13 /Palatino-Bold SelectFont
(5.7. State Information Restructuring) show
72 699 moveto
11 /Palatino-Roman SelectFont
(RCI Rev2_0_0 obsolesces the TBU-based RCI state files in) 3.603 WS
11 /Palatino-Italic SelectFont
( View_Name) 3.603 WS
11 /Palatino-Roman SelectFont
(.Tools.Tool_State. It) 3.603 WS
72 712 moveto
(replaces them with a set of separate files in the Tool_State directory.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
301.370 MX
(5) show
EndPage
%%Page: 6 8
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(This change also extends the maximum unit-option length to 1024 characters.) show
72 110 moveto
13 /Palatino-Bold SelectFont
(5.8. Telnet Connection Caching) show
72 134 moveto
11 /Palatino-Roman SelectFont
(The RCI) 1.970 WS
4.721 MX
(caches remote connections. After a user establishes a connection, the RCI does not) 1.971 WS
72 147 moveto
(acquire new connections for the same) 2.157 WS
4.906 MX
(user to the same remote machine, for as long as the) 2.156 WS
72 160 moveto
(original connection remains in the cache.) show
72 184 moveto
(The RCI caches) 1.613 WS
4.364 MX
(a maximum of four connections on the host machine. The amount of time a) 1.614 WS
72 197 moveto
(connection is held in the) 2.556 WS
5.305 MX
(cache is customizable, but users should be aware that holding a) 2.555 WS
72 210 moveto
(connection ties up a network port, and users may) 2.217 WS
4.968 MX
(run out of available Telnet ports on the) 2.218 WS
72 223 moveto
(machine because the RCI has cached them and) 0.676 WS
3.425 MX
(may not free them for the duration specified in) 0.675 WS
72 236 moveto
(the cache specification) 1.551 WS
4.302 MX
(file. In such cases, you can still free the ports by making a call to the) 1.552 WS
72 249 moveto
(programmatic interface Release_Unused_Connections. This call releases unused cached) 6.002 WS
72 262 moveto
(connections.) show
72 302 moveto
15 /Palatino-Bold SelectFont
(6. Fixed Problems) show
72 326 moveto
11 /Palatino-Roman SelectFont
(This section describes problems fixed since RCF Release 1_2_2.) show
72 350 moveto
(Fixes noted as) 1.592 WS
11 /Palatino-Italic SelectFont
( Customizers Only) 1.592 WS
11 /Palatino-Roman SelectFont
( apply to customization components of the RCI. Customizers) 1.593 WS
72 363 moveto
(should check these fixes; general users can ignore these sections.) show
72 387 moveto
(The following table provides the PRS number of the problem, the section number) 3.031 WS
5.780 MX
(of the) 3.030 WS
72 400 moveto
(description in this release note, and the PRS summary of the problem.) show
0 16.500 rmoveto
243.450 429.500 moveto
10 /Palatino-BoldItalic SelectFont
(Summary of Fixed Problems) show
72 442.500 moveto
11 /Palatino-Roman SelectFont
0 -16.500 rmoveto
102.865 450 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.810 450 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Section) show
193.835 462 moveto
(Number) show
352.805 450 moveto
(PRS Summary) show
newpath 78 468 moveto
456 0 rlineto stroke
newpath 78 438 moveto
456 0 rlineto stroke
newpath 78 468 moveto
0 -30 rlineto stroke
newpath 534 468 moveto
0 -30 rlineto stroke
newpath 188 468 moveto
0 -30 rlineto stroke
newpath 238 468 moveto
0 -30 rlineto stroke
newpath 78 468 moveto
456 0 rlineto stroke
newpath 78 438 moveto
456 0 rlineto stroke
newpath 78 468 moveto
0 -30 rlineto stroke
newpath 534 468 moveto
0 -30 rlineto stroke
newpath 188 468 moveto
0 -30 rlineto stroke
newpath 238 468 moveto
0 -30 rlineto stroke
82 480 moveto
10 /Palatino-Italic SelectFont
(none) show
192 480 moveto
10 /Palatino-Roman SelectFont
19.500 MX
(6.3) show
242 480 moveto
10 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
242 492 moveto
10 /Palatino-Roman SelectFont
(The RCI ignores Remote_Unit_Name extension values) show
newpath 78 498 moveto
456 0 rlineto stroke
newpath 78 468 moveto
456 0 rlineto stroke
newpath 78 498 moveto
0 -30 rlineto stroke
newpath 534 498 moveto
0 -30 rlineto stroke
newpath 188 498 moveto
0 -30 rlineto stroke
newpath 238 498 moveto
0 -30 rlineto stroke
82 510 moveto
(1227523-Gato-Mboy) show
192 510 moveto
19.500 MX
(6.2) show
242 510 moveto
(Allow EXE retrieve to be an option on customization) show
newpath 78 516 moveto
456 0 rlineto stroke
newpath 78 498 moveto
456 0 rlineto stroke
newpath 78 516 moveto
0 -18 rlineto stroke
newpath 534 516 moveto
0 -18 rlineto stroke
newpath 188 516 moveto
0 -18 rlineto stroke
newpath 238 516 moveto
0 -18 rlineto stroke
82 528 moveto
(1546259-Jazm-Jak) show
192 528 moveto
19.500 MX
(6.9) show
242 528 moveto
(Need target semantic checking in spec/load views) show
newpath 78 534 moveto
456 0 rlineto stroke
newpath 78 516 moveto
456 0 rlineto stroke
newpath 78 534 moveto
0 -18 rlineto stroke
newpath 534 534 moveto
0 -18 rlineto stroke
newpath 188 534 moveto
0 -18 rlineto stroke
newpath 238 534 moveto
0 -18 rlineto stroke
82 546 moveto
(2002254-Gato-Mboy) show
192 546 moveto
19.500 MX
(6.10) show
242 546 moveto
(Build Remote Library message needs additional information) show
newpath 78 552 moveto
456 0 rlineto stroke
newpath 78 534 moveto
456 0 rlineto stroke
newpath 78 552 moveto
0 -18 rlineto stroke
newpath 534 552 moveto
0 -18 rlineto stroke
newpath 188 552 moveto
0 -18 rlineto stroke
newpath 238 552 moveto
0 -18 rlineto stroke
82 564 moveto
(2264311-Blut-Smp) show
192 564 moveto
19.500 MX
(6.11) show
242 564 moveto
(rcf_cmvc package needs total compatibility) show
newpath 78 570 moveto
456 0 rlineto stroke
newpath 78 552 moveto
456 0 rlineto stroke
newpath 78 570 moveto
0 -18 rlineto stroke
newpath 534 570 moveto
0 -18 rlineto stroke
newpath 188 570 moveto
0 -18 rlineto stroke
newpath 238 570 moveto
0 -18 rlineto stroke
82 582 moveto
(3178322-Blut-Smp) show
192 582 moveto
19.500 MX
(6.12) show
242 582 moveto
(RCF initialization log messages) show
newpath 78 588 moveto
456 0 rlineto stroke
newpath 78 570 moveto
456 0 rlineto stroke
newpath 78 588 moveto
0 -18 rlineto stroke
newpath 534 588 moveto
0 -18 rlineto stroke
newpath 188 588 moveto
0 -18 rlineto stroke
newpath 238 588 moveto
0 -18 rlineto stroke
82 600 moveto
(329380-Jazm-Jak) show
192 600 moveto
19.500 MX
(6.13) show
242 600 moveto
(Slow response time) show
newpath 78 606 moveto
456 0 rlineto stroke
newpath 78 588 moveto
456 0 rlineto stroke
newpath 78 606 moveto
0 -18 rlineto stroke
newpath 534 606 moveto
0 -18 rlineto stroke
newpath 188 606 moveto
0 -18 rlineto stroke
newpath 238 606 moveto
0 -18 rlineto stroke
82 618 moveto
(3483464-Gato-Mboy) show
192 618 moveto
19.500 MX
(6.14) show
242 618 moveto
(Log reporting problem with RCF.DISPLAY_UNIT_OPTIONS) show
newpath 78 624 moveto
456 0 rlineto stroke
newpath 78 606 moveto
456 0 rlineto stroke
newpath 78 624 moveto
0 -18 rlineto stroke
newpath 534 624 moveto
0 -18 rlineto stroke
newpath 188 624 moveto
0 -18 rlineto stroke
newpath 238 624 moveto
0 -18 rlineto stroke
82 636 moveto
(4136360-Bozo-Hvz) show
192 636 moveto
19.500 MX
(6.15) show
242 636 moveto
(Rcf.Rebuild_Remote_Library gets error messages if View) show
242 648 moveto
(parameter is an Ada unit.) show
newpath 78 654 moveto
456 0 rlineto stroke
newpath 78 624 moveto
456 0 rlineto stroke
newpath 78 654 moveto
0 -30 rlineto stroke
newpath 534 654 moveto
0 -30 rlineto stroke
newpath 188 654 moveto
0 -30 rlineto stroke
newpath 238 654 moveto
0 -30 rlineto stroke
82 666 moveto
(4718267-Gato-Mboy) show
192 666 moveto
19.500 MX
(6.1) show
242 666 moveto
(Download time should be download edit time) show
newpath 78 672 moveto
456 0 rlineto stroke
newpath 78 654 moveto
456 0 rlineto stroke
newpath 78 672 moveto
0 -18 rlineto stroke
newpath 534 672 moveto
0 -18 rlineto stroke
newpath 188 672 moveto
0 -18 rlineto stroke
newpath 238 672 moveto
0 -18 rlineto stroke
82 684 moveto
(5095347-Gato-Mboy) show
192 684 moveto
19.500 MX
(6.16) show
242 684 moveto
(csr6688: RCF_CMVC.ACCEPT_CHANGES uses excess time) show
242 696 moveto
(after completion of cmvc.accept_changes) show
newpath 78 702 moveto
456 0 rlineto stroke
newpath 78 672 moveto
456 0 rlineto stroke
newpath 78 702 moveto
0 -30 rlineto stroke
newpath 534 702 moveto
0 -30 rlineto stroke
newpath 188 702 moveto
0 -30 rlineto stroke
newpath 238 702 moveto
0 -30 rlineto stroke
82 714 moveto
(5185401-Gato-Mboy) show
192 714 moveto
19.500 MX
(6.6) show
242 714 moveto
(RCI should check for null remote directory) show
newpath 78 720 moveto
456 0 rlineto stroke
newpath 78 702 moveto
456 0 rlineto stroke
newpath 78 720 moveto
0 -18 rlineto stroke
newpath 534 720 moveto
0 -18 rlineto stroke
newpath 188 720 moveto
0 -18 rlineto stroke
newpath 238 720 moveto
0 -18 rlineto stroke
72 756 moveto
(6) show
299.161 MX
(December 1992 ) 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 2_0_5) show
102.865 96 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.810 96 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Section) show
193.835 108 moveto
(Number) show
352.805 96 moveto
(PRS Summary) show
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
82 126 moveto
10 /Palatino-Roman SelectFont
(5374578-Gato-Mboy) show
192 126 moveto
19.500 MX
(6.15) show
242 126 moveto
(RCI, Rebuild_Remote_Library demote/promote context needs) show
242 138 moveto
(changed) show
newpath 78 144 moveto
456 0 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 144 moveto
0 -30 rlineto stroke
newpath 534 144 moveto
0 -30 rlineto stroke
newpath 188 144 moveto
0 -30 rlineto stroke
newpath 238 144 moveto
0 -30 rlineto stroke
82 156 moveto
(606019-Gato-Mboy) show
192 156 moveto
19.500 MX
(6.17) show
242 156 moveto
(IMPORTS ON R1000 and RS6000 alib.list not consistent) show
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 144 moveto
456 0 rlineto stroke
newpath 78 162 moveto
0 -18 rlineto stroke
newpath 534 162 moveto
0 -18 rlineto stroke
newpath 188 162 moveto
0 -18 rlineto stroke
newpath 238 162 moveto
0 -18 rlineto stroke
82 174 moveto
(6182774-Jazm-Jak) show
192 174 moveto
19.500 MX
(6.4) show
242 174 moveto
10 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
242 186 moveto
10 /Palatino-Roman SelectFont
(Destroy_View_Postprocess not being called) show
newpath 78 192 moveto
456 0 rlineto stroke
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 192 moveto
0 -30 rlineto stroke
newpath 534 192 moveto
0 -30 rlineto stroke
newpath 188 192 moveto
0 -30 rlineto stroke
newpath 238 192 moveto
0 -30 rlineto stroke
82 204 moveto
(6272895-Gato-Mboy) show
192 204 moveto
19.500 MX
(6.18) show
242 204 moveto
(When doing an Accept_remote_changes, if a unit fails, command) show
242 216 moveto
(fails) show
newpath 78 222 moveto
456 0 rlineto stroke
newpath 78 192 moveto
456 0 rlineto stroke
newpath 78 222 moveto
0 -30 rlineto stroke
newpath 534 222 moveto
0 -30 rlineto stroke
newpath 188 222 moveto
0 -30 rlineto stroke
newpath 238 222 moveto
0 -30 rlineto stroke
82 234 moveto
(6314946-Blut-Smp) show
192 234 moveto
19.500 MX
(6.19) show
242 234 moveto
(RCF_Execute_Remote_Command ::: output log message) show
newpath 78 240 moveto
456 0 rlineto stroke
newpath 78 222 moveto
456 0 rlineto stroke
newpath 78 240 moveto
0 -18 rlineto stroke
newpath 534 240 moveto
0 -18 rlineto stroke
newpath 188 240 moveto
0 -18 rlineto stroke
newpath 238 240 moveto
0 -18 rlineto stroke
82 252 moveto
(7099998-Gato-Mboy) show
192 252 moveto
19.500 MX
(6.19) show
242 252 moveto
(Log message for EXECUTE_REMOTE_COMMAND has too) show
242 264 moveto
(many commas) show
newpath 78 270 moveto
456 0 rlineto stroke
newpath 78 240 moveto
456 0 rlineto stroke
newpath 78 270 moveto
0 -30 rlineto stroke
newpath 534 270 moveto
0 -30 rlineto stroke
newpath 188 270 moveto
0 -30 rlineto stroke
newpath 238 270 moveto
0 -30 rlineto stroke
82 282 moveto
(7421117-Gato-Mboy) show
192 282 moveto
19.500 MX
(6.20) show
242 282 moveto
(Release configuration Conflict) show
newpath 78 288 moveto
456 0 rlineto stroke
newpath 78 270 moveto
456 0 rlineto stroke
newpath 78 288 moveto
0 -18 rlineto stroke
newpath 534 288 moveto
0 -18 rlineto stroke
newpath 188 288 moveto
0 -18 rlineto stroke
newpath 238 288 moveto
0 -18 rlineto stroke
82 300 moveto
(7905886-Gato-Mboy) show
192 300 moveto
19.500 MX
(6.5) show
242 300 moveto
(RCF_CMVC.BUILD does not restore the state file) show
newpath 78 306 moveto
456 0 rlineto stroke
newpath 78 288 moveto
456 0 rlineto stroke
newpath 78 306 moveto
0 -18 rlineto stroke
newpath 534 306 moveto
0 -18 rlineto stroke
newpath 188 306 moveto
0 -18 rlineto stroke
newpath 238 306 moveto
0 -18 rlineto stroke
82 318 moveto
(821379-Wood-Hvz) show
192 318 moveto
19.500 MX
(6.21) show
242 318 moveto
(Erroneous/incomplete/unclean Start messages {":::"} for Rcf) show
242 330 moveto
(commands) show
newpath 78 336 moveto
456 0 rlineto stroke
newpath 78 306 moveto
456 0 rlineto stroke
newpath 78 336 moveto
0 -30 rlineto stroke
newpath 534 336 moveto
0 -30 rlineto stroke
newpath 188 336 moveto
0 -30 rlineto stroke
newpath 238 336 moveto
0 -30 rlineto stroke
82 348 moveto
(8509773-Gato-Mboy) show
192 348 moveto
19.500 MX
(6.4) show
242 348 moveto
10 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
242 360 moveto
10 /Palatino-Roman SelectFont
(Destroy_View_Postprocess should be called.) show
newpath 78 366 moveto
456 0 rlineto stroke
newpath 78 336 moveto
456 0 rlineto stroke
newpath 78 366 moveto
0 -30 rlineto stroke
newpath 534 366 moveto
0 -30 rlineto stroke
newpath 188 366 moveto
0 -30 rlineto stroke
newpath 238 366 moveto
0 -30 rlineto stroke
82 378 moveto
(9018679-Gato-Mboy) show
192 378 moveto
19.500 MX
(6.22) show
242 378 moveto
(Suggestion: Fix -i options to work better when including) show
242 390 moveto
(multiple libraries) show
newpath 78 396 moveto
456 0 rlineto stroke
newpath 78 366 moveto
456 0 rlineto stroke
newpath 78 396 moveto
0 -30 rlineto stroke
newpath 534 396 moveto
0 -30 rlineto stroke
newpath 188 396 moveto
0 -30 rlineto stroke
newpath 238 396 moveto
0 -30 rlineto stroke
82 408 moveto
(9123690-0157-0) show
192 408 moveto
19.500 MX
(6.23) show
242 408 moveto
(csr5073: RCF.IMPORT and MAKE_PATH should allow mult) show
242 420 moveto
(views.) show
newpath 78 426 moveto
456 0 rlineto stroke
newpath 78 396 moveto
456 0 rlineto stroke
newpath 78 426 moveto
0 -30 rlineto stroke
newpath 534 426 moveto
0 -30 rlineto stroke
newpath 188 426 moveto
0 -30 rlineto stroke
newpath 238 426 moveto
0 -30 rlineto stroke
82 438 moveto
(9123690-0167-4) show
192 438 moveto
19.500 MX
(6.8) show
242 438 moveto
10 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
242 450 moveto
10 /Palatino-Roman SelectFont
(csr5691: Assocatied file retrieval on warning not correct) show
newpath 78 456 moveto
456 0 rlineto stroke
newpath 78 426 moveto
456 0 rlineto stroke
newpath 78 456 moveto
0 -30 rlineto stroke
newpath 534 456 moveto
0 -30 rlineto stroke
newpath 188 456 moveto
0 -30 rlineto stroke
newpath 238 456 moveto
0 -30 rlineto stroke
82 468 moveto
(9123690-0173-4) show
192 468 moveto
19.500 MX
(6.7) show
242 468 moveto
(csr5983: Indirect files not working correctly) show
newpath 78 474 moveto
456 0 rlineto stroke
newpath 78 456 moveto
456 0 rlineto stroke
newpath 78 474 moveto
0 -18 rlineto stroke
newpath 534 474 moveto
0 -18 rlineto stroke
newpath 188 474 moveto
0 -18 rlineto stroke
newpath 238 474 moveto
0 -18 rlineto stroke
82 486 moveto
(9123690-0175-6) show
192 486 moveto
19.500 MX
(6.24) show
242 486 moveto
(RCI-invalid values using Swithes.Change) show
newpath 78 492 moveto
456 0 rlineto stroke
newpath 78 474 moveto
456 0 rlineto stroke
newpath 78 492 moveto
0 -18 rlineto stroke
newpath 534 492 moveto
0 -18 rlineto stroke
newpath 188 492 moveto
0 -18 rlineto stroke
newpath 238 492 moveto
0 -18 rlineto stroke
newpath 78 492 moveto
456 0 rlineto stroke
newpath 78 474 moveto
456 0 rlineto stroke
72 554 moveto
13 /Palatino-Bold SelectFont
(6.1. Downloading Units) show
72 578 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4718267-Gato-Mboy) show
72 602 moveto
(In previous releases, the) 2.135 WS
4.886 MX
(RCI used the download time of an object to determine whether it) 2.136 WS
72 615 moveto
(needed to be downloaded. When units) 0.991 WS
3.740 MX
(were compiled, the RCI checked to see if the edit time) 0.990 WS
72 628 moveto
(was more recent than the download time for the object; that is, if the) 0.363 WS
3.114 MX
(unit had been edited since) 0.364 WS
72 641 moveto
(it was last downloaded, the unit) 1.299 WS
4.048 MX
(needed to be downloaded. In some cases, particularly using) 1.298 WS
72 654 moveto
(Archive.Copy to move units into a new view, the edit time of the unit) 0.066 WS
2.817 MX
(may have been older than) 0.067 WS
72 667 moveto
(the download time, so the RCI did not download the unit.) show
72 691 moveto
(Instead of recording the download time, the RCI now records the edit time) 0.552 WS
3.301 MX
(when it downloads) 0.551 WS
72 704 moveto
(the unit. It compares the edit times to determine whether or not to download the unit.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
301.370 MX
(7) show
EndPage
%%Page: 8 10
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(A new switch, Rci.Optimize_Download, has been added to the RCI to control downloading) 1.963 WS
72 85 moveto
(units in interactive mode. If you set) 1 WS
3.749 MX
(the value of the switch to False, when you compile them,) 0.999 WS
72 98 moveto
(the RCI downloads all units regardless of the edit times. The default value of the switch is True.) show
72 136 moveto
13 /Palatino-Bold SelectFont
(6.2. Uploading Executable Files) show
72 160 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 1227523-Gato-Mboy) show
72 184 moveto
(In previous releases and depending on the specific extension,) 0.980 WS
3.731 MX
(the RCI automatically uploaded) 0.981 WS
72 197 moveto
(the executable) 3.569 WS
6.318 MX
(module created by the remote linker. A new session switch, Session_Rci-) 3.568 WS
72 210 moveto
(.Retrieve_Executable, has been added to the RCI to determine whether or not) 1.218 WS
3.969 MX
(the RCI should) 1.219 WS
72 223 moveto
(upload the executable module to the host. In general, if you want to upload) 1.968 WS
4.717 MX
(the executable) 1.967 WS
72 236 moveto
(module, set the value of the Session_Rci.Retrieve_Executable) 3.421 WS
6.172 MX
(switch to True. Check your) 3.422 WS
72 249 moveto
(extension-specific documentation for more information about uploading executable files.) show
72 287 moveto
13 /Palatino-Bold SelectFont
(6.3. Customized Remote_Unit_Name Value) show
72 311 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 324 moveto
11 /Palatino-Roman SelectFont
(PRS Number =>) show
11 /Palatino-Italic SelectFont
( none) show
72 348 moveto
11 /Palatino-Roman SelectFont
(The RCI previously ignored the value returned by the customizable) 3.701 WS
6.450 MX
(Remote_Unit_Name) show
72 361 moveto
(extension. In this release, the RCI) 0.140 WS
2.891 MX
(uses the customized name for the unit and stores that value in) 0.141 WS
72 374 moveto
(the state information.) show
72 412 moveto
13 /Palatino-Bold SelectFont
(6.4. Destroy_View_Postprocess) show
72 436 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 449 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6182774-Jazm-Jak; 8509773-Gato_Mboy) show
72 473 moveto
(The Destroy_View_Postprocess procedure was not called in previous RCI releases.) show
72 497 moveto
(The RCI, under D12_7_0 and later) 8.183 WS
10.932 MX
(versions of the Environment, calls Destroy-) 8.182 WS
72 510 moveto
(_View_Postprocess. You can manage remote library) 3.916 WS
6.667 MX
(destruction from this extension. See) 3.917 WS
72 523 moveto
(Appendix B for more information on new parameters.) show
72 547 moveto
11 /Palatino-Italic SelectFont
(Note: You must wait until you have installed Release D_12_7_3 to use this fix.) show
72 585 moveto
13 /Palatino-Bold SelectFont
(6.5. Rci_Cmvc.Build and the State File) show
72 609 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7905886-Gato-Mboy) show
72 633 moveto
(In previous) 1.917 WS
4.666 MX
(releases, you had to specify the Goal parameter as Goal => Compilation.Source) 1.916 WS
72 646 moveto
(when restoring from a configuration to avoid errors resulting from a nonexistent state file.) show
72 670 moveto
(Rci_Cmvc.Build, as well as) 1.525 WS
4.276 MX
(all Rci_Cmvc operations, simply invokes its Cmvc counterpart in) 1.526 WS
72 683 moveto
(this release of the RCI, after storing remote library information. Cmvc.Build) 0.873 WS
3.622 MX
(now refreshes the) 0.872 WS
72 696 moveto
(state information before recoding) 7.263 WS
10.014 MX
(units, so you no longer need to set Goal =>) 7.264 WS
72 709 moveto
(Compilation.Source.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(8) show
299.161 MX
(December 1992 ) 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 2_0_5) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.6. Null Remote_Directory Library Switch) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 5185401-Gato-Mboy) show
72 122 moveto
(In previous releases, if the Remote_Directory library) 0.369 WS
3.118 MX
(switch was inadvertently set to null, when) 0.368 WS
72 135 moveto
(you promoted units to coded, the RCI tried to download and compile the units) 0.931 WS
3.682 MX
(on the remote) 0.932 WS
72 148 moveto
(compilation platform.) show
72 172 moveto
(The RCI no longer attempts to code units if) 0.984 WS
3.733 MX
(the Remote_Machine or Remote_Directory library) 0.983 WS
72 185 moveto
(switches are set to null.) show
72 223 moveto
13 /Palatino-Bold SelectFont
(6.7. Cmvc.Accept_Changes and Indirect Files) show
72 247 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0173-4) show
72 271 moveto
(Cmvc.Accept_Changes \050and Rci_Cmvc.Accept_Changes\051 previously) 4.976 WS
7.727 MX
(could produce errors) 4.977 WS
72 284 moveto
(when you used an indirect file as the Source parameter.) show
72 308 moveto
(Fixed; CMVC integration eliminates this action.) show
72 346 moveto
13 /Palatino-Bold SelectFont
(6.8. Associated-file Retrieval On Warning) show
72 370 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 383 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0167-4) show
72 407 moveto
(In previous releases, the presence of warning messages) 1.247 WS
3.996 MX
(did not alter file retrieval behavior in) 1.246 WS
72 420 moveto
(the remote compilation operation. If there) 2.658 WS
5.409 MX
(were no errors in the output log, then the RCI) 2.659 WS
72 433 moveto
(retrieved files specified to be retrieved under "On_Normal" or "Always" conditions. The RCI) 1.611 WS
72 446 moveto
(did not recognize warnings, so no files were retrieved under that condition.) show
72 470 moveto
(The presence of warnings in) 4.486 WS
7.237 MX
(an otherwise error free target compilation with a Telnet) 4.487 WS
72 483 moveto
(customization establishes the "On_Warning" file retrieval) 0.446 WS
3.195 MX
(state. The RCI retrieves files specified) 0.445 WS
72 496 moveto
(to be retrieved "On_Warning", as well as) 2.892 WS
5.643 MX
(files specified to be retrieved "On_Normal" and) 2.893 WS
72 509 moveto
("Always".) show
72 547 moveto
13 /Palatino-Bold SelectFont
(6.9. Target Semantic Checking in Spec Views) show
72 571 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 1546259-Jazm-Jak) show
72 595 moveto
(The RCI 2_0_5 supports spec views and the corresponding target semantic checking.) show
72 619 moveto
(See Section 5.4, \252Using Spec Views\272) 1.948 WS
4.697 MX
(and the) 1.947 WS
11 /Palatino-Italic SelectFont
( RCI User's Manual) 1.947 WS
11 /Palatino-Roman SelectFont
( for more information about) 1.947 WS
72 632 moveto
(using spec views.) show
72 670 moveto
13 /Palatino-Bold SelectFont
(6.10. Rci.Build_Remote_Library Message) show
72 694 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 2002254-Gato-Mboy) show
72 718 moveto
(Fixed; Rci.Build_Remote_Library now properly displays its parameters on startup.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
301.370 MX
(9) show
EndPage
%%Page: 10 12
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.11. Package Rcf_Cmvc and CMVC Compatability) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 2264311-Blut-Smp) show
72 122 moveto
(Cmvc integration provides most Rcf_Cmvc functionality through) 2.243 WS
4.994 MX
(direct use of Cmvc and a) 2.244 WS
72 135 moveto
(default switch naming mechanism for remote locations.) show
72 159 moveto
(Package Rci_Cmvc replaces) 6.961 WS
9.710 MX
(package Rcf_Cmvc, but should be used under limited) 6.960 WS
72 172 moveto
(circumstances. It contains view-creation commands that provide) 0.610 WS
3.361 MX
(finer control of remote library) 0.611 WS
72 185 moveto
(location through Remote_Directory and Remote_Machine parameters.) show
72 223 moveto
13 /Palatino-Bold SelectFont
(6.12. RCI Initialization Messages) show
72 247 moveto
11 /Palatino-Roman SelectFont
(PRS Number =>3178322-Blut-Smp) show
72 271 moveto
(Fixed; RCI initialization now reports more descriptive, user-friendly error messages.) show
72 309 moveto
13 /Palatino-Bold SelectFont
(6.13. Improved Response Time with Telnet Connection Caching) show
72 333 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 329380-Jazm-Jak) show
72 357 moveto
(Fixed; Caching Telnet connections improves response time.) show
72 395 moveto
13 /Palatino-Bold SelectFont
(6.14. Rci.Display_Unit_Options Report) show
72 419 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 3483464-Gato-Mboy) show
72 443 moveto
(Fixed; The Rci.Display_Unit_Options command does not) 1.854 WS
4.603 MX
(attempt to display unit options for) 1.853 WS
72 456 moveto
(anything other than Ada units.) show
72 494 moveto
13 /Palatino-Bold SelectFont
(6.15. Rci.Rebuild _Remote_Library View Parameter) show
72 518 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4136360-Bozo-Hvz; 5374578-Gato-Mboy) show
72 542 moveto
(In previous releases, Rcf.Rebuild_Remote_Library generated error messages if) 0.526 WS
3.277 MX
(you specified an) 0.527 WS
72 555 moveto
(Ada unit in the View parameter.) show
72 579 moveto
(Rci.Rebuild_Remote_Library now obtains the enclosing view) 1.606 WS
4.355 MX
(of objects specified in the View) 1.605 WS
72 592 moveto
(parameter.) show
72 630 moveto
13 /Palatino-Bold SelectFont
(6.16. Rcf_Cmvc.Accept_Changes) show
72 654 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 5095347-Gato-Mboy; CSR6688) show
72 678 moveto
(Fixed; Cmvc.Accept_Changes replaces Rcf_Cmvc.Accept_Changes.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(10) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 11 13
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.17. Inconsistent Imports) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 606019-Gato-Mboy) show
72 122 moveto
(Previous to this release, the Rcf.Refresh_View, Rcf.Build_Remote_Library, and Rcf.Rebuild_-) 2.169 WS
72 135 moveto
(Remote_Library commands did not always create correct import lists \050) 0.972 WS
10 /Courier-Bold SelectFont
(alib.list) show
11 /Palatino-Roman SelectFont
( files\051 on the) 0.972 WS
72 148 moveto
(remote compilation platform.) show
72 172 moveto
(In particular, whenever you used these commands to build a set) 0.051 WS
2.802 MX
(of remote libraries from a set of) 0.052 WS
72 185 moveto
(host views, the remote imports list would be incorrect unless) 0.088 WS
2.837 MX
(you built the remote libraries from) 0.087 WS
72 198 moveto
(the bottom up \050that) 0.665 WS
3.416 MX
(is, starting with the views that have no imports then building their clients,) 0.666 WS
72 211 moveto
(then building the next layer of clients, and so on\051.) show
72 235 moveto
(When you use the Rci.Refresh_View, Rci.Build_Remote_Library, and) 3.799 WS
6.548 MX
(Rci.Rebuild_Remote-) show
72 248 moveto
(_Library commands, the remote imports lists will be correct regardless of the order in) 1.402 WS
4.153 MX
(which) show
72 261 moveto
(you build the remote libraries.) show
72 299 moveto
13 /Palatino-Bold SelectFont
(6.18. Rci.Accept_Remote_Changes with Missing Units) show
72 323 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6272895-Gato-Mboy) show
72 347 moveto
(During an Rcf.Accept_Remote_Changes operation on several) 2.110 WS
4.859 MX
(units, if one of those specified) 2.109 WS
72 360 moveto
(units did not exist on the) 1.877 WS
4.628 MX
(remote compilation platform, the RCI would quit, and not accept) 1.878 WS
72 373 moveto
(changes from the remaining units.) show
72 397 moveto
(Now the RCI prints an error mesage indicating that) 2.845 WS
5.594 MX
(the unit is not found on the remote) 2.844 WS
72 410 moveto
(platform, and continues to accept changes for the remaining units.) show
72 448 moveto
13 /Palatino-Bold SelectFont
(6.19. Rci.Execute_Remote_Command Message Format) show
72 472 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6314946-Blut-Smp; 7099998-Gato-Mboy) show
72 496 moveto
(Fixed; the Rci.Execute_Remote_Command output message format is now correct.) show
72 534 moveto
13 /Palatino-Bold SelectFont
(6.20. Cmvc.Release Naming Conflict) show
72 558 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7421117-Gato-Mboy) show
72 582 moveto
(Fixed; with Cmvc integration, the RCI cannot get out of sync with CMVC on Release naming.) show
72 620 moveto
13 /Palatino-Bold SelectFont
(6.21. Rci Message Format) show
72 644 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 821379-Wood-Hvz) show
72 668 moveto
(Fixed; the RCI now provides more descriptive, clearer start messages for Rci commands.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(11) show
EndPage
%%Page: 12 14
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.22. Including Multiple Libraries with -i Options) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9018679-Gato-Mboy) show
72 122 moveto
(In previous releases, it was difficult to support -i compiler options to include multiple libraries.) show
72 146 moveto
(A possible solution for long -i) 0.217 WS
2.968 MX
(parameter lists is to use unit options. The maximum length of the) 0.218 WS
72 159 moveto
(unit option has been expanded to hold up to 1024 characters per unit to support this.) show
72 197 moveto
13 /Palatino-Bold SelectFont
(6.23. Multiple Views with Import and Make_Path) show
72 221 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0157-0; CSR5073) show
72 245 moveto
(Fixed; with CMVC integration, Cmvc.Import and Cmvc.Make_Path accept multiple views.) show
72 283 moveto
13 /Palatino-Bold SelectFont
(6.24. Setting Invalid Switch Values) show
72 307 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0175-6) show
72 331 moveto
(Fixed; the RCI) 3.148 WS
5.897 MX
(now does type checking to prevent you from setting boolean switches to) 3.147 WS
72 344 moveto
(non-boolean values.) show
72 384 moveto
15 /Palatino-Bold SelectFont
(7. Limitations) show
72 408 moveto
11 /Palatino-Roman SelectFont
(This section describes limitations in Release 2_0_5 of the Customizable RCI.) show
72 446 moveto
13 /Palatino-Bold SelectFont
(7.1. Demoting Units with Cmvc.Destroy_View) show
72 470 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 494 moveto
11 /Palatino-Roman SelectFont
(The RCI does not call Demote Preprocess) 3.673 WS
6.424 MX
(and Postprocess for RCI units demoted by a) 3.674 WS
72 507 moveto
(Cmvc.Destroy_View operation.) show
72 545 moveto
13 /Palatino-Bold SelectFont
(7.2. Time-Stamp and Error Handling Support) show
72 569 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 593 moveto
11 /Palatino-Roman SelectFont
(The RCI does) 2.294 WS
5.043 MX
(not yet use the new hooks added to the customization to obtain remote file) 2.293 WS
72 606 moveto
(time-stamp information and to perform perform pattern matching on) 1.134 WS
3.885 MX
(output from the remote) 1.135 WS
72 619 moveto
(machine.) show
72 643 moveto
(Providing values for these hooks in your customization has no effect.) show
72 681 moveto
13 /Palatino-Bold SelectFont
(7.3. Rci.Remote_Library Switch) show
72 705 moveto
11 /Palatino-Roman SelectFont
(The RCI now stores the value for the remote program library for a given view) 1.523 WS
4.272 MX
(in the view's) 1.522 WS
72 718 moveto
(compiler library switch, Rci.Remote_Library.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(12) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 13 15
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
72 72 moveto
11 /Palatino-Roman SelectFont
(If you alter the value of that switch, it can cause unspecified behavior.) show
72 96 moveto
11 /Palatino-Italic SelectFont
(Note: Do not change the value of the Rci.Remote_Library switch.) show
72 134 moveto
13 /Palatino-Bold SelectFont
(7.4. Target Compiler Restrictions with Generics) show
72 158 moveto
11 /Palatino-Roman SelectFont
(Units that instantiate generics) 1.409 WS
4.160 MX
(declared in that unit are not considered to depend on the unit) 1.410 WS
72 171 moveto
(that provides the generic) 0.108 WS
2.857 MX
(body. This requires the RCI to tolerate certain cyclic dependencies that) 0.107 WS
72 184 moveto
(are accepted on) 0.192 WS
2.943 MX
(compilers such as the Telesoft Rs6000. Note that some target compilers produce) 0.193 WS
72 197 moveto
(errors when) 1.312 WS
4.061 MX
(attempting to code such a unit, preventing coding from taking place. Customers) 1.311 WS
72 210 moveto
(that use) 0.974 WS
3.725 MX
(these more restrictive compilers do not get the benefits of the host cyclic dependency) 0.975 WS
72 223 moveto
(check.) show
72 261 moveto
13 /Palatino-Bold SelectFont
(7.5. Using Only_Change_Imports) show
72 285 moveto
11 /Palatino-Roman SelectFont
(Users must be careful using the) 1.293 WS
4.042 MX
(Only_Change_Imports parameter when spawning RCI views) 1.292 WS
72 298 moveto
(from R1000 views \050or any) 3.463 WS
6.214 MX
(view of a different target key\051. CMVC rejects view-spawning) 3.464 WS
72 311 moveto
(operations that) show
72 335 moveto
(\267 ) show
14.584 MX
(Set Only_Change_Imports to True) show
72 353 moveto
(\267 ) show
14.584 MX
(Introduce a different model) show
72 371 moveto
(\267 ) show
14.584 MX
(List specific views in the Views_To_Import field) show
72 395 moveto
(The default value of Only_Change_Imports is True; you may need to set it to False if the) 0.155 WS
2.904 MX
(second) show
72 408 moveto
(and third conditions exist.) show
72 446 moveto
13 /Palatino-Bold SelectFont
(7.6. Creating Spec Views) show
72 470 moveto
11 /Palatino-Roman SelectFont
(You can only make a spec view from a combined view) 2.185 WS
4.936 MX
(in a spec-load subsystem, not in a) 2.186 WS
72 483 moveto
(combined subsystem.) show
72 507 moveto
(See Section 5.4, \252Using Spec Views\272, for more information.) show
72 545 moveto
13 /Palatino-Bold SelectFont
(7.7. Restarting the RCI) show
72 569 moveto
11 /Palatino-Roman SelectFont
(If you kill the RCI,) 0.762 WS
3.511 MX
(then immediately restart it, you may kill the host Environment. Wait a few) 0.761 WS
72 582 moveto
(seconds to restart the RCI.) show
72 620 moveto
13 /Palatino-Bold SelectFont
(7.8. Compilation Order Involving Generics) show
72 644 moveto
11 /Palatino-Roman SelectFont
(Compilation ordering) 2.127 WS
4.878 MX
(involving generics assumes macro expansion, regardless of how your) 2.128 WS
72 657 moveto
(site-specific extension or Rational-supported extension has been implemented. The RCI) 0.687 WS
3.436 MX
(always) show
72 670 moveto
(assumes macro expansions and introduces additional coding dependencies as a result.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(13) show
EndPage
%%Page: 14 16
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(7.9. Renamed Inlined Subroutines) show
72 98 moveto
11 /Palatino-Roman SelectFont
(In some cases, the RCI does not) 1.132 WS
3.883 MX
(properly handle inlined subroutines that are renamed, or are) 1.133 WS
72 111 moveto
(contained in packages that are renamed. In particular, the RCI may not consider) 0.695 WS
3.444 MX
(units that call) 0.694 WS
72 124 moveto
(these routines through renames dependent on the inline) 0.531 WS
3.282 MX
(bodies. Also, if the renamed routine is) 0.532 WS
72 137 moveto
(in a different view) 0.246 WS
2.995 MX
(from the caller, the RCI may fail with an exception when it tries to install the) 0.245 WS
72 150 moveto
(caller.) show
72 188 moveto
13 /Palatino-Bold SelectFont
(7.10. Coding Subunits and Parents) show
72 212 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0167-0) show
72 236 moveto
(Coding a subunit requires that the parent be coded first. In the RCI,) 0.993 WS
3.744 MX
(if units are installed, it is) 0.994 WS
72 249 moveto
(assumed that) 1.744 WS
4.493 MX
(they will code on the remote compilation platform. The RCI does not provide) 1.743 WS
72 262 moveto
(special case handling for an unusual error in the event that an Ada unit fails) 1.526 WS
4.277 MX
(to code on the) 1.527 WS
72 275 moveto
(remote compilation platform. The compilation operation does not record whether) 1.361 WS
4.110 MX
(it has tried) 1.360 WS
72 288 moveto
(and failed to code the parent unit. The RCI tries to code the) 0.289 WS
3.040 MX
(subunit even though the parent has) 0.290 WS
72 301 moveto
(failed to code.) show
72 339 moveto
13 /Palatino-Bold SelectFont
(7.11. Using DTIA and UNIX Shells) show
72 363 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4514072-Gato-Mboy) show
72 387 moveto
(When you use the RCI in conjunction with DTIA and UNIX, the UNIX default login shell) 0.505 WS
3.254 MX
(must) show
72 400 moveto
(be \252ksh\272. If the default shell) 0.453 WS
3.204 MX
(is \252csh\272, then the RCI job hangs on some commands and returns a) 0.454 WS
72 412 moveto
10 /Courier-Bold SelectFont
("Variable Syntax") 3.031 WS
11 /Palatino-Roman SelectFont
( message.) 3.031 WS
5.780 MX
(Killing the RCI leaves certain processes, ) 3.030 WS
10 /Courier-Bold SelectFont
(csh) show
11 /Palatino-Roman SelectFont
( and ) 3.030 WS
10 /Courier-Bold SelectFont
(in.dtia) show
11 /Palatino-Roman SelectFont
(,) show
72 425 moveto
(running on the remote UNIX system.) show
72 449 moveto
(Use the following steps to remove those jobs:) show
72 473 moveto
(1.) show
15.750 MX
(Log in to the remote UNIX system.) show
72 491 moveto
(2.) show
15.750 MX
(Use the UNIX ) show
10 /Courier-Bold SelectFont
(kill -9) show
11 /Palatino-Roman SelectFont
( command for that system to kill the remaining associated jobs.) show
72 529 moveto
13 /Palatino-Bold SelectFont
(7.12. Telnet Logins) show
72 553 moveto
11 /Palatino-Roman SelectFont
(For extensions using) 0.580 WS
3.331 MX
(the Telnet/FTP transfer mode, remote user logins cannot request input. If) 0.581 WS
72 566 moveto
(they do, such logins hang.) show
72 604 moveto
13 /Palatino-Bold SelectFont
(7.13. Prompting For Passwords) show
72 628 moveto
11 /Palatino-Roman SelectFont
(The RCI no longer supports the Prompt For Password feature.) show
72 666 moveto
13 /Palatino-Bold SelectFont
(7.14. Archive.Copy/Archive.Restore Operations) show
72 690 moveto
11 /Palatino-Roman SelectFont
(Note the following conditions when you) 3.216 WS
5.965 MX
(use Archive.Copy and Archive.Restore with the) 3.215 WS
72 703 moveto
(Customizable RCI.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(14) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 15 17
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
72 73 moveto
12 /Palatino-Bold SelectFont
(7.14.1. Archiving and Restoring Views) show
72 97 moveto
11 /Palatino-Roman SelectFont
(Archive.Copy and Archive.Restore refresh all RCI state) 0.758 WS
3.509 MX
(information when copying/restoring a) 0.759 WS
72 110 moveto
(view, including the following:) show
72 134 moveto
(\267 ) show
14.584 MX
(Remote unit names) show
72 152 moveto
(\267 ) show
14.584 MX
(Unit download timestamps) show
72 170 moveto
(\267 ) show
14.584 MX
(Unit options) show
72 194 moveto
(Compiler_Switches are copied from the source) 2.710 WS
5.459 MX
(view. This leaves the switches Ftp.Remote-) 2.709 WS
72 207 moveto
(_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, use) 3.295 WS
6.046 MX
(Rci.Build_Remote_Library to build a new) 3.296 WS
72 268 moveto
(remote library for the host view.) show
72 305 moveto
12 /Palatino-Bold SelectFont
(7.14.2. Copying and Restoring Secondaries) show
72 329 moveto
11 /Palatino-Roman SelectFont
(Archive does not copy sub-objects such as secondary referencer) 1.199 WS
3.948 MX
(files. Before you copy a view) 1.198 WS
72 342 moveto
(containing secondaries to a new location, run Rci.Expand_Secondary_Referencers to) 4.310 WS
7.061 MX
(put) show
72 355 moveto
(secondary referencer files into a form) 3.147 WS
5.896 MX
(that can be copied. Once your copy operation has) 3.146 WS
72 368 moveto
(completed, run Rci.Collapse_Secondary_Referencers to restore the secondary) 5.840 WS
8.591 MX
(referencer) show
72 381 moveto
(sub-objects.) show
72 419 moveto
13 /Palatino-Bold SelectFont
(7.15. Trace_Command_Output And Rci.Execute_Remote_Command) show
72 443 moveto
11 /Palatino-Roman SelectFont
(Since Trace_Command_Output is a library switch, and) 4.616 WS
7.365 MX
(Execute_Remote_Command is a) 4.615 WS
72 456 moveto
(command that is not associated with any) 1.077 WS
3.828 MX
(library context, this switch is not recognized by this) 1.078 WS
72 469 moveto
(command.) show
72 507 moveto
13 /Palatino-Bold SelectFont
(7.16. Rci.Execute_Remote_Command) show
72 531 moveto
11 /Palatino-Roman SelectFont
(Rci.Execute_Remote_Command cannot run commands that require input.) show
72 569 moveto
13 /Palatino-Bold SelectFont
(7.17. COTS Specifications) show
72 593 moveto
11 /Palatino-BoldItalic SelectFont
(Caution:) show
11 /Palatino-Italic SelectFont
( Rational Technical Representatives) 0.696 WS
3.445 MX
(must not upload third party vendor specifications into the) 0.695 WS
72 606 moveto
(RCI predefined areas.) show
72 630 moveto
11 /Palatino-Roman SelectFont
(As the customer, you must contact your third party) 1.254 WS
4.005 MX
(vendor for information regarding license) 1.255 WS
72 643 moveto
(and restrictions or to obtain written permission to upload or copy specifications yourself.) show
72 681 moveto
13 /Palatino-Bold SelectFont
(7.18. Associated Files Retrieval For Secondaries) show
72 705 moveto
11 /Palatino-Roman SelectFont
(When processing a secondary file, the) 4.656 WS
7.405 MX
(RCI does not call the Retrieve_Associated_Files) 4.655 WS
72 718 moveto
(Preprocess and Postprocess extensions.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(15) show
EndPage
%%Page: 16 18
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(7.19. Overloading Attributes) show
72 98 moveto
11 /Palatino-Roman SelectFont
(The types) 0.397 WS
3.148 MX
(of the attribute prefixes must be mutually exclusive when you customize to overload) 0.398 WS
72 111 moveto
(vendor-specific attributes.) show
72 151 moveto
15 /Palatino-Bold SelectFont
(8. Known Problems) show
72 175 moveto
11 /Palatino-Roman SelectFont
(Following is a list of problems known at the time of this release.) show
72 213 moveto
13 /Palatino-Bold SelectFont
(8.1. Nonexistent Page Error Exception) show
72 237 moveto
11 /Palatino-Roman SelectFont
(Nonexistent Page Errors can occur when the RCI is not elaborated.) show
72 261 moveto
(To determine if the RCI is elaborated:) show
72 285 moveto
(1.) show
15.750 MX
(Execute What.Users.) show
72 303 moveto
(2.) show
15.750 MX
(Search for the job name) show
11 /Palatino-Italic SelectFont
( Rci_Compiler Rev2_0_5) show
11 /Palatino-Roman SelectFont
(.) show
72 327 moveto
(If the RCI_Compiler is not running:) show
72 351 moveto
(1.) show
15.750 MX
(Run Start_Rci_Main.) show
72 369 moveto
(2.) show
15.750 MX
(Use) show
11 /Palatino-Italic SelectFont
( Custom_Key) show
11 /Palatino-Roman SelectFont
(.Register to register your extension.) show
72 407 moveto
13 /Palatino-Bold SelectFont
(8.2. Remote Access Control) show
72 431 moveto
11 /Palatino-Roman SelectFont
(The remote DTIA server creates all remote files with the access permissions:) show
72 455 moveto
10 /Courier-Bold SelectFont
( rw- r-- r--) show
72 479 moveto
11 /Palatino-Roman SelectFont
(This permission setting gives read and write permission to the owner of the file, but) 2.405 WS
5.154 MX
(read) show
72 492 moveto
(permission only to) 0.412 WS
3.163 MX
(group and others. This can prevent multiple host R1000 users with different) 0.413 WS
72 505 moveto
(remote userids from operating on the same set of host views.) show
72 529 moveto
11 /Palatino-Italic SelectFont
(Note: This only affects extensions that use DTIA.) show
72 567 moveto
13 /Palatino-Bold SelectFont
(8.3. File Transfer Using FTP) show
72 591 moveto
11 /Palatino-Roman SelectFont
(File transfer can fail occasionally for extensions using the) 1.886 WS
4.635 MX
(Telnet/FTP transfer mode. In this) 1.885 WS
72 604 moveto
(case, the RCI attempts the transfer three times before) 1.059 WS
3.810 MX
(it stops trying to transfer. If none of the) 1.060 WS
72 617 moveto
(attempts succeed, the host unit is not promoted to the coded state.) show
72 655 moveto
13 /Palatino-Bold SelectFont
(8.4. RCI Compiler Switch Modification) show
72 679 moveto
11 /Palatino-Roman SelectFont
(Any changes to the) 2.858 WS
5.607 MX
(Compiler_Switches file while the RCI is not elaborated cause all RCI) 2.857 WS
72 692 moveto
(switches in that file to revert to their default values when the RCI is next elaborated.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(16) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 17 19
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
72 74 moveto
13 /Palatino-Bold SelectFont
(8.5. Compilation Warnings) show
72 98 moveto
11 /Palatino-Roman SelectFont
(When you execute) 0.041 WS
2.792 MX
(a Compilation.Make operation that includes predefined units in its closure, it) 0.042 WS
72 111 moveto
(generates warning messages stating that the predefined units have no bodies. Ignore) 2.393 WS
5.142 MX
(these) show
72 124 moveto
(warnings.) show
72 148 moveto
(Workaround: Set the Rational Environment Semantics.Subsystem_Interface library switch) 2.327 WS
5.078 MX
(to) show
72 161 moveto
(True. Setting this switch indicates that the world should be treated as a subsystem interface, a) 0.895 WS
72 174 moveto
(spec view, and thus the units do not require bodies.) show
72 212 moveto
13 /Palatino-Bold SelectFont
(8.6. Rci.Upload_Unit Remote_Unit_Name Parameter) show
72 236 moveto
11 /Palatino-Roman SelectFont
(The Rci.Upload_Unit prompts with ">>REMOTE) 1.262 WS
4.013 MX
(UNIT NAME<< for the value of the remote) 1.263 WS
72 249 moveto
(unit name. This value should be a simple name, since the) 0.035 WS
2.784 MX
(RCI appends it to the remote directory) 0.034 WS
72 262 moveto
(name to create the name of the unit to upload.) show
72 300 moveto
13 /Palatino-Bold SelectFont
(8.7. Response Parameter With Compilation Operations) show
72 324 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 903338-Gato-Mboy) show
72 348 moveto
(Setting the Response parameter in Compilation.Make or) 0.700 WS
3.451 MX
(Compilation.Promote has no effect on) 0.701 WS
72 361 moveto
(RCI messages.) show
72 399 moveto
13 /Palatino-Bold SelectFont
(8.8. Rci.Accept_Remote_Changes Temporary File) show
72 423 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7288788-Gato-Mboy) show
72 447 moveto
(The Rci.Accept_Remote_Changes) 0.249 WS
2.998 MX
(command creates a temporary file, ) 0.248 WS
10 /Courier-Bold SelectFont
(Rci_Temp_<Time_Stamp>) show
11 /Palatino-Roman SelectFont
(,) show
72 460 moveto
(in the directory containing) 2.333 WS
5.084 MX
(the host unit. If the changes are not parsed successfully on the) 2.334 WS
72 473 moveto
(Rational Environment, then the RCI leaves this file behind without deleting it.) show
72 511 moveto
13 /Palatino-Bold SelectFont
(8.9. Rci.Check_Consistency Temporary File) show
72 535 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7554142-Gato-Mboy) show
72 559 moveto
(Rci.Check_Consistency creates a temporary file, ) 0.859 WS
10 /Courier-Bold SelectFont
(<Unit_Name>_Tmp) show
11 /Palatino-Roman SelectFont
(, in the) 0.859 WS
3.608 MX
(directory containing) 0.858 WS
72 572 moveto
(the host unit. If you have already created) 1.233 WS
3.984 MX
(a file with the same name, then the operation fails.) 1.234 WS
72 585 moveto
(This also causes the same error as Rci.Accept_Remote_Changes.) show
72 623 moveto
13 /Palatino-Bold SelectFont
(8.10. Limited Private Types In Predefined Units) show
72 647 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7059170-Gato-Mboy) show
72 671 moveto
(If an extension) 1.677 WS
11 /Palatino-Italic SelectFont
( names) 1.677 WS
11 /Palatino-Roman SelectFont
( a limited private type from a predefined package,) 1.677 WS
4.426 MX
(it generates a name) 1.676 WS
72 684 moveto
(resolution error. An extension names a type if the string representation of the type name) 2.770 WS
72 697 moveto
(appears anywhere in the extension. For example, if you define an attribute that returns a value) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(17) show
EndPage
%%Page: 18 20
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(of type System.Address, and System.Address is) 2.575 WS
5.324 MX
(a limited private type, the following error) 2.574 WS
72 85 moveto
(occurs during registration:) show
72 109 moveto
10 /Courier-Bold SelectFont
(Name resolution failure for type 'System.Address': AMBIGUOUS.) show
72 133 moveto
11 /Palatino-Roman SelectFont
(If you make the type private, the error message does not occur.) show
72 171 moveto
13 /Palatino-Bold SelectFont
(8.11. Private Type Equality Operator In Package System) show
72 195 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4348467-Gato-Mboy) show
72 219 moveto
(An error occurs when you attempt to rename the equality) 0.356 WS
3.107 MX
(operator of a private type in package) 0.357 WS
72 232 moveto
(System. This works if the type is not private.) show
72 272 moveto
15 /Palatino-Bold SelectFont
(9. Documentation) show
72 296 moveto
11 /Palatino-Roman SelectFont
(The) show
11 /Palatino-Italic SelectFont
( Rational Compilation) 4.079 WS
6.828 MX
(Integrator: User's Manual) 4.078 WS
11 /Palatino-Roman SelectFont
(, PN 4000-00500, Revision 2.0, provides) 4.078 WS
72 309 moveto
(additional information for RCI users.) show
72 349 moveto
15 /Palatino-Bold SelectFont
(10. Training) show
72 373 moveto
11 /Palatino-Italic SelectFont
(Rational Target Tools Training:) 3.735 WS
6.486 MX
(Rational Compilation Integrator Fundamentals) 3.736 WS
11 /Palatino-Roman SelectFont
(, PN 7000-00653,) 3.736 WS
72 386 moveto
(Revision 2.0, provides user training for the RCI.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(18) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 19 21
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
264.127 76 moveto
15 /Palatino-Bold SelectFont
(Appendix A) show
225.172 93 moveto
(Fixed Problems History) show
72 117 moveto
11 /Palatino-Roman SelectFont
(This appendix describes problems fixed in previous) 1.007 WS
3.756 MX
(releases of the product since RCF Release) 1.006 WS
72 130 moveto
(1_0_3. Descriptions of these fixes are in the) 1.004 WS
3.755 MX
(RCF: Release Information Release 1_1_1 Note \050PN) 1.005 WS
72 143 moveto
(508-003255-007\051 and Release 1_2_2 Note \050PN 508-003255-009\051.) show
72 167 moveto
(Fixes noted as) 1.749 WS
11 /Palatino-Italic SelectFont
( Customizer Only) 1.749 WS
11 /Palatino-Roman SelectFont
( apply to) 1.749 WS
4.498 MX
(customization components of the RCF. Customizers) 1.748 WS
72 180 moveto
(should check these fixes; general users can ignore these sections.) show
72 204 moveto
(The following table provides the PRS number of the problem, the release in which) 0.493 WS
3.244 MX
(the problem) 0.494 WS
72 217 moveto
(was fixed, and the PRS summary of the problem.) show
0 16.500 rmoveto
247.620 246.500 moveto
10 /Palatino-BoldItalic SelectFont
(History of Fixed Problems) show
72 259.500 moveto
11 /Palatino-Roman SelectFont
0 -16.500 rmoveto
102.865 267 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.255 267 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Release) show
193.835 279 moveto
(Number) show
352.805 267 moveto
(PRS Summary) show
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 255 moveto
456 0 rlineto stroke
newpath 78 285 moveto
0 -30 rlineto stroke
newpath 534 285 moveto
0 -30 rlineto stroke
newpath 188 285 moveto
0 -30 rlineto stroke
newpath 238 285 moveto
0 -30 rlineto stroke
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 255 moveto
456 0 rlineto stroke
newpath 78 285 moveto
0 -30 rlineto stroke
newpath 534 285 moveto
0 -30 rlineto stroke
newpath 188 285 moveto
0 -30 rlineto stroke
newpath 238 285 moveto
0 -30 rlineto stroke
82 297 moveto
10 /Palatino-Italic SelectFont
(none) show
192 297 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 297 moveto
(Compilation from detached jobs) show
newpath 78 303 moveto
456 0 rlineto stroke
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 303 moveto
0 -18 rlineto stroke
newpath 534 303 moveto
0 -18 rlineto stroke
newpath 188 303 moveto
0 -18 rlineto stroke
newpath 238 303 moveto
0 -18 rlineto stroke
82 315 moveto
10 /Palatino-Italic SelectFont
(none) show
192 315 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 315 moveto
(DTIA and Telnet/FTP connections have broken and hung) show
newpath 78 321 moveto
456 0 rlineto stroke
newpath 78 303 moveto
456 0 rlineto stroke
newpath 78 321 moveto
0 -18 rlineto stroke
newpath 534 321 moveto
0 -18 rlineto stroke
newpath 188 321 moveto
0 -18 rlineto stroke
newpath 238 321 moveto
0 -18 rlineto stroke
82 333 moveto
10 /Palatino-Italic SelectFont
(none) show
192 333 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_2_2) show
242 333 moveto
(Incremental pragma inline disallowal) show
newpath 78 339 moveto
456 0 rlineto stroke
newpath 78 321 moveto
456 0 rlineto stroke
newpath 78 339 moveto
0 -18 rlineto stroke
newpath 534 339 moveto
0 -18 rlineto stroke
newpath 188 339 moveto
0 -18 rlineto stroke
newpath 238 339 moveto
0 -18 rlineto stroke
82 351 moveto
10 /Palatino-Italic SelectFont
(none) show
192 351 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 351 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 363 moveto
10 /Palatino-Roman SelectFont
(Remote_Command_Interface error statuses) show
newpath 78 369 moveto
456 0 rlineto stroke
newpath 78 339 moveto
456 0 rlineto stroke
newpath 78 369 moveto
0 -30 rlineto stroke
newpath 534 369 moveto
0 -30 rlineto stroke
newpath 188 369 moveto
0 -30 rlineto stroke
newpath 238 369 moveto
0 -30 rlineto stroke
82 381 moveto
10 /Palatino-Italic SelectFont
(none) show
192 381 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_2_2) show
242 381 moveto
(Subunits of a generic body not coded before the instantiation) show
newpath 78 387 moveto
456 0 rlineto stroke
newpath 78 369 moveto
456 0 rlineto stroke
newpath 78 387 moveto
0 -18 rlineto stroke
newpath 534 387 moveto
0 -18 rlineto stroke
newpath 188 387 moveto
0 -18 rlineto stroke
newpath 238 387 moveto
0 -18 rlineto stroke
82 399 moveto
10 /Palatino-Italic SelectFont
(none) show
192 399 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_2_2) show
242 399 moveto
(Telnet Connection Echo Option) show
newpath 78 405 moveto
456 0 rlineto stroke
newpath 78 387 moveto
456 0 rlineto stroke
newpath 78 405 moveto
0 -18 rlineto stroke
newpath 534 405 moveto
0 -18 rlineto stroke
newpath 188 405 moveto
0 -18 rlineto stroke
newpath 238 405 moveto
0 -18 rlineto stroke
82 417 moveto
(1548835-Blut-Smp) show
192 417 moveto
4.500 MX
(1_2_2) show
242 417 moveto
(Missing Reusable Component subunits have been provided) show
newpath 78 423 moveto
456 0 rlineto stroke
newpath 78 405 moveto
456 0 rlineto stroke
newpath 78 423 moveto
0 -18 rlineto stroke
newpath 534 423 moveto
0 -18 rlineto stroke
newpath 188 423 moveto
0 -18 rlineto stroke
newpath 238 423 moveto
0 -18 rlineto stroke
82 435 moveto
(169982-Gato-Mboy) show
192 435 moveto
4.500 MX
(1_2_2) show
242 435 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 447 moveto
10 /Palatino-Roman SelectFont
(Invalid parameters for Promote_Preprocess using secondaries) show
newpath 78 453 moveto
456 0 rlineto stroke
newpath 78 423 moveto
456 0 rlineto stroke
newpath 78 453 moveto
0 -30 rlineto stroke
newpath 534 453 moveto
0 -30 rlineto stroke
newpath 188 453 moveto
0 -30 rlineto stroke
newpath 238 453 moveto
0 -30 rlineto stroke
82 465 moveto
(2394595-Gato-Mboy) show
192 465 moveto
4.500 MX
(1_2_2) show
242 465 moveto
(RCI error during import) show
newpath 78 471 moveto
456 0 rlineto stroke
newpath 78 453 moveto
456 0 rlineto stroke
newpath 78 471 moveto
0 -18 rlineto stroke
newpath 534 471 moveto
0 -18 rlineto stroke
newpath 188 471 moveto
0 -18 rlineto stroke
newpath 238 471 moveto
0 -18 rlineto stroke
82 483 moveto
(244898-Jazm-Jak) show
192 483 moveto
4.500 MX
(1_2_2) show
242 483 moveto
(Rcf.Accept_Remote_Changes should check out units) show
newpath 78 489 moveto
456 0 rlineto stroke
newpath 78 471 moveto
456 0 rlineto stroke
newpath 78 489 moveto
0 -18 rlineto stroke
newpath 534 489 moveto
0 -18 rlineto stroke
newpath 188 489 moveto
0 -18 rlineto stroke
newpath 238 489 moveto
0 -18 rlineto stroke
82 501 moveto
(2523423-Gato-Mboy) show
192 501 moveto
4.500 MX
(1_2_2) show
242 501 moveto
(Invalid compilation order created during multiple dependent) show
242 513 moveto
(views) show
newpath 78 519 moveto
456 0 rlineto stroke
newpath 78 489 moveto
456 0 rlineto stroke
newpath 78 519 moveto
0 -30 rlineto stroke
newpath 534 519 moveto
0 -30 rlineto stroke
newpath 188 519 moveto
0 -30 rlineto stroke
newpath 238 519 moveto
0 -30 rlineto stroke
82 531 moveto
(2760406-Blut-Smp) show
192 531 moveto
4.500 MX
(1_2_2) show
242 531 moveto
(rcf compiler locks terminal_nnn lines if job.kill of a rcf command) show
newpath 78 537 moveto
456 0 rlineto stroke
newpath 78 519 moveto
456 0 rlineto stroke
newpath 78 537 moveto
0 -18 rlineto stroke
newpath 534 537 moveto
0 -18 rlineto stroke
newpath 188 537 moveto
0 -18 rlineto stroke
newpath 238 537 moveto
0 -18 rlineto stroke
82 549 moveto
(2912557-Jazm-Jak) show
192 549 moveto
4.500 MX
(1_1_1) show
242 549 moveto
(Slow demotion in RCI views) show
newpath 78 555 moveto
456 0 rlineto stroke
newpath 78 537 moveto
456 0 rlineto stroke
newpath 78 555 moveto
0 -18 rlineto stroke
newpath 534 555 moveto
0 -18 rlineto stroke
newpath 188 555 moveto
0 -18 rlineto stroke
newpath 238 555 moveto
0 -18 rlineto stroke
82 567 moveto
(308411-Jazm-Jak) show
192 567 moveto
4.500 MX
(1_1_1) show
242 567 moveto
(Private type recognition problems) show
newpath 78 573 moveto
456 0 rlineto stroke
newpath 78 555 moveto
456 0 rlineto stroke
newpath 78 573 moveto
0 -18 rlineto stroke
newpath 534 573 moveto
0 -18 rlineto stroke
newpath 188 573 moveto
0 -18 rlineto stroke
newpath 238 573 moveto
0 -18 rlineto stroke
82 585 moveto
(3546124-Jazm-Jak) show
192 585 moveto
4.500 MX
(1_1_1) show
242 585 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 597 moveto
10 /Palatino-Roman SelectFont
(Delete phase went away in customizations) show
newpath 78 603 moveto
456 0 rlineto stroke
newpath 78 573 moveto
456 0 rlineto stroke
newpath 78 603 moveto
0 -30 rlineto stroke
newpath 534 603 moveto
0 -30 rlineto stroke
newpath 188 603 moveto
0 -30 rlineto stroke
newpath 238 603 moveto
0 -30 rlineto stroke
82 615 moveto
10 /Palatino-Italic SelectFont
(3617494-Gato-Mboy) show
192 615 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_2_2) show
242 615 moveto
(Link with Make_Uncoded_Units does not work) show
newpath 78 621 moveto
456 0 rlineto stroke
newpath 78 603 moveto
456 0 rlineto stroke
newpath 78 621 moveto
0 -18 rlineto stroke
newpath 534 621 moveto
0 -18 rlineto stroke
newpath 188 621 moveto
0 -18 rlineto stroke
newpath 238 621 moveto
0 -18 rlineto stroke
82 633 moveto
(3907848-Jazm-Jak) show
192 633 moveto
4.500 MX
(1_1_1) show
242 633 moveto
(Ftp waits too long between retries) show
newpath 78 639 moveto
456 0 rlineto stroke
newpath 78 621 moveto
456 0 rlineto stroke
newpath 78 639 moveto
0 -18 rlineto stroke
newpath 534 639 moveto
0 -18 rlineto stroke
newpath 188 639 moveto
0 -18 rlineto stroke
newpath 238 639 moveto
0 -18 rlineto stroke
82 651 moveto
(4379654-Gato-Mboy) show
192 651 moveto
4.500 MX
(1_1_1) show
242 651 moveto
(Implementation defined attributes do not work for expanded) show
242 663 moveto
(names) show
newpath 78 669 moveto
456 0 rlineto stroke
newpath 78 639 moveto
456 0 rlineto stroke
newpath 78 669 moveto
0 -30 rlineto stroke
newpath 534 669 moveto
0 -30 rlineto stroke
newpath 188 669 moveto
0 -30 rlineto stroke
newpath 238 669 moveto
0 -30 rlineto stroke
82 681 moveto
(4514072-Gato-Mboy) show
192 681 moveto
4.500 MX
(1_2_2) show
242 681 moveto
(DTIA doesn't close down csh process properly) show
newpath 78 687 moveto
456 0 rlineto stroke
newpath 78 669 moveto
456 0 rlineto stroke
newpath 78 687 moveto
0 -18 rlineto stroke
newpath 534 687 moveto
0 -18 rlineto stroke
newpath 188 687 moveto
0 -18 rlineto stroke
newpath 238 687 moveto
0 -18 rlineto stroke
82 699 moveto
(5379137-Gato-Mboy) show
192 699 moveto
4.500 MX
(1_2_2) show
242 699 moveto
(RCF holds on to telnet port when link fails.) show
newpath 78 705 moveto
456 0 rlineto stroke
newpath 78 687 moveto
456 0 rlineto stroke
newpath 78 705 moveto
0 -18 rlineto stroke
newpath 534 705 moveto
0 -18 rlineto stroke
newpath 188 705 moveto
0 -18 rlineto stroke
newpath 238 705 moveto
0 -18 rlineto stroke
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(19) show
EndPage
%%Page: 20 22
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
102.865 96 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.255 96 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Release) show
193.835 108 moveto
(Number) show
352.805 96 moveto
(PRS Summary) show
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
82 126 moveto
10 /Palatino-Roman SelectFont
(5386182-Gato-Mboy) show
192 126 moveto
4.500 MX
(1_2_2) show
242 126 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 138 moveto
10 /Palatino-Roman SelectFont
(CSR6322: RCI promote gets error UNIT <UNIT_NAME>) show
242 150 moveto
(unknown to the RCF) show
newpath 78 156 moveto
456 0 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 156 moveto
0 -42 rlineto stroke
newpath 534 156 moveto
0 -42 rlineto stroke
newpath 188 156 moveto
0 -42 rlineto stroke
newpath 238 156 moveto
0 -42 rlineto stroke
82 168 moveto
(5772860-Gato-Mboy) show
192 168 moveto
4.500 MX
(1_1_1) show
242 168 moveto
(Problem with remote import command) show
newpath 78 174 moveto
456 0 rlineto stroke
newpath 78 156 moveto
456 0 rlineto stroke
newpath 78 174 moveto
0 -18 rlineto stroke
newpath 534 174 moveto
0 -18 rlineto stroke
newpath 188 174 moveto
0 -18 rlineto stroke
newpath 238 174 moveto
0 -18 rlineto stroke
82 186 moveto
(6133452-Jazm-Jak) show
192 186 moveto
4.500 MX
(1_2_2) show
242 186 moveto
(Privileges required for registering a target key) show
newpath 78 192 moveto
456 0 rlineto stroke
newpath 78 174 moveto
456 0 rlineto stroke
newpath 78 192 moveto
0 -18 rlineto stroke
newpath 534 192 moveto
0 -18 rlineto stroke
newpath 188 192 moveto
0 -18 rlineto stroke
newpath 238 192 moveto
0 -18 rlineto stroke
82 204 moveto
(6158281-Jazm-Jak) show
192 204 moveto
4.500 MX
(1_2_2) show
242 204 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 216 moveto
10 /Palatino-Roman SelectFont
(create_predefined_library should check length of target key) show
newpath 78 222 moveto
456 0 rlineto stroke
newpath 78 192 moveto
456 0 rlineto stroke
newpath 78 222 moveto
0 -30 rlineto stroke
newpath 534 222 moveto
0 -30 rlineto stroke
newpath 188 222 moveto
0 -30 rlineto stroke
newpath 238 222 moveto
0 -30 rlineto stroke
82 234 moveto
(6164103-Blut-Smp) show
192 234 moveto
4.500 MX
(1_2_2) show
242 234 moveto
(RCI Initialize 2 minute delay needs to be lengthened) show
newpath 78 240 moveto
456 0 rlineto stroke
newpath 78 222 moveto
456 0 rlineto stroke
newpath 78 240 moveto
0 -18 rlineto stroke
newpath 534 240 moveto
0 -18 rlineto stroke
newpath 188 240 moveto
0 -18 rlineto stroke
newpath 238 240 moveto
0 -18 rlineto stroke
82 252 moveto
(6663531-Jazm-Jak) show
192 252 moveto
4.500 MX
(1_1_1) show
242 252 moveto
10 /Palatino-Italic SelectFont
(New Feature) show
242 264 moveto
10 /Palatino-Roman SelectFont
(Initialization routine should match RDF format) show
newpath 78 270 moveto
456 0 rlineto stroke
newpath 78 240 moveto
456 0 rlineto stroke
newpath 78 270 moveto
0 -30 rlineto stroke
newpath 534 270 moveto
0 -30 rlineto stroke
newpath 188 270 moveto
0 -30 rlineto stroke
newpath 238 270 moveto
0 -30 rlineto stroke
82 282 moveto
(6785680-Gato-Mboy) show
192 282 moveto
4.500 MX
(1_1_1) show
242 282 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 294 moveto
10 /Palatino-Roman SelectFont
(RCI passes a null "views_to_import" iterator into) show
242 306 moveto
(IMPORT_PREPROCESS) show
newpath 78 312 moveto
456 0 rlineto stroke
newpath 78 270 moveto
456 0 rlineto stroke
newpath 78 312 moveto
0 -42 rlineto stroke
newpath 534 312 moveto
0 -42 rlineto stroke
newpath 188 312 moveto
0 -42 rlineto stroke
newpath 238 312 moveto
0 -42 rlineto stroke
82 324 moveto
(680047-Gato-Mboy) show
192 324 moveto
4.500 MX
(1_1_1) show
242 324 moveto
(Problem with "IS_PRE_OPTION" on Link) show
newpath 78 330 moveto
456 0 rlineto stroke
newpath 78 312 moveto
456 0 rlineto stroke
newpath 78 330 moveto
0 -18 rlineto stroke
newpath 534 330 moveto
0 -18 rlineto stroke
newpath 188 330 moveto
0 -18 rlineto stroke
newpath 238 330 moveto
0 -18 rlineto stroke
82 342 moveto
(7185171-Gato-Mboy) show
192 342 moveto
4.500 MX
(1_1_1) show
242 342 moveto
(Cannot have a single view which uses both the RDF and RCI) show
newpath 78 348 moveto
456 0 rlineto stroke
newpath 78 330 moveto
456 0 rlineto stroke
newpath 78 348 moveto
0 -18 rlineto stroke
newpath 534 348 moveto
0 -18 rlineto stroke
newpath 188 348 moveto
0 -18 rlineto stroke
newpath 238 348 moveto
0 -18 rlineto stroke
82 360 moveto
(7274371-Gato-Mboy) show
192 360 moveto
4.500 MX
(1_2_2) show
242 360 moveto
(RCF_CMVC.REMOVE_IMPORTS not working correctly.) show
newpath 78 366 moveto
456 0 rlineto stroke
newpath 78 348 moveto
456 0 rlineto stroke
newpath 78 366 moveto
0 -18 rlineto stroke
newpath 534 366 moveto
0 -18 rlineto stroke
newpath 188 366 moveto
0 -18 rlineto stroke
newpath 238 366 moveto
0 -18 rlineto stroke
82 378 moveto
(7443648-Gato-Mboy) show
192 378 moveto
4.500 MX
(1_1_1) show
242 378 moveto
(Problem with built-in operators) show
newpath 78 384 moveto
456 0 rlineto stroke
newpath 78 366 moveto
456 0 rlineto stroke
newpath 78 384 moveto
0 -18 rlineto stroke
newpath 534 384 moveto
0 -18 rlineto stroke
newpath 188 384 moveto
0 -18 rlineto stroke
newpath 238 384 moveto
0 -18 rlineto stroke
82 396 moveto
(8046554-Gato-Mboy) show
192 396 moveto
4.500 MX
(1_1_1) show
242 396 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 408 moveto
10 /Palatino-Roman SelectFont
(Type definitions during customization registrations are case) show
242 420 moveto
(sensitive) show
newpath 78 426 moveto
456 0 rlineto stroke
newpath 78 384 moveto
456 0 rlineto stroke
newpath 78 426 moveto
0 -42 rlineto stroke
newpath 534 426 moveto
0 -42 rlineto stroke
newpath 188 426 moveto
0 -42 rlineto stroke
newpath 238 426 moveto
0 -42 rlineto stroke
82 438 moveto
(8105473-Gato-Mboy) show
192 438 moveto
4.500 MX
(1_1_1) show
242 438 moveto
(Version error occurs during demote and during link using RCI) show
newpath 78 444 moveto
456 0 rlineto stroke
newpath 78 426 moveto
456 0 rlineto stroke
newpath 78 444 moveto
0 -18 rlineto stroke
newpath 534 444 moveto
0 -18 rlineto stroke
newpath 188 444 moveto
0 -18 rlineto stroke
newpath 238 444 moveto
0 -18 rlineto stroke
82 456 moveto
(8385064-Jazm-Jak) show
192 456 moveto
4.500 MX
(1_1_1) show
242 456 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 468 moveto
10 /Palatino-Roman SelectFont
(Rcf_Cmvc.Release calls wrong library extension routines) show
newpath 78 474 moveto
456 0 rlineto stroke
newpath 78 444 moveto
456 0 rlineto stroke
newpath 78 474 moveto
0 -30 rlineto stroke
newpath 534 474 moveto
0 -30 rlineto stroke
newpath 188 474 moveto
0 -30 rlineto stroke
newpath 238 474 moveto
0 -30 rlineto stroke
82 486 moveto
(9080824-Jazm-Jak) show
192 486 moveto
4.500 MX
(1_1_1) show
242 486 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 498 moveto
10 /Palatino-Roman SelectFont
(Null option problem) show
newpath 78 504 moveto
456 0 rlineto stroke
newpath 78 474 moveto
456 0 rlineto stroke
newpath 78 504 moveto
0 -30 rlineto stroke
newpath 534 504 moveto
0 -30 rlineto stroke
newpath 188 504 moveto
0 -30 rlineto stroke
newpath 238 504 moveto
0 -30 rlineto stroke
82 516 moveto
(9123690-0166-7) show
192 516 moveto
4.500 MX
(1_1_1) show
242 516 moveto
(Csr5674: Problem with associated file name formation) show
newpath 78 522 moveto
456 0 rlineto stroke
newpath 78 504 moveto
456 0 rlineto stroke
newpath 78 522 moveto
0 -18 rlineto stroke
newpath 534 522 moveto
0 -18 rlineto stroke
newpath 188 522 moveto
0 -18 rlineto stroke
newpath 238 522 moveto
0 -18 rlineto stroke
82 534 moveto
(9123690-0166-8) show
192 534 moveto
4.500 MX
(1_1_1) show
242 534 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 546 moveto
10 /Palatino-Roman SelectFont
(Csr5679: RCF_LINK doesn't retrieve all associated files) show
newpath 78 552 moveto
456 0 rlineto stroke
newpath 78 522 moveto
456 0 rlineto stroke
newpath 78 552 moveto
0 -30 rlineto stroke
newpath 534 552 moveto
0 -30 rlineto stroke
newpath 188 552 moveto
0 -30 rlineto stroke
newpath 238 552 moveto
0 -30 rlineto stroke
82 564 moveto
(9123690-0166-9) show
192 564 moveto
4.500 MX
(1_1_1) show
242 564 moveto
(Csr5680: RCI Binary File retrieval doesn't work) show
newpath 78 570 moveto
456 0 rlineto stroke
newpath 78 552 moveto
456 0 rlineto stroke
newpath 78 570 moveto
0 -18 rlineto stroke
newpath 534 570 moveto
0 -18 rlineto stroke
newpath 188 570 moveto
0 -18 rlineto stroke
newpath 238 570 moveto
0 -18 rlineto stroke
82 582 moveto
(9123690-0172-4) show
192 582 moveto
4.500 MX
(1_2_2) show
242 582 moveto
(Better interpretation of VAX error codes needed for RCI) show
newpath 78 588 moveto
456 0 rlineto stroke
newpath 78 570 moveto
456 0 rlineto stroke
newpath 78 588 moveto
0 -18 rlineto stroke
newpath 534 588 moveto
0 -18 rlineto stroke
newpath 188 588 moveto
0 -18 rlineto stroke
newpath 238 588 moveto
0 -18 rlineto stroke
82 600 moveto
(9348469-Jazm-Jak) show
192 600 moveto
4.500 MX
(1_2_2) show
242 600 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 612 moveto
10 /Palatino-Roman SelectFont
(status not always being checked for preprocess) show
newpath 78 618 moveto
456 0 rlineto stroke
newpath 78 588 moveto
456 0 rlineto stroke
newpath 78 618 moveto
0 -30 rlineto stroke
newpath 534 618 moveto
0 -30 rlineto stroke
newpath 188 618 moveto
0 -30 rlineto stroke
newpath 238 618 moveto
0 -30 rlineto stroke
82 630 moveto
(9523197-Jazm-Jak) show
192 630 moveto
4.500 MX
(1_2_2) show
242 630 moveto
(Problem resolving <cursor> in Rcf_Cmvc.Import) show
newpath 78 636 moveto
456 0 rlineto stroke
newpath 78 618 moveto
456 0 rlineto stroke
newpath 78 636 moveto
0 -18 rlineto stroke
newpath 534 636 moveto
0 -18 rlineto stroke
newpath 188 636 moveto
0 -18 rlineto stroke
newpath 238 636 moveto
0 -18 rlineto stroke
82 648 moveto
(959311-Jazm-Jak) show
192 648 moveto
4.500 MX
(1_1_1) show
242 648 moveto
(Csr6036: Overloading of Attributes) show
newpath 78 654 moveto
456 0 rlineto stroke
newpath 78 636 moveto
456 0 rlineto stroke
newpath 78 654 moveto
0 -18 rlineto stroke
newpath 534 654 moveto
0 -18 rlineto stroke
newpath 188 654 moveto
0 -18 rlineto stroke
newpath 238 654 moveto
0 -18 rlineto stroke
82 666 moveto
(9930958-Jazm-Jak) show
192 666 moveto
4.500 MX
(1_2_2) show
242 666 moveto
(Nonexistent_Page_Error while promoting a unit) show
newpath 78 672 moveto
456 0 rlineto stroke
newpath 78 654 moveto
456 0 rlineto stroke
newpath 78 672 moveto
0 -18 rlineto stroke
newpath 534 672 moveto
0 -18 rlineto stroke
newpath 188 672 moveto
0 -18 rlineto stroke
newpath 238 672 moveto
0 -18 rlineto stroke
newpath 78 672 moveto
456 0 rlineto stroke
newpath 78 654 moveto
456 0 rlineto stroke
72 756 moveto
(20) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 21 23
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
264.960 76 moveto
15 /Palatino-Bold SelectFont
(Appendix B) show
197.677 93 moveto
(Upgrading RCI Customizaitons) show
72 117 moveto
11 /Palatino-Roman SelectFont
(In order to take advantage of new) 1.141 WS
3.890 MX
(functionality and run your customized extension with RCI) 1.140 WS
72 130 moveto
(2_0_5, you need to upgrade your extension. This appendix outlines) 2.448 WS
5.199 MX
(steps to upgrade your) 2.449 WS
72 143 moveto
(existing Rev1_2_2-compatible extension to Rev2_0. This procedure should) 2.027 WS
4.776 MX
(take between one) 2.026 WS
72 156 moveto
(and two hours to upgrade your customization to run) 1.261 WS
4.012 MX
(\252as is\272 under Rev2_0. Allow additional) 1.262 WS
72 169 moveto
(time if you want to implement the batch extensions.) show
72 193 moveto
(Use the following steps to upgrade your extension:) show
72 217 moveto
(1.) show
15.750 MX
(Install RCI_Rev2_0_0 of the base product, following the installation instructions.) show
72 235 moveto
(2.) show
15.750 MX
(Archive.Copy your customization from:) show
96 253 moveto
(!Targets.Implementation.RCF_Customization to) show
96 266 moveto
( !Targets.Implementation.RCI_Customization.) show
72 284 moveto
(3.) show
15.750 MX
(Create a new view of your customization for Rev2_0 of the base product using) 4.849 WS
96 297 moveto
(Cmvc.Make_Path setting:) show
96 321 moveto
10 /Courier-Bold SelectFont
(VIEW_TO_IMPORT => "!targets.implementation.) show
96 333 moveto
( [rci_customization_interface.rev2_0_spec,) show
96 345 moveto
( rci_programmatic_interface.rev2_1_spec]",) show
96 357 moveto
(ONLY_CHANGE_IMPORTS => False;) show
72 381 moveto
11 /Palatino-Roman SelectFont
(4.) show
15.750 MX
(Make general changes to your customization as follows:) show
96 399 moveto
(\267 ) show
14.584 MX
(Change all references from RCF_Customization to RCI_Customization.) show
96 417 moveto
(\267 ) show
14.584 MX
(Change all references from RCF_Customization_Interface to) show
120 430 moveto
(RCI_Customization_Interface.) show
96 448 moveto
(\267 ) show
14.584 MX
(Change all references from RCF_Programmatic_Interface to) show
120 461 moveto
(RCI_Programmatic_Interface.) show
96 479 moveto
(\267 ) show
14.584 MX
(Change all textual references from RCF to RCI.) show
72 497 moveto
(5.) show
15.750 MX
(Modify <Your_Target_Key>'spec:) show
96 515 moveto
(\267 ) show
14.584 MX
(Procedure register should) 4.317 WS
7.068 MX
(allow two new parameters \050see the example in the) 4.318 WS
120 528 moveto
(customization template \050which is supplied with the base RCI product\051.) show
120 552 moveto
10 /Courier-Bold SelectFont
(Batch_Mode : Boolean := False) show
120 564 moveto
(Allow_Standard_Rebuild : Boolean := False) show
96 588 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Batch_Mode will be used to tell the) 0.387 WS
3.136 MX
(customization to register in batch mode. This will) 0.386 WS
120 601 moveto
(cause the creation) 0.318 WS
3.069 MX
(of batch scripts during the execution of batch extensions, instead of) 0.319 WS
120 614 moveto
(normal downloading of files to the target.) show
96 632 moveto
(\267 ) show
14.584 MX
(Allow_Standard_Rebuild is passed on to RCI_Customization.Register. It indicates) 3.020 WS
120 645 moveto
(whether a new) 2.819 WS
5.570 MX
(package Standard should be built automatically, if the Standard-) 2.820 WS
120 658 moveto
(_Version defined in Get_Predefined_Info is different from the) 0.847 WS
3.596 MX
(Standard_Version that) 0.846 WS
120 671 moveto
(currently resides in) 1.649 WS
4.400 MX
(the predefined world. Changing the Standard_Version requires) 1.650 WS
120 684 moveto
(demotion of) 5.218 WS
7.967 MX
(package Standard and dependent units. Unless specified in the) 5.217 WS
120 697 moveto
(customization, the default value of Allow_Standard_Rebuild in) 12.362 WS
15.113 MX
(RCI-) show
120 710 moveto
(_Customization.Register is False.) show
72 728 moveto
(6.) show
15.750 MX
(Modify <Your_Target_Key>'body:) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(21) show
EndPage
%%Page: 22 24
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
96 72 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Make the specified changes to the Register procedure to correspond to the spec.) show
96 90 moveto
(\267 ) show
14.584 MX
(Add the following declaration to indicate the operation mode \050batch) 1.302 WS
4.051 MX
(or interactive\051,) 1.301 WS
120 103 moveto
(setting the default to interactive.) show
120 127 moveto
10 /Courier-Bold SelectFont
(The_Operation_Mode : Op.Operation_Mode := Op.Interactive;) show
96 151 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Add the following) 0.208 WS
2.959 MX
(function in the declarative part of the Register procedure. It will be) 0.209 WS
120 164 moveto
(used to append the string _batch to the end of the job) 1.369 WS
4.118 MX
(name if the customization is) 1.368 WS
120 177 moveto
(registered as a batch customization.) show
120 201 moveto
10 /Courier-Bold SelectFont
( function Operation_Mode return String is) show
120 213 moveto
( begin) show
120 225 moveto
( if Batch_Mode then) show
120 237 moveto
( return "_batch";) show
120 249 moveto
( end if;) show
120 261 moveto
( return "";) show
120 273 moveto
( end Operation_Mode;) show
96 297 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(In the body) 0.661 WS
3.412 MX
(of the Register procedure, reset The_Operation_Mode to batch according) 0.662 WS
120 310 moveto
(to the Batch_Mode parameter \050see Customization template\051.) show
120 334 moveto
10 /Courier-Bold SelectFont
( if Batch_Mode then) show
120 346 moveto
( The_Operation_Mode := Op.Batch;) show
120 358 moveto
( end if;) show
120 370 moveto
( -- Override the default operation mode) show
96 394 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(Add the Allow_Standard_Rebuild parameter to the call to) 13.402 WS
16.151 MX
(RCI_-) show
120 407 moveto
(Customization.Register.) show
96 425 moveto
(\267 ) show
14.584 MX
(Add Operation_Mode) 2.596 WS
5.347 MX
(to the name of the customization in Program.Run_Job \050see) 2.597 WS
120 438 moveto
(following example or customization template\051.) show
120 462 moveto
10 /Courier-Bold SelectFont
(Program.Run_Job) show
120 474 moveto
(\050"""!targets.implementation.RCI_customization"&) show
120 486 moveto
(".rs6000_aix_ibm'view.units""" &) show
120 498 moveto
(".register_all_extensions\050""" & T_Name & """\051;",) show
120 510 moveto
(Context =>) show
120 522 moveto
("!targets.implementation.RCI_customization.rs6000_aix_ibm'view",) show
120 534 moveto
(Options => "Name => " & "RCI_Rev2_0_0_Rs6000_Aix_Ibm_" &) show
120 546 moveto
(Operational_Characteristics.Transfer_Type'Image) show
120 558 moveto
(\050Get_Transfer_Type\051 & Operation_Mode & ",) show
120 570 moveto
(output => !machine.error_logs." & T_Name & "_extensions_log"\051;) show
72 594 moveto
11 /Palatino-Roman SelectFont
(7.) show
15.750 MX
(Add the following parameters to Get_Operational_Info:) show
96 618 moveto
10 /Courier-Bold SelectFont
(Ada_Name_Is_Lower_Case => true,) show
96 630 moveto
(-- indicates ada name on target must be lower case) show
96 642 moveto
(The_Operation_Mode => The_Operation_Mode,) show
96 654 moveto
(-- Set in the body) show
96 666 moveto
(Generate_Batch_Compile_Commands => False,) show
96 678 moveto
(Run_Script_Command => "sh",) show
96 690 moveto
(-- Target commands to execute script) show
96 702 moveto
(Copy_Command => "copy",) show
96 714 moveto
(-- for tape operations, command to copy from tape) show
96 726 moveto
(Batch_Move_Script_File_Name => "move_script_name",) show
72 756 moveto
10 /Palatino-Roman SelectFont
(22) show
294.161 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 23 25
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) show
96 72 moveto
10 /Courier-Bold SelectFont
(-- name of the move script file) show
96 84 moveto
(Create_Dir_Command => "mkdir",) show
96 96 moveto
(-- target command for creating new directory) show
96 108 moveto
(Date_Command => "", -- future) show
96 120 moveto
(Date_File_Suffix => "" -- future) show
72 144 moveto
11 /Palatino-Roman SelectFont
(8.) show
15.750 MX
(Modify Get_Telnet_Info:) show
96 162 moveto
(A new) 2.932 WS
5.681 MX
(parameter was added to the TC_Characteristics record called Telnet_Protocol-) 2.931 WS
96 175 moveto
(_Local_Echo. This parameter has a default value of False. This parameter does not) 0.471 WS
3.222 MX
(need to) 0.472 WS
96 188 moveto
(be changed unless your compilation platform requires the host to echo data sent to it.) show
72 206 moveto
(9.) show
15.750 MX
(Modify Library_Extensions'spec:) show
96 224 moveto
(Procedure Destroy_View_Postprocess has two new parameters.) show
96 248 moveto
10 /Courier-Bold SelectFont
( REMOTE_MACHINE : string;) show
96 260 moveto
( REMOTE_DIRECTORY : string;) show
96 284 moveto
11 /Palatino-Roman SelectFont
( Add these new parameters \050see customization template\051.) show
96 302 moveto
(Note that Destroy_View_Postprocess will not be called in) 3.595 WS
6.344 MX
(D3.0 of the Environment.) 3.594 WS
96 315 moveto
(Environment version D3.1 will be the first release to call Destroy_View_Postprocess.) show
72 333 moveto
(10.) show
10.250 MX
(Modify Library_Extensions'body:) show
96 351 moveto
(Add the two new parameters to the Destroy_View_Postprocess procedure.) show
72 369 moveto
(11.) show
10.250 MX
(Modify Library_Extensions'spec:) show
96 387 moveto
(Procedures Make_Path_Preprocess and Make_Path_Postprocess have a new parameter:) show
96 411 moveto
10 /Courier-Bold SelectFont
( FOR_RELEASE : BOOLEAN;) show
96 435 moveto
11 /Palatino-Roman SelectFont
( Add this new parameter \050see customization template\051.) show
72 453 moveto
(12.) show
10.250 MX
(Modify Library_Extensions'body:) show
96 471 moveto
(Add the new) 4.924 WS
7.675 MX
(parameter to the Make_Path_Preprocess and Make_Path_Postprocess) 4.925 WS
96 484 moveto
(procedures.) show
72 502 moveto
(13.) show
10.250 MX
(Modify All_Extensions'body:) show
96 520 moveto
(A new package) 3.163 WS
5.912 MX
(Batch_Extensions is provided with the base product in the template) 3.162 WS
96 533 moveto
(customization. You will need to implement this if you want to operate in) 0.287 WS
3.038 MX
(batch mode. This) 0.288 WS
96 546 moveto
(additional package is reflected in the Extensions_Generic package.) show
96 564 moveto
(Update All_Extensions'body as follows:) show
96 582 moveto
(\267 ) show
14.584 MX
(With package Batch_Extensions) show
96 600 moveto
(\267 ) show
14.584 MX
(Change package All_Extensions to) 3.144 WS
5.893 MX
(reflect the following additional procedures in) 3.143 WS
120 613 moveto
(Extensions_Generic.) show
120 637 moveto
10 /Courier-Bold SelectFont
( BUILD_SCRIPT_PREPROCESS) show
120 649 moveto
( BUILD_SCRIPT_POSTPROCESS) show
120 661 moveto
( EXECUTE_SCRIPT_PREPROCESS) show
120 673 moveto
( EXECUTE_SCRIPT_POSTPROCESS) show
120 685 moveto
( UPLOAD_ASSOCIATED_FILES_PREPROCESS) show
120 697 moveto
( UPLOAD_ASSOCIATED_FILES_POSTPROCESS) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
296.370 MX
(23) show
EndPage
%%Page: iii 26
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 2_0_5) 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. RCI Components) show
1.296 MX
9 39 LTAB 354 MX
(1) show
72 136 moveto
(3. Upgrade Impact) show
5.868 MX
9 39 LTAB 354 MX
(1) show
93.600 149 moveto
11 /Palatino-Roman SelectFont
(3.1. Rci Product Name) show
2.025 MX
9 36 LTAB 327.500 MX
(1) show
93.600 162 moveto
(3.2. Upgrading the Customizable RCI) show
0.314 MX
9 28 LTAB 255.500 MX
(1) show
93.600 175 moveto
(3.3. Upgrading Your Extensions) show
0.418 MX
9 31 LTAB 282.500 MX
(2) show
93.600 188 moveto
(3.4. Upgrading the Rational Environment) show
8.317 MX
9 25 LTAB 228.500 MX
(2) show
72 202 moveto
12 /Palatino-Roman SelectFont
(4. Prerequisites) show
6 MX
9 41 LTAB 372 MX
(3) show
72 216 moveto
(5. New Features) show
1.128 MX
9 41 LTAB 372 MX
(3) show
93.600 229 moveto
11 /Palatino-Roman SelectFont
(5.1. CMVC Integration) show
0.584 MX
9 36 LTAB 327.500 MX
(4) show
93.600 242 moveto
(5.2. Using Cmvc.Destroy_View) show
3.762 MX
9 31 LTAB 282.500 MX
(4) show
93.600 255 moveto
(5.3. Rci Switches) show
3.262 MX
9 39 LTAB 354.500 MX
(4) show
93.600 268 moveto
(5.4. Using Spec Views) show
4.170 MX
9 36 LTAB 327.500 MX
(5) show
93.600 281 moveto
(5.5. Setting FTP Switches with Remote-Library Creation Commands) show
5.353 MX
9 11 LTAB 102.500 MX
(5) show
93.600 294 moveto
(5.6. Batch Operations) show
7.327 MX
9 36 LTAB 327.500 MX
(5) show
93.600 307 moveto
(5.7. State Information Restructuring) show
8.641 MX
9 28 LTAB 255.500 MX
(5) show
93.600 320 moveto
(5.8. Telnet Connection Caching) show
4.169 MX
9 31 LTAB 282.500 MX
(6) show
72 334 moveto
12 /Palatino-Roman SelectFont
(6. Fixed Problems) show
1.464 MX
9 40 LTAB 363 MX
(6) show
93.600 347 moveto
11 /Palatino-Roman SelectFont
(6.1. Downloading Units) show
3.996 MX
9 35 LTAB 318.500 MX
(7) show
93.600 360 moveto
(6.2. Uploading Executable Files) show
3.311 MX
9 31 LTAB 282.500 MX
(8) show
93.600 373 moveto
(6.3. Customized Remote_Unit_Name Value) show
6.702 MX
9 24 LTAB 219.500 MX
(8) show
93.600 386 moveto
(6.4. Destroy_View_Postprocess) show
3.971 MX
9 31 LTAB 282.500 MX
(8) show
93.600 399 moveto
(6.5. Rci_Cmvc.Build and the State File) show
7.246 MX
9 27 LTAB 246.500 MX
(8) show
93.600 412 moveto
(6.6. Null Remote_Directory Library Switch) show
1.684 MX
9 25 LTAB 228.500 MX
(9) show
93.600 425 moveto
(6.7. Cmvc.Accept_Changes and Indirect Files) show
8.156 MX
9 23 LTAB 210.500 MX
(9) show
93.600 438 moveto
(6.8. Associated-file Retrieval On Warning) show
8.152 MX
9 25 LTAB 228.500 MX
(9) show
93.600 451 moveto
(6.9. Target Semantic Checking in Spec Views) show
1.180 MX
9 24 LTAB 219.500 MX
(9) show
93.600 464 moveto
(6.10. Rci.Build_Remote_Library Message) show
2.100 MX
9 26 LTAB 237.500 MX
(9) show
93.600 477 moveto
(6.11. Package Rcf_Cmvc and CMVC Compatability) show
6.193 MX
9 19 LTAB 178 MX
(10) show
93.600 490 moveto
(6.12. RCI Initialization Messages) show
6.800 MX
9 29 LTAB 268 MX
(10) show
93.600 503 moveto
(6.13. Improved Response Time with Telnet Connection Caching) show
7.560 MX
9 12 LTAB 115 MX
(10) show
93.600 516 moveto
(6.14. Rci.Display_Unit_Options Report) show
3.132 MX
9 26 LTAB 241 MX
(10) show
93.600 529 moveto
(6.15. Rci.Rebuild _Remote_Library View Parameter) show
4.752 MX
9 19 LTAB 178 MX
(10) show
93.600 542 moveto
(6.16. Rcf_Cmvc.Accept_Changes) show
5.700 MX
9 29 LTAB 268 MX
(10) show
93.600 555 moveto
(6.17. Inconsistent Imports) show
3.745 MX
9 33 LTAB 304 MX
(11) show
93.600 568 moveto
(6.18. Rci.Accept_Remote_Changes with Missing Units) show
0.904 MX
9 18 LTAB 169 MX
(11) show
93.600 581 moveto
(6.19. Rci.Execute_Remote_Command Message Format) show
8.980 MX
9 17 LTAB 160 MX
(11) show
93.600 594 moveto
(6.20. Cmvc.Release Naming Conflict) show
5.704 MX
9 27 LTAB 250 MX
(11) show
93.600 607 moveto
(6.21. Rci Message Format) show
5.813 MX
9 33 LTAB 304 MX
(11) show
93.600 620 moveto
(6.22. Including Multiple Libraries with -i Options) show
6.103 MX
9 20 LTAB 187 MX
(12) show
93.600 633 moveto
(6.23. Multiple Views with Import and Make_Path) show
4.915 MX
9 20 LTAB 187 MX
(12) show
93.600 646 moveto
(6.24. Setting Invalid Switch Values) show
5.537 MX
9 28 LTAB 259 MX
(12) show
72 660 moveto
12 /Palatino-Roman SelectFont
(7. Limitations) show
5.148 MX
9 41 LTAB 375 MX
(12) show
93.600 673 moveto
11 /Palatino-Roman SelectFont
(7.1. Demoting Units with Cmvc.Destroy_View) show
1.622 MX
9 22 LTAB 205 MX
(12) show
93.600 686 moveto
(7.2. Time-Stamp and Error Handling Support) show
6.979 MX
9 22 LTAB 205 MX
(12) show
93.600 699 moveto
(7.3. Rci.Remote_Library Switch) show
3.443 MX
9 30 LTAB 277 MX
(12) show
93.600 712 moveto
(7.4. Target Compiler Restrictions with Generics) show
6.750 MX
9 21 LTAB 196 MX
(13) show
93.600 725 moveto
(7.5. Using Only_Change_Imports) show
2.224 MX
9 29 LTAB 268 MX
(13) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
( December 1992) show
297.640 MX
(iii) show
EndPage
%%Page: iv 27
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCI Release Information) show
93.600 72 moveto
11 /Palatino-Roman SelectFont
(7.6. Creating Spec Views) show
8.893 MX
9 33 LTAB 304 MX
(13) show
93.600 85 moveto
(7.7. Restarting the RCI) show
1.772 MX
9 35 LTAB 322 MX
(13) show
93.600 98 moveto
(7.8. Compilation Order Involving Generics) show
1.706 MX
9 24 LTAB 223 MX
(13) show
93.600 111 moveto
(7.9. Renamed Inlined Subroutines) show
0.178 MX
9 29 LTAB 268 MX
(14) show
93.600 124 moveto
(7.10. Coding Subunits and Parents) show
6.395 MX
9 28 LTAB 259 MX
(14) show
93.600 137 moveto
(7.11. Using DTIA and UNIX Shells) show
5.559 MX
9 28 LTAB 259 MX
(14) show
93.600 150 moveto
(7.12. Telnet Logins) show
1.570 MX
9 37 LTAB 340 MX
(14) show
93.600 163 moveto
(7.13. Prompting For Passwords) show
3.927 MX
9 30 LTAB 277 MX
(14) show
93.600 176 moveto
(7.14. Archive.Copy/Archive.Restore Operations) show
1.987 MX
9 21 LTAB 196 MX
(14) show
115.200 188 moveto
10 /Palatino-Roman SelectFont
(7.14.1. Archiving and Restoring Views) show
0.860 MX
9 26 LTAB 242 MX
(15) show
115.200 200 moveto
(7.14.2. Copying and Restoring Secondaries) show
0.030 MX
9 24 LTAB 224 MX
(15) show
93.600 213 moveto
11 /Palatino-Roman SelectFont
(7.15. Trace_Command_Output And Rci.Execute_Remote_Command) show
2.163 MX
9 10 LTAB 97 MX
(15) show
93.600 226 moveto
(7.16. Rci.Execute_Remote_Command) show
1.634 MX
9 27 LTAB 250 MX
(15) show
93.600 239 moveto
(7.17. COTS Specifications) show
5.340 MX
9 33 LTAB 304 MX
(15) show
93.600 252 moveto
(7.18. Associated Files Retrieval For Secondaries) show
6.959 MX
9 21 LTAB 196 MX
(15) show
93.600 265 moveto
(7.19. Overloading Attributes) show
8.017 MX
9 31 LTAB 286 MX
(16) show
72 279 moveto
12 /Palatino-Roman SelectFont
(8. Known Problems) show
0.660 MX
9 38 LTAB 348 MX
(16) show
93.600 292 moveto
11 /Palatino-Roman SelectFont
(8.1. Nonexistent Page Error Exception) show
7.301 MX
9 26 LTAB 241 MX
(16) show
93.600 305 moveto
(8.2. Remote Access Control) show
5.441 MX
9 32 LTAB 295 MX
(16) show
93.600 318 moveto
(8.3. File Transfer Using FTP) show
2.988 MX
9 32 LTAB 295 MX
(16) show
93.600 331 moveto
(8.4. RCI Compiler Switch Modification) show
3.352 MX
9 26 LTAB 241 MX
(16) show
93.600 344 moveto
(8.5. Compilation Warnings) show
6.794 MX
9 32 LTAB 295 MX
(17) show
93.600 357 moveto
(8.6. Rci.Upload_Unit Remote_Unit_Name Parameter) show
7.141 MX
9 18 LTAB 169 MX
(17) show
93.600 370 moveto
(8.7. Response Parameter With Compilation Operations) show
6.351 MX
9 17 LTAB 160 MX
(17) show
93.600 383 moveto
(8.8. Rci.Accept_Remote_Changes Temporary File) show
6.147 MX
9 20 LTAB 187 MX
(17) show
93.600 396 moveto
(8.9. Rci.Check_Consistency Temporary File) show
8.319 MX
9 23 LTAB 214 MX
(17) show
93.600 409 moveto
(8.10. Limited Private Types In Predefined Units) show
5.551 MX
9 21 LTAB 196 MX
(17) show
93.600 422 moveto
(8.11. Private Type Equality Operator In Package System) show
1.214 MX
9 17 LTAB 160 MX
(18) show
72 436 moveto
12 /Palatino-Roman SelectFont
(9. Documentation) show
1.416 MX
9 39 LTAB 357 MX
(18) show
72 450 moveto
(10. Training) show
5.280 MX
9 42 LTAB 384 MX
(18) show
72 464 moveto
(A Fixed Problems History) show
2.688 MX
9 34 LTAB 312 MX
(19) show
72 478 moveto
(B Upgrading RCI Customizaitons) show
7.248 MX
9 29 LTAB 267 MX
(21) show
72 756 moveto
10 /Palatino-Roman SelectFont
(iv) show
295.601 MX
(December 1992 ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Trailer
%%Pages: 27 1
%%DocumentFonts: Times-Roman Courier-Bold AvantGarde-Book Palatino-Roman Palatino-Bold Palatino-Italic Palatino-BoldItalic
INDEX: R1K_ARCHIVE_INDEX DATA: R1K_ARCHIVE_DATA, TextFile
0x00000…13b78 ⟦e40c866f3⟧ 0x13b78…30aef ⟦c98ab2425⟧