Skip to content
ubeda edited this page Jun 26, 2013 · 7 revisions

The main new feature in the release is starting to use the new version of the Request Management System together with the Data Management system. Those new features that need special care when upgrading from previous versions to v6r9 are outlined below.

Request Management System

Full instructions and a general overview of the new version of RMS can be found here.

Resource Status System

As from v6r9p5

use ResourceManagementDB;
ALTER TABLE SpaceTokenOccupancyCache MODIFY Free DOUBLE NOT NULL Default 0;
ALTER TABLE SpaceTokenOccupancyCache MODIFY Guaranteed DOUBLE NOT NULL Default 0;
ALTER TABLE SpaceTokenOccupancyCache MODIFY Total DOUBLE NOT NULL Default 0;
Clone this wiki locally