Serena® Dimensions® CM 2009 R1 Release Notes
This file contains information about new features in Serena Dimensions CM
2009 R1. It also contains information about the defects corrected for this release. See the relevant sections below.
This release includes all the fixes and enhancements that were contained in Serena Dimensions CM 10.1.3.2 and 10.1.3.3.
To view defects corrected in previous releases, visit the Serena Support Web site at http://support.serena.com.
For late-breaking information, see the accompanying Readme HTML document.
Table of Contents
To Top
1.0 Startup Documents
The following startup documents are available from the Serena
Support Website:
- Introduction to Serena Dimensions CM
- Serena Dimensions CM 2009 Windows Installation Guide
- Serena Dimensions CM 2009 Unix Installation Guide
Return to Contents
2.0 What's New in Dimensions CM 2009 R1?
This is the first release of Dimensions to adopt the new numbering system. It includes the following new features and enhancements.
2.1 New Features for Parallel Development
Dimensions support for Parallel Development has been updated in this release to follow modern best practices in an intuitive way. New features and functions have been provided that offer an alternative environment to that provided in previous releases by Dimensions projects (which are still retained).
2.1.1 Streams
There is a new type of container for items, called a stream. Streams have been designed to be better suited to collaborative development using a “copy, modify, merge” process. Projects are still retained, and function as in previous releases, but are more appropriate to a “lock, modify, unlock” development process. You can configure your process model to allow users to work with: only streams, only projects, or both projects and streams.
Streams, and the features that are intended for working with them, are designed for carrying out small amounts of change and integrating them with the main body of code before starting on a new set of changes. They facilitate an iterative development process where the developers resolve any conflicts and build and test the application in their work areas before committing those changes to the repository.
Streams enforce a single line of descent. They do not contain parallel branches of the same items, and therefore it is easy to build working code from the tip revisions at any point in time. The following key features have been introduced:
- Update command: This updates your work area with the changes between the stream and the work area. If there are conflicts, you can resolve them during the Update process using the features provided by the Synchronize wizard or DM command line client
- Deliver command: This updates the stream in the repository with changes from the work area provided that there are no conflicts. If conflicts are present, then you are given the option to perform an Update to resolve those conflicts.
- Atomic Commit: The Deliver process is performed atomically, so that if any failure occurs, the whole delivery will be rolled back.
Content in a work area can originate from different streams and this information is recorded in the work area. The user can choose to deliver content originating from one or more streams into a target stream. There is also the concept of the parent stream from which a stream is created and into which it will be subsequently merged.
There is an option that you can set in the Administration Console that restricts the users of the database to either only view streams or projects as an alternative to working with both. For existing customers upgrading from a previous release of Dimensions, Streams are hidden and will need to be enabled via the Administration Console if required. There is also a new wizard that enables you to quickly create a new stream or project.
Streams are supported for both CM and Express in the desktop client, Windows Explorer plug-in, Eclipse and Visual Studio integrations and the Command-Line client. Streams have also been included into the sample process models.
The following features apply to Projects only and are not applicable to Streams
- Check out and check in
- Merge Project or Item
- Resolve Merge Conflicts
- Auto-resolve Merge Conflicts
- Use of the Project Merge tool (Project Compare is applicable to Streams)
For an overview, see the chapter “Using Streams” in the User’s Guide.
2.1.2 Limitations on the use of streams
There are the following limitations in the use of streams:
- You cannot currently use streams when working with the web client.
- You cannot currently use Streams when working with an SCC integration
- Streams cannot be used with MVS data areas, work areas, or deployment areas.
2.1.3 Automatic File Conflict Resolution
Dimensions CM now has the ability to automatically resolve non-conflicting file content in the Update processes for streams.
2.1.4 Developer Command-Line Client
There is a new command-line client that is intended for working with streams. The syntax and commands available have been aimed at users familiar with the Subversion tool to provide a more user-friendly alternative to the existing dmcli client. A set of commands are provided to enable you to perform updates between your work area and the streams in the repository and for a number of other related tasks.
Some of the key functions you can perform are:
- Create and delete streams
- Update your work area from a stream and deliver changes in your work area to a stream.
- Display information from the repository, such as the contents of a stream, or a list of the streams or baselines in the database.
- Display differences between your work area and a stream, and update and resolve code conflicts.
- Add annotations (or comments) to files and review their history.
For details, see the Command-Line Reference.
2.2 IDE Integrations
2.2.1 Eclipse
The following features have been added:
- Integration with SBM (see IDM Integration below)
- Support for streams (see Streams above)
- A “Working List” feature, that allows you to maintain a list of requests that you are currently working with.
2.2.2 Visual Studio
There is a new integration for Visual Studio:
- Full Rich IDE functionality for Developers
- Integration with SBM (see IDM Integration below)
- Support for streams (see Streams above)
- A “Working List” feature, that allows you to maintain a list of requests that you are currently working with.
- Improved Usability and performance
- A new method of binding to improve parallel development support. A migration is needed for the new binding syntax.
All Projects in a Solution must now be in the same Dimensions project or stream.
Note that this new integration is only available for VS .Net 2005 and 2008. Only the older SCC-based integration is available for users of Visual Studio prior to 2005.
Also note that for existing customers to use this new integration they must migrate their projects using the VS Projects Migration Utility. This is included in the client installation. For details of how to use this tool, consult the Serena Dimensions 2009 R1 Visual Studio Projects Migration Guide.
2.3 Windows Explorer Integration
The Windows Explorer plug-in has been enhanced to support working with streams.
You can create a stream or project using the Create Project/Stream wizard when setting a folder as a work area.
There is a new automatic login facility that stores your login credentials so that you only need to log in to Dimensions once.
2.4 Terminology Changes
As a result of new functionality and usability changes, the following terms have been changed:
- Upload becomes Deliver
- Download becomes Update
- Update Item becomes Revise Item.
- Working Location becomes Work Area
- Working Request becomes Default Request
- Working Branch becomes Default Branch
- Cross-Project Inbox becomes Global Inbox
- Cross-Project Catalog becomes Global Catalog
- Project Baseline becomes Tip Baseline
2.5 IDM Integration
There is an important new integration to Dimensions that enables requests or issues from a third-party IDM (Issue Defect Management) tool to be used to track Dimensions items. This is a direct integration based on web services, and no synchronizations need to be performed. You can use these IDM requests to relate to changes of items as an alternative to using internal Dimensions CM requests.
For this release the integration supports issues from SBM (Serena Business Mashups). Issues from SBM can be used as an alternative to Dimensions requests. This feature is supported in the desktop client, the Windows Explorer integration, the Eclipse and Visual Studio integrations and the command-line client. In the Eclipse and Visual Studio environments you can also directly access the SBM browser to view and update issues and run reports.
The result of this is that you can configure the following options in your process model at the base database level:
- Use SBM issues to track changes
- Use Dimensions requests to track changes
- Do not use any Request Management. This means that all request-related menu items and tabs will be hidden from the user in the GUI clients.
For details, see the Process Modeling User's Guide.
2.6 Visual Enhancements
2.6.1 Web Client
The following enhancements have been made to the look and feel of the web client:
- Toolbar icons have been completely revised to improve recognition.
- Changes have also been made to the icons in the navigation area.
- The overall presentation, color and layout have been improved.
These changes will be extended to other Dimensions products in future releases.
2.6.2 Desktop Client
There have been improvements in the following areas:
- The overall appearance of the main window and Login page have been enhanced
- The pedigree display has new icons and toolbar buttons.
- The small toolbar in the grid displays has been redesigned.
2.6.3 Synchronize Wizard
- This tool has been enhanced to support working with streams and the new IDM integration
- The first page has been redesigned so that all the options are now on one page.
- You have the option of not displaying the details pages.
- There is new set of toolbar buttons on the file and folder differences page.
- The options displayed at the bottom of the file and folder differences page are now organized in a tabbed arrangement for better usability.
- There are new options to automatically close the wizard on successful completion and to skip the summary page.
2.6.4 Other Visual Enhancements
- The file merge tool has a new set of toolbar buttons and icons that are consistent with those in the Synchronize wizard.
- There is now a new icon display in the project merge tool to inform you when processing is taking place.
- The Administration Console has also had some visual enhancements reflecting those in the web client.
- The Migration Console now has a new look and feel.
2.7 RM-CM Integration
The RM-CM integration has been enhanced to:
- Associate multiple Dimensions RM projects to a Dimensions CM product
- Associate a Dimensions RM project to multiple Dimensions CM products
- Provide enhanced traceability reports in RM which include CM Requests
For more details, see the Dimensions CM User’s Guide, and the Dimensions CM-Dimensions RM ALM Integration Guide.
2.8 Migrations
2.8.1 Subversion Migration
You can now use the extended migration tools in Dimensions CM to migrate Subversion directories and objects into Dimensions. The Migration Console is a graphical front end that enables you to move data from the supported Subversion sources into Dimensions products, allowing you to define how the data is mapped into Dimensions.
The Migration Console includes the following features:
- You can migrate all or part of a Subversion repository into a Dimensions CM project hierarchy. Note: The ability to migrate Subversion repositories directly to streams will be available in an imminent patch release. You can, however, migrate content to projects and create streams from a baseline taken from those projects. For details of how to do this, see the User’s guide.
- Migration preserves your Subversion repository structure.
- You can migrate your Subversion trunk, branches, and tags to separate projects.
- You can also optionally migrate tags to Dimensions baselines or attributes.
Migration automatically creates process model data in Dimensions, including products, users, groups, privileges, item types, design parts, projects, baselines, and relationships. For details, see the Subversion Migration Guide.
2.8.2 VM Migration
There is an improved VM Migration console:
- You can migrate specifying date or number of revisions
- You can map promotion groups to stages
- You can select labels in the migration process
- You can map VM groups to Dimensions roles
- The performance has been improved.
2.8.3 SSO
Dimensions now supports Serena Single Sign On (SSO), which can optionally be enabled for managing user authentication at the time of login. Once a user creates a Dimensions session using the SSO login process, the session will have access to all SSO-enabled tools (such as Serena Business Mashups) that are called from within the session without being prompted for authentication.
This means, for example, that if you were writing a Mashup that uses both Dimensions CM and Serena Business Mashups, they will be able to call each-other’s web services without specifying user names and passwords. This capability is also used in the IDM integration with Dimensions, so that users are able to directly access Serena IDM from within a Dimensions client UI.
2.9 Web Services and ALF Events
The following Web Services have been added:
- Unrelate Items from Parts
- Is the Dimensions system CM or Express?
The following ALF Events have been added:
- Build Project Started
- Build Project Completed
- Build Baseline Started
- Build Baseline Completed
- Create Request
- Update Request
Web Services and ALF Events can use either user id and password or SSO.
For details, see the Web Services API Developer’s Guide.
2.10 Enhancements to Replicator
2.10.1 New Default Replicator Behavior
By default, when items are replicated, as part of baseline or project replication, all relationships between the item and change requests, design parts and other items are also replicated. In addition the related items and any required placeholder items are also replicated as objects. This does not apply to the related design parts or change requests. The relationships of any dumped placeholder items are not dumped.
For details, see the Administrator’s Guide.
2.11 Dimensions Build and Mainframe Enhancements
The following features and enhancements have been added to Dimensions Build:
- Build item and build request now populate work areas with the selected source item revision. For deployment areas, a warning is issued for any items, or related items, that are not at the selected build stage. These enhancements ensure the proper item revision exists in the build area before the build is executed.
- Dimensions Build now supports streams. See “Streams” above.
- The Dimensions templating language has been enhanced to pass variables between steps. Additional templater keywords such as substring and pos have been added for better string processing. Inline REXX is also now supported.
- SSL (Secure Socket Layer) is now supported on mainframe build nodes
- The following parameters have been added to web.xml:
- search.path.match.areas.logical.nodes
- Checks area logical nodes when search paths are being calculated.
- Default: true
- force.unordered.transition.execute.later
- Forces unordered transitions to be executed after transitions with a higher build order.
- Default: false
- A new template variable has been added to the Build Request Definition (BRD) file:
- DMJOBID: displays the ID of a launched build job.
- Roles can now be assigned to build stages.
- The IMPORT and EXPORT commands have been extended to support the data settings in the Build Administration console.
- The XABC command (Unrelate Area from Build Configuration) now de-links an area from a build configuration.
- The RLIST command now has a WAIT/NOWAIT qualifier to control whether the command waits for job being queried to finish. The BLD/BLD command qualifiers BATCH/NOBATCH have also been renamed to WAIT/NOWAIT.
- A DESERV exit has been added for zOS Build which allows automatic discovery of link dependencies during a build.
- Build ordering within a configuration has been extended to support ordering final targets which have intermediate target dependencies. Previous releases only supported ordering final targets which had source item dependencies.
For details, see the Build Tools User's Guide.
2.12 Performance Enhancements
The performance of the project merge tool has been enhanced when processing large numbers of items.
There is enhanced performance when creating, updating from, and delivering to projects when a large number of files is involved. All clients benefit from these improvements.
2.13 Installation and Upgrade Enhancements
This release is a full installation/upgrade. Enhancements are:
- Single CM and Express installations
- The Visual Studio integration is now installed as part of the client installation instead of requiring a separate installation.
- The need to use the Oracle SYSTEM user has been removed. The installer will prompt the user to enter the Oracle DBA user which no longer has to be the default SYSTEM.
- There is a new out-of-the-box process model
- SQL Server 2005 support has been added (There is no need for the manual procedure required in previous releases)
- Oracle 11g is now supported
- There is now a Dimensions agent for zLinux, the Linux operating system compiled to run on IBM mainframes.
Note that DB2 is no longer supported.
For details, see the Installation Guide for Windows or the Installation Guide for UNIX.
2.14 Sample Databases
During a new installation, you have the following options for the sample database:
- Typical, Stream Development: This provides sample data for teams preferring to use a “copy, modify, merge” methodology, typically used by Agile teams, where no lock is applied before code changes are made, and a single line of descent is enforced. This is the default process model.
- Typical, Non-Stream Development: This provides sample data for teams preferring a “lock, modify, unlock” methodology, where a lock is typically applied before code changes are made. It is intended for more traditional development or for migrating from other tools such as CVS or Version manager.
- Intermediate: This model is intended for users who require a high degree of control and process in a regulatory environment.
- Custom: This is a blank database intended for Serena consultants or SCM professionals who want to construct a tailored process model from scratch,
During an upgrade, the installer will transparently upgrade your pre-2009 process model for continued use.
Return to Contents
3.0 What's Fixed in Dimensions CM 2009 R1?
The issues fixed in this release are listed with their KB Solution IDs, or failing that, Serena's internal issue number, together with their title field.
- s127162 Dimensions REXEC logs 500 error in DB/2 only
- s127924,S128017 Password authentification with PAM doesn't work
- s128141 Problems running UUA on dormant users. Unique constraint errors
- s128792 Creating a subdirectory item leaves the subdirectories owned by root
- s129329 Error message for 'Find in files' is wrong, and should refer to dialog
- s129385 It is possible to delete header/field information in the item attribute view
- s129501 Unable to run CPAS against the PCMS_SYS user
- s129567 Assigning roles with report tag and WS generates an error
- s129616 Bug with Edit of an Item and 'Parallel check out' forbidden
- s129826 SUBSTITUTE: Declaration - failed to find the comma character ','
- s129851 Unable to select multiple users to delegate chdocs to in Eclipse Plugin.
- s129901 dmcli operators do not handle spaces consistently
- s129945 Typo in Desktop client Withdraw Release option
- s130029 Problems using command line MWS. Fails if some items are the same in the target
- s130052,S130052 Dimensions support for z/Architecture
- s130097 Dim 901: Would like upload facility for desktop client as in web client
- s130333 Published view pcms_user_attributes_def does not show numeric data types
- s131130 Dimensions 10: OS admin console build administration displays differently based
- s131281 Backspace does not delete first character in new item dialog
- s131506 Expansion of the '+' fro deployment areas are wrong in the DT Client
- s131734 Execute migration error: VmExport pcli exportPdb error
- s132066 Dim 10: History shows orginator for change of item type instead of actual userid
- s132085 Change Document Filter Doesn't Save The Settings Properly
- s132116 Open windows list not refreshing in Desktop Client menu bar
- s132151 MIT: wrong user in history
- s132219 Allow to set the cross project inboxes as initial views
- s132247 Project specification on role assignment hides user in delegation candidate list
- s132315 RPCP WDT /DETAIL /SECTION=ITEM
- s132341 Wrong historic for items...
- s132632 Web client 10.1, _legacy_ DB, Preview of request show wrong high ASCII chars
- s132734 Item relationship between local branch and remote branch
- s132935 Upgrade: Error during upgrade from CM 10.1.0 to 10.1.1
- s132967,S132967 Webclient Save&Action window goes to background when should be on top.
- s132981 queries do not handle NULL valued attributes
- s132996 Manual Deployment changes Last Updated date without providing any explanation
- s133144 RCI command output. Item ID column shows apparent duplicates
- s133258 Web Client: Release names having a dash ' - ' will not work/display
- s133357 Comma is ignored when used as decimal point in 'Edit Attirbutes' screen
- s133414 Current project inbox shows requests from other projects and products
- s133431 PDIFF dump chdoc where attributes with DBCS(Korean) data in gets garbled
- s133433 Dim 10: Modification of detailed description no longer works as in Dim 9
- s133492 Dim 10.1.2 "information" relationship prevents editing of an item
- s133511, s133511 List shows empty lines when scrolling in BL lists
- s133516,S133531 Dimensions 10.1.2: Chinese issue when using explorer integration
- s133577 Desktop client: MIP fails despite correct privilege
- s133634 Users unable to logon from different domains after move to DIM10
- s133638 Delegate option is skipped Action Request Wizard of Visual Studio
- s133682 MashupDimSync : the DBC state name is broken in MashupDimSync module
- s133683 MashupDimSync : the DBC attribute name is broken in MashupDimSync module
- s133697 Request Attribute not writable in Visual Studio during Action Request operation
- s133804 'Information' option missing from drop-down list of Relationships tab
- s133834 'Use current project' on Delete Project dialogue box not working
- s133848 PDIFF special character problem with WE8ISO Oracle db
- s133880 --ignore-related-errs when loading chdocs
- s133896 Last Modification Date is not updated when Build Configuration is checked in
- s133910 Priming Requests does not check if User has relate privilege
- s133920 Desktop client crash after timeout when cancelling authentication
- s133920 Allow more graceful exit when cancelling login dialog after session timeouts
- s133933 When using the TT2Dim Connector, multiple temp files are being created at the <$
- s133961 Cross greyed out with more than one project open in Desktop Client
- s133989 Mandatory attributes not always being populated
- s133995 Create Request problem - trailing space is added to attributes when not expected
- s134005 Dimensions crashes when comparing baselines
- s134017 Email Notification - Notify Originator on Close being Sent in Error
- s134038 Java error setting Work Area directory to root
- s134039 Korean charecters are corrupted while request preview
- s134044 Problem creating prime request
- s134063 Build Configuration / incorrect error message at check-in
- s134102 Problem using 'Select All' icon on 'Related Items' pane of Desktop Client
- s134128 PCMS_REPLICATOR_TRANSFER and PCMS_REPLICATOR_RECEIVE are empty
- s134130 Creating new request for another product then the current project
- s134168 Issue when submitting a build command
- s134173 Multiple item check out ignores trunk revision setting
- s134182 Upload through work area uploads into top design part
- s134191 DBCS item type can not be displayed on edit item filter
- s134192 User attributes can not be saved on Edit item filter in Korean version window
- s134215 Blank entry in Recent Projects list causes disconnection
- s134220 Duplicate attribute entries occur when role section is switched
- s134259 1386-Error: You do not have the 'Create' (BASELINE_CREATE) privilege to perform
- s134292 Defining Options in Build Management produces untrapped error
- s134302 Files with no file extension are not displayed when adding them from a Unix node
- s134432 Dim 10.1.2 : renaming a user doesn't update the area assignement
- s134467 'Build scope' dialogue box not appearing in desktop client at build run time
- s134502 10.1.3 New directory appears in lower case when working location points to a Zo
- s134506 Dimension Database Freezing
- s134537 Wrong branch on new item
- s134549 Runtime Errror opening window in desktop client
- s134550 Focus management is sometimes wrong in Design Part Structure
- s134557 Merge wizard does not work if you merge in a local file
- s134566 Rebuild submitted from AdminConsole makes the BWS to crash
- s134580 Project is not selectable in Baselines Query
- s134599 10.1.3 Client installation has the wrong Web Client and Adminconsole shortcuts
- s134600 Invoking "Items query" dialog takes a long time
- s134608 error message istead of a warning when creating 'Description File' for new CR
- s134610 Removing relationship of CR to Design Part does not automatically PEND
- s134621 DNP creates duplicate valid relationships
- s134623 running dmcli from an event trigger fails
- s134624 ART Error
- s134626 Setting DM_SDP_TRACE causes "Audit" to fail with no error message
- s134632 Cannot create items from large files on WAN-based network share
- s134633 Items not shown in Desktop Client
- s134645 DMDBA default DBIO_LIBRARY is incorrect - dbio_odbc_srv.dll
- s134657 Prime request - held - action loses prime relationship to original request
- s134663 Create View Privilege
- s134665 DMROLLOUT Failed to write metadata errors
- s134668 "Assign >" and "Replace" buttons do not work when "User Full Name" format is set
- s134676 REL command warns about missing qualifier but all of the mandatory are provided
- s134684 Web client About page diagnostics inappropriate in security-conscious deployment
- s134685 Design Part view on Vista Desktop client is not always being refreshed
- s134686 Web Client Circular Dependencies even with DM_CHECK_CC_LOOPS variable set
- s134699 Dim 10.1.3 Cannot create new base database via CRDB
- s134700 DIM10.1.3: Parameters for EOL handling do not work for chekout
- s134774 RUR output filename field with Mozilla 1.7.13 on Solaris
- s134785 Find Requests dialogue - project relationships are ignored
- s134806 Cannot change Inclusion design part in upload rules for new Eclipse Project
- s134814 Attribute width not displaying properly in IDEs. Impact: Eclipse 3.3 and/or RAD7
- s134837 LSBL doesn't return the related Project/Workset
- s134859 Baseline from a single baseline view displays previous revision
- s134860 Requests showing incorrect related item revisions
- s134887 1013 VM-Dim Migration GUI
- s134888 Run Tools with wrong version
- s134893 Plugin makes .ecl/Project show up multiple times on loading into workspace. Allo
- s134902 Error deleting Items
- s134956 Dim10: response looks like it contains an absolute path QK4
- s134957 Dim10: Application error with changed jsp parameter QK8
- s134964 Cannot update a username in Adminconsole that contains a backslash QK1
- s134967 If there is a group and a role with the same name then It cannot be deleted
- s134982 Dim10.1.3: Error:-Project Filename Field on Advanced page is empty
- s134986 When running builds using build config, build order is not executed correctly
- s134987 Create of incorrect metadata Info via sync Wizard in Dimensions 10
- s135015 Able to delete a role definition when the role is assigned to users
- s135018 Multiple Wildcards in Filter Produce No Results
- s135044 Unable to action baseline when name has space at end Action baseline - 2241-Erro
- s135047 Attribute being populated by Trigger for an item does get populated when using E
- s135055 Check in after failed check in fails with IO error when using SSL
- s135057 Word experienced an error trying to open the file. Space in filename / folder o
- s135111 Change focus from role section to Attributes in attributes tab for new objects
- s135122 Item header substitution performed before %PCMS_HEADER_SUBSTITUTION_START%
- s135134 Source revision info incorrect or lost when using %PL% substitution variable
- s135147 Overwriting an existing Item-Revision at initial state with related Request
- s135152 Desktop Client cannot open Worksets (when they contain a colon in name)
- s135182 Command RCSJ not working with DMDB set
- s135190 Dim 10.1.3: Merge hangs or fails if client was installed silently
- s135197 Get Items (parallel)
- s135200 Dim 1013 - web client - move design part http 500 error
- s135251 Unable to action multiple items to next state in Visual Studio
- s135254 JP: Java API: 2 Gig file support
- s135257 Checkout does not consider projects named branch settings
- s135259 Sub project cannot associate - error message is misleading.
- s135283 Request specification is not displayed in Secondary catalogue
- s135304 Dim 10.1.3 Email - Problem with displaying PRODUCT.
- s135311 FI does not take place even with"Automatic get, original workfile set read only"
- s135312 Synchronize : Part specification is badly set
- s135349 Silent Install does not install all msb files
- s135350 TT2Dim: TT record updated even after Issue is in Final State
- s135354 Download of baseline without privileges succeeds and has side effects
- s135357 The delegate request notification email does not show all pending users
- s135360 Item Filter does not work with backslashes ( \ )
- s135367 User without the provileges is still allows to delete object from Desktop Client
- s135369 Start build after deployment disabled
- s135376 US DIM Default Workset Changes
- s135394 Warning on creation of request by prime
- s135395 10.1.3 : Check In Item - PRG4501254E Error: cannot overwrite file OUFZINFD.COPY
- s135448 ORA-02291: Integrity constraint error occurs when running CRDB command
- s135463 Dim 10.1.3: Superquery error when creating a Request on the Design Part view
- s135464 Dim 10: using / as Deployment directory throws a java error
- s135490 Problems renaming a work area. Dimensions assumes the workarea name is a node
- s135519 It takes over 1 min to populate list of items in new baselines
- s135539 When Creating a New Request Relating to other Request generate error
- s135545 CRB works without entering anything for /update or /remove
- s135547 Unable to delete a revised baseline
- s135558 Project History : 2 identical entries visible when renaming a file
- s135565 Project history doesn't contain all entries for files removed from project
- s135597 Web Client item reports don't allow you to use user defined attributes
- s135645 Synchonize tool do not work on node work area
- s135718 Moving item to another part throws error if revision related to request
- s135730 Changing all three deployment project flags in Desktop client does not work
- s135731 Re-assigning User Interface Profiles QK4
- s135735 Build from client uses 3 licenses
- s135737 Deployment areas GSL stages not in alphabetical order in Desktop Client
- s135741 Object specification incorrectly displayed on project merge dialog
- s135763 Cannot select multiple Requirements
- s135771 Deassign area from project (w/file delete) leaves behind directories
- s135771 Folder structure left behind in previous stage area for "Move files on deploy"
- s135777 Mozilla crashes when doing item diff
- s135793 Offset for sub project doesn't work with desktop client
- s135795 Field values missing from print of change request
- s135799 Migration console : deleting of mutliple label mappings not possible
- s135799 CVS2DM: Deleting of mutliple label mappings not possible
- s135800 Invalid Requests taken into Baseline
- s135830 DBCS named subfolder cannot be renamed after parent folder name is renamed
- s135841 Desktop Client crashes when opening sub-project with more than 1 parent
- s135845 Upload using Desktop client sync tool from Work areas fails
- s135873 Renaming a baseline doesn't update the baseline's description
- s135941 Find in Files results dialog gets session expired and desktop client crash / pcw
- s135950 using /KEEP flag with XREG command
- s135985 PDIFF dumps out parent request relationship incorrectly
- s135995 Visual Studio integration installer fails with a message that the client is not
- s135998 Desktop client: no update of multi-selection after action
- s136046 undo checkout of build configuration fails
- s136051 Project Merge in Eclipse fails to find difference when merge is backed out of
- s136063 Unicode file is corrupted when fetched using DOWNLOAD command
- s136083 Item header substitution can cause file corruption if CR only has been used
- s136085 Project Merge Tool crashes when uploading certain files to certain project
- s136092 Pend CHDOC error : you do not have the 'refresh inboxes for all users' privilege
- s136097 Error: ORA-24817: Unable to allocate the given chunk for current lob operation
- s136135 Revised baseline is not created when only specifying refact. request
- s136215 Project type option "Require change control when refactoring" is ignored
- s136264 Attributes are not updating in Dimensions when using TT2DM Connector
- s136272 Item name is displayed as null in Eclipse plugin when the item is related to req
- s136276 CVS2DM - Error: CvsRepository::populate@Specified relative path "ADS2/ads
- s136284 VM2DM: migration failed in case user for migration isn't 'dmsys'.
- s136294 VM2DIM: Problem during the import step when the Dim user specified is not dmsys
- s136303 Post Baseline Create Trigger does not commit the object before firing
- s136307 Incorrect variable reference in template expansion
- s136321 Trigger is not working properly for old items - Exception Processing Message
- s136359 When selecting Change Source control baseline more than once - Oracle HANG
- s136437 CRDB/upgrade cmd fails or doesnt work in remote SQL server2005
- s136466 Unable to upload or create items with Agent if Direct File Copy is turned on
- s136541 Inability to restart a build process when Dimensions is stopped and restarted
- s136544 2297-Error: The workset is locked even though it's unlocked
- s136545 USER wildcard is wrongly interpreted in RPT USER_CHDOC
- s136546 8030- REPORTS: Query for title and number failed where: Query name= CH_USER_CHDO
- s136547 UPA reports 'Operation completed' for non-existing attributes
- s136548 SB160030E on job MDHJINTT in a NON SMS environment
- s136550 Error: pcms_sdp/tcp, cannot read Client services file when starting ZOS list
- s136554 Unable to merge Directory Items
- s136555 Report only function does not work.
- s136556 Reltype Errors in published view PCMS_CHDOC_RELATED_ITEMS
- s136557 RPCP without specifying /section does not default to "all" as documented
- s136563 Dmcli: If password is more than 8 chars using LDAP authentication gives error
- s136568;S135563 VS-2005: Allows check-in unsaved files and it is not saved even after Check in
- s136580 File execution (x) rights not kept after a merge
- s136581 Decode of user attributes in PCMS_USER_ATTRIBUTES_DEF
- s136582 Problems with Item History having altered the item type
- s136583 UPA reported Operation Completed when it should not.
- s136584 You can create item with a single quote in the id even though there is an error
- s136585 Entry in item history for UIA /ORIGINATOR does not show the correct username
- s136586 Attributes updates ignored in command line if spaces are used in the command
- s136588 Locked Workset not shown as locked via DMCLI
- s136594 Problem with published View PCMS_ITEM_HISTORY
- s136595 Synchronize Wizard corrupts Desktop Client session
- s136598 How to use the colon character in the NEW_ID of the rename command
- s136604 Project Compare tool shows differences when no differences exist.
- s136607 DesktopClient - Pedigree is displaying filename from the global project
- s136608 CC cmd produces 'You do not have role to update attr' error but then adds it
- s136619 Deployment Areas which do not exist are shown wrongly in Desktop Client
- s136620 DM 10.1.3: Windows installer will not upgrade to DM 10.1.3 from DM 10.1.2
- s136621 Migration of newline characters from Unix to Windows format isn't correctly
- s136622 CVS2DM: Failed to validate file contents with Unix lines (CR)
- s136623 problems with dates when DB NLS_LANG is not English
- s136624 'Ignored' message within the logs and no synchronization made
- s136625 DNP saves product manager as originator in database
- s136626 Rename Item Error
- s136632 Item filename contains incorrect path after moving.
- s136634 Default attribute value is not being set properly on check-in
- s136635 Dimensions: Multi column attributes fail to populate from validation groups
- s136645 Dimensions desktop client cannot open with recent project list
- s136649 DS2DM: Migrated files have wrong date after downloading them to disk
- s136649 CVS2DM: Migrated files have wrong date after downloading them to disk
- s136650 CVS2DM: Error:7012:Command failed - merant.adm.dimensions.exception.DimConnecti
- s136651 CVS2DM: Couldn't set modification date
- s136653 VM2DM: errors at Validation stage in case migrate of all item revisions
- s136722 Synchronizer ignores absence of user's create_item privilege on the design part.
- s136770 Check in failed if the option don't force new revision number in Eclipse plugin
- s136780 Dimensions Agent installations is missing a library (shared object)
- s136795 PC Client allows editing of a current action description
- s136796 Problems loading really large file into Dimensions
- s136799 Cross product relationships are gone after deleting a product
- s136800 JCL parsing error in Z/OS build
- s136801 Automatic ID generation does not work with RII
- s136802 Storing item search looses the case sensitive search option
- s136883 Syncronize wizard is terminated with memory error during synchronization
- s136884 CMNR does not make clear which parameters are mandatory
- s136885 CVS2DM: Elapsed and remaining time captions wrong for values > 24 hours
- s136886 Dimensions commands are locking database - new indexes were added
- s136887 upgrading server to 10.1.3 produces shortcut problems
- s136888 CM 10.1.3: Desktop client - drop and drag does not cater for refactoring
- s136889 CVS2DM IF select to migrate only Root directory not recursive performs recursive
- s136890 Can't relate request to request using relationship type / direction Parent
- s136892 If scripts end with )ENDR then entire )REP block is ignored during execution
- DEF152938 Project Merge Tool cannot save target
- DEF55388 Error message from SPAC command lists wrong variable name PCMS_PRINT should be D
- DEF75068 Dimensions 9.1 Install - Abort / DB2 Path
- DEF75817 Violation of Valid Relationships
- DEF75887 Using Custom Tools in the Desktop Client
- DEF77221 Successful UC doesn't write any output to Desktop Client console
- DEF78040 DIM 8 & 9 When creating a new item and drag-n-dropping chgdocs ... in PC Client
- DEF80308 Items created using upload are not being replicated
- DEF81873 Cannor remove item from workset is specification contains a comma character
- DEF91016 Items can have incorrect revision when dragging information into CI dialog
- DEF93561 Remote Target Release does not display command in command console
- DEF93561 Refresh in Desktop Client changes tip revision shown from "Find" results
- DEF94219 Dim 9.1.3 Customization of Secondary View Derived items
- DEF95352 ALL_ITEM_LATEST in PCMS_BASELINE_ITEMS and win32 GUI sort by status
- DEF97254 Scroll bar missing from Worksets dropdown in Set Flags
- DEF98964 Related Items found when they have related secondary requests
- ENH101065 Unable to delete a target in a build configuration
- ENH103978 DMROLLOUT: See Item Relationships in the cooresponding TeamTrack ticket
- ENH104982 Revised Baseline and change documents
- ENH107015 How to determine which workset is associated with a .net solution/project
- ENH107899 How to enable atomic transactions for version control operations
- ENH108115 I need a way to turn off the metadata folders/files being created!
- ENH109186 User would like the ability to turn off the ".metadata" directory
- ENH109852 Revised Baseline doesn't consider new Items on new Design Parts
- ENH111574 How to fill in user defined attributes in the Visual Basic / Visual Studio .Net
- ENH112710 Dimension RM can not associate multiple projects to a single CM Product.
- ENH114176 Dim 10; How to get Tomcat version 6 supported for Dim 10
- ENH114478 Deployment : Pre-Event / Post-Event Transfer Script
- ENH114621 DMDBA commands that require DBA privileges in Oracle
- ENH114951 Request for client-only download for Windows
- ENH115061 Work area synchronize should behave like project merge if .metadata is missing
- ENH115441 Access to Build Administration outside Admin Console
- ENH123996 Needs method to convert current CM Data (US7ASCII) into the AL32UTF8 format
- ENH126153 Upgrade to latest Tomcat version to get security fixes.
- ENH126845 Windows Explorer Shell Extensions work area default file permissions
- ENH131177 VM2DM: Need better convertion options for version labels
- ENH132180 Dim 10 : support Websphere AS 6.1.1.13
- ENH133719 Dimensions Eclipse Plug-in should warn when branch is being created(see details)
- ENH138839 Creating a new project from base should result in bindings linked to the new prj
- ENH139353 Side effect of wildcard build rules
- ENH141220 DMROLLOUT: SCC integration is dog slow, replace with VSIP
- ENH141805 TT2Dim Connector and SSL
- ENH142653 10.1.2 / Build : user defined attributes also needed to perform the linkedit ste
- ENH143531 Does Dimensions CM 10.1.2 support AIX 6.1
- ENH144115 Today's date button not working
- ENH144120 how to upgrade to 10.1.2 without entering the SYSTEM user password
- ENH144482 Default Start Page Disclose the OS and Type of Web Server Used (Citi L1 CVA0036)
- ENH144648 Security: default install should NOT install Tomcat examples (Citi M6 CVA0007)
- ENH144849 Better security in Tomcat's conf/server.xml (Citi M3/L2 CVA0035/CVA0036)
- ENH145853 REXX script usage in template : ENHancement 3 (Variables shared between a compil
- ENH145860 experiencing problem with web client display unsing firefox3
- ENH145952 AppScan of CM 10.1.1 shows vulnerablities, 2 High, 2 Med, 11 Low
- ENH147026 DESERV exit needed to properly support zOS link autocalls
- ENH147226 Desktop Client: build impacted targets
- ENH147810 )SAVE and )LOAD support for VECTORS within pBem processing
- ENH148126 VS Integration - Request from other projects are visible leading to confusion
- ENH148138 Support for Visual Studio 2008 SP1
- ENH149727 Obscure sensitive information in status 500 error page messages
- ENH150373 zOS build after request deployed
- ENH150582 VM2DM: Provide a utility to automatically map Version Labels to Baselines
- ENH150731 require an API or command line to generate Impacted target list for a Build conf
- ENH151060 VM2DM: Ability to migrate User Groups into Dimensions with the Migration Console
- ENH151066 Tomcat still uses Java 1.4.2
- ENH151884 DMJOBID (L3RD151808 converted in ENHancement)
- ENH152121 AppScan of CM 10.1.1 shows vulnerablities, XSS subtask #2
- ENH152188 Clicking OK on project flags without having made changes gives error
- ENH152832 Too many OK-clicks at check out via Visual Studio
- ENH153288 CVS2DM: Design Part 'CVS_CODE:CVS_CODE:CVS_CODE.A;1' validate error
- ENH153512 "Work Sets" should be changed to "Projects" in VS integration item relationships
- ENH153593 Dimensions should be more robust and clear up after failed connections.
- ENH153768 Enhancement request for Visual Studio .NET to better manage parrallel developmen
- ENH154009 VS : how can we know the Dimensions current project on which we are working ?
- ENH155016 Problem of "Item format" windows in the Desktop client.
- ENH155349 Change automatically source control for .csproj files as you do with .sln file
- ENH156057 Replicator Enhancement - Replication of unrelates
- ENH156991 Improve performance of Find in file ops for non-privileged users
- ENH157574 support of z/os 1.10
- ENH157865 Upgrade message to be deleted: X.SCBC_SEQ has been set with start number 15
- ENH51133 Incorrect syntax in login scripts for ksh and bash shells
- ENH51147 Clarfication of "Default editor" required in PC Client
- ENH74066 Email be costumized to remove others information
- ENH78180 23468 - wants to print out pedigrees
- ENH79544 One user take 2 licenses when using http proxy and Win32 Gui
- ENH90530 Need a way to produce the upload rules into outside medium
- ENH95809 BNPP- PC Client display issues
- ENH99121 Dim 10 Beta: Atomic commit / Transactional group-check-in
Return to Contents
4.0 What Was Fixed in Dimensions CM 10.1.3.3?
4.1 Build
- 153301 The ordering of the build options had changed following a patch release to 10.1.3, causing problems with existing build templates.
- 149300 Dimensions Build was failing with a SOAP error when running on Tomcat or WAS on SSL
4.2 Change Management
- 135178 It was possible for a user to create a primed request on a design part for which they did not have a role, and thus the request did not appear in their inbox. If the parameter DM_PRIME_TARGET y is set in the server dm.cfg file, then when you are priming a request, the target request instead of the based-on request will be used in the privilege check.
- 154092 Deploying a request with child requests when the traverse option was selected was failing on Solaris servers.
4.3 Desktop Client
- 145940 Selecting a user-defined attribute in the Customize views dialog, and then sorting on that attribute resulted in the field being identified by the prompt instead of the attribute name. This caused problems with attributes that had the same prompt.
- 153389 In the desktop client, when displaying a list of RM requirements, clicking the column heading resulted in only the first one being selected, rather than all the requirements.
4.4 Integrations
- 152836 Using the RAD integration, it was possible to lose data because the editor window was not refreshed correctly. This is now controlled through an extra option in Preferences under File Modification.
- 153260 Dimensions was not preserving the CR line terminators in the RAD Integration.
- 153335 Baselined requirements in Dimensions RM that had been associated with requests in CM did not show the requests in RM.
4.5 Web Client
- 131077 The list of request queries in the web client is now sorted correctly.
- 148081 There was a problem when adding a row to a multi-field multi-value attribute in the web client.
- 149273 When creating a directory item with a UNIX browser using a Windows server, the name of the directory included a "\" character at the end.
4.6 Other Enhancements
- 149946 The PDIFF function was using an excessive amount of memory when uploading a large number of requests.
- 150962 When projects having the option "Require change control when refactoring" switched off were merged, the message "A request must be specified when modifying the project structure" appeared because the resulting MWS command had the /PATH_CONTROL qualifier set.
- 151248 When there were a lot of users accessing Dimensions, the process threads were spending a long time waiting for each-other.
- 154567 When attempting to deploy requests that had been migrated from VM, the operation was failing with a spurious message saying that the user did not have the privilege.
Return to Contents
5.0 What Was New in Dimensions CM 10.1.3.2?
5.1 Web Services API and ALF Events
Additions have been made to Serena Dimensions CM Web services API (Application Programming Interface) and Dimensions CM ALF (Application Lifecycle Framework)
events. See the Web Services API Developer's Guide for further details. Detailed HTML documentation for the Dimensions CM ALF events and Web services is available for download, as a zip file, from the Serena Support Web site from the same area as the rest of the Dimensions CM documentation.
The following additional Web services are available:
- buildBaseline
- buildProject
- checkInItem
- checkOutItem
- createDesignPartBaseline
- createProjectBaseline
- createRevisedBaseline
- deployBaseline
- getItems
- listProjectItems
- listProjectRequests
- moveItemToPart
- relateItemsToParts
- relateRequestToRequests
- unrelateRequestsFromRequests
Dimensions CM generates the following additional ALF events on the following actions:
- Build Baseline (build submitted)
- Build Baseline (build completed)
- Build Project (build submitted)
- Build Project (build completed)
5.2 Dimensions Build
The following Enhancements have been made in Dimensions Build:
5.3 Other Enhancements
- In Dimensions CM 10.1.3 it had not been possible to use both baseline deployment and request deployment in the same project. This is now possible.
- JDeveloper 10.1.3 is now supported by Dimensions CM.
Return to Contents
6.0 What Was Fixed in Dimensions CM 10.1.3.2?
6.1 Baseline Management
- 148815 There was a situation in some circumstances where a revised baseline did not contain the correct revisions.
- 149011 There was a situation where a revised baseline contained an item revision that was not related to the request used to revise the baseline.
6.2 Build
- 139350 In Dimensions CM 10.1.2.x, It was not possible to perform a build when the build configuration file was checked out.
- 144990 There was a problem where Serena Build was sometimes mapping build attributes to the item attributes of the first revision of an item instead of the revision actually being built.
- 148494 Attempting to perform the Add New Build Configuration function was resulting in an error under some circumstances.
- 149414 There was excessive I/O activity on the SCBC server when displaying the build status.
- 149530 There was a problem where the build would not run from a Windows Client with Dimensions 10.1.3 Build on Solaris 10.
6.3 Change Management
- 144989 The DMEMAIL process was failing when encountering a certain row in mails2process that contained an umlaut.
- 145507 There was a problem where files with an extension of .reg were being corrupted after a get had been performed.
- 146301 It was possible for the DEVELOPER role to action an item to the REL state, which should not have been allowed.
- 148690 When deleting multiple revisions of the same item in the desktop client, an error was occurring and only the tip revision was being deleted.
- 150921 When removing request to design part relationships users' inboxes were not being updated.
6.4 DBA
- 145422 An error was occurring when trying to create a baseline using SQL Server if the collation type on the base database was different than the default for the SQL Server.
6.5 Desktop Client
- 145848 When the design part view was selected, no related items were being displayed and an error message appeared on some server/database platforms.
- 146066 Selecting the option to edit an item query was taking a very long time to display the required dialog box.
- 148176 When editing an item which used Microsoft Word as its associated editor, the operation failed if the Word application was already open.
- 148259 Setting the parameter DM_PRODUCT_USER Y In the dm.cfg file resulted in the design part view in the dekstop client showing a blank line for each request not related to the selected design part.
- 148704 A user with the $ORIGINATOR role did not have the "Action to Next State" privilege to enable them to action a request to an off-normal state.
- 150327 Dragging and dropping folders in the desktop client was sometimes causing corruption of the folder structure.
6.6 Integrations
- 145069 After a project in Dimensions had been shared in Eclipse, some of the roles and privileges had been lost.
- 147308 When using Mercury Quality Center to create a Dimensions DR automatically, the user needed to manually relate the DR to a Project in Dimensions, but when the DR was actioned from it's initial state it became un-related to the project.
- 148326 There was a performance problem in the Eclipse integration when loading Eclipse.
- 149116 There was a problem with setting the correct time zone in the CruiseControl plug-in.
- 147858 There was a situation where the Dimensions ALM Integration between RM 10.1.4 and CM 10.1.3 was not working.
- 151069 When actioning a request related to an RM requirement to the final lifecycle state, an error was occurring.
6.7 Installation
- 143857 Spurious messages were being displayed in the Windows event viewer when a Dimensions agent was started.
6.8 Version Management
- 148682 If the user had the "User has any role on the transition from the current stage to the selected stage" privilege rule applied with regard to deployment, the user was able to deploy to any stage even if they had no roles on the Global Stage Lifecycle.
- 149194 An error, "COR4300079E Error: The item is the last non-checked out revision in this project", was sometimes occurring when attempting to remove an item from a project.
- 149996 There was a performance problem when concurrently running dmcli scripts containing SWF commands.
6.9 Web Client
- 55936 Some Unicode characters could cause problems in the file attachment area on the New Request dialog box.
- 144474 The login pages of the web client and Administration Console can now be configured to be excluded from being framed.
- 144477 The login pages of the web client and Administration Console can now be configured to show minimal error messages.
- 144481, 146242, 144478, 145719 Some security issues were identified and addressed in the web client and Administration Console.
- 144897 Creating a revised baseline in the web client was failing with an error "Requirement specification is missing".
- 146036, 151201 The login pages of the web client and Administration Console had issues with some Unicode characters and '%'.
- 146284 It is now possible to configure the close/refresh behavior of the results page from the New Request dialog box.
- 146918 There were a number of problems in the item filtering functionality when using Korean characters.
- 150729 In Mozilla 1.7 on Solaris 10, the Advanced Options link on the Add Item dialog box did not work correctly.
6.10 Other Defects Fixed
- 149999 The Synchronize wizard was failing with an exception error when the "Ignore" option had been selected for an item.
- 143699 When the License Server was reaching the maximum number of licenses, the Dimensions Application Server was crashing.
- 150148 There were problems with user attributes when Korean characters were entered in the Administration Console.
- 149117 When upgrading from Dimensions 9 to 10.1.3 the public queries were lost from the database.
- 148009 The Upload command was not creating items or setting their attributes correctly when used via Event Triggers.
Return to Contents
7.0 Copyrights, Trademarks, and Acknowledgements
Copyright © 1988-2009 Serena Software, Inc. All rights reserved.
This document, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. Except as permitted by such license, no part of this publication may be reproduced, photocopied, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of Serena. Any reproduction of such software product user documentation, regardless of whether the documentation is reproduced in whole or in part, must be accompanied by this copyright statement in its entirety, without modification.
This document contains proprietary and confidential information, and no reproduction or dissemination of any information contained herein is allowed without the express permission of Serena Software.
The content of this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Serena. Serena assumes no responsibility or liability for any errors or inaccuracies that may appear in this document.
Third party programs included with the Dimensions product are subject to a restricted use license and can only be used in conjunction with Dimensions.
Trademarks
Serena, TeamTrack, StarTool, PVCS, Collage, Comparex, Dimensions, Serena Dimensions, Mashup Composer, Mashup Exchange, Prototype Composer, Mariner and ChangeMan are registered trademarks of Serena Software, Inc. The Serena logo, Version Manager, Meritage and Mover are trademarks of Serena Software, Inc. All other products or company names are used for identification purposes only, and may be trademarks of their respective owners.
U.S. Government Rights
Any Software product acquired by Licensee under this Agreement for or on behalf of the U.S. Government, its agencies and instrumentalities is "commercial software" as defined by the FAR. Use, duplication, and disclosure by the U.S. Government is subject to the restrictions set forth in the license under which the Software was acquired. The manufacturer is Serena Software, Inc., 1900 Seaport Boulevard, 2nd Floor, Redwood City, California 94063-5587.
This product includes software developed by The Apache Software Foundation
(http://www.apache.org/).
This product includes software developed by Computing Services at Carnegie
Mellon University (http://www.cmu.edu/computing/).
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/)
CONTAINS IBM(R) 32-bit Runtime Environment for AIX(TM), Java(TM) 2 Technology
Edition, Version 1.4 Modules
© Copyright IBM Corporation 1999, 2002. All Rights Reserved
Copyright © 1998, 1999, 2000 Thai Open Source Software Center Ltd and
Clark Cooper
Copyright © 2001, 2002, 2003 Expat maintainers.
Copyright 1998-2006 The OpenLDAP Foundation.
Portions of this Software are derived from IBM Corporation Sample Programs. Copyright © IBM Corp., 2002, 2006. All rights reserved.
Optional Oracle components embedded in Dimensions are also subject to the following Copyright Notices:
Copyright © 2003-2006 Oracle Corporation. All rights reserved.
NOTICE OF RESTRICTED RIGHTS
Programs delivered subject to the DOD FAR supplement are 'commercial computer software' and use, duplication, and disclosure of the programs, including documentation, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, programs delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication, and disclosure of the programs, including documentation, shall be subject to the restrictions in FAR 52.227-19, Commercial Computer Software-Restricted Rights (June 1987). Oracle Corporation, 500 Oracle Parkway, Redwood City, CA 94065.
Return to Contents
End of Release Notes