Navigation :
test ../../../ test dev.html
Developer Guide
test ../../../ test dev/dev-release.html
-
Release and migration notes
test ../../../ test dev/dev-release/release-notes.html
-- Release notes
test ../../../ test dev/dev-release/migrate-3.0.html
-- Migration notes 3.0
test ../../../ test dev/dev-release/previous-migration.html
--
Previous migration notes
test ../../../ test dev/dev-release/previous-migration/migrate-2.0.html
--- Migration notes 2.0
test ../../../ test dev/dev-release/previous-migration/migrate-1.1.0.html
--- Migration notes 1.1.0
test ../../../ test dev/dev-release/previous-migration/migrate-1.0.1.html
--- Migration notes 1.0.1
test ../../../ test dev/dev-release/previous-migration/migrate-1.0.0.html
--- Migration notes 1.0.0
test ../../../ test dev/dev-release/previous-migration/migrate-1.0.0-alpha.html
--- Migration notes 1.0.0 Alpha
test ../../../ test dev/dev-release/previous-migration/migrate-0.3.0.html
--- Migration notes 0.3.0
test ../../../ test dev/dev-release/previous-migration/migrate-0.2.0.html
--- Migration notes 0.2.0
test ../../../ test dev/dev-release/previous-migration/migrate-0.2.0-alpha.html
--- Migration Notes 0.2.0 Alpha
test ../../../ test dev/getting-started.html
-
Getting started
test ../../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../../ test dev/integration.html
-
How to Integrate Limits to an Atoti Server
test ../../../ test dev/alert-tasks.html
-
AlertTaskManager
test ../../../ test dev/scopes.html
-
Limit Scopes
test ../../../ test dev/date-roll.html
- Date Roll
test ../../../ test dev/restful-endpoint.html
- RESTful endpoints
test ../../../ test dev/limit-workflow.html
- Limit Workflow
test ../../../ test dev/security.html
- Required Roles
test ../../../ test user-ref.html
User & Reference Guide
test ../../../ test user-ref/limits-overview.html
-
Atoti Limits Overview
test ../../../ test user-ref/whats-new.html
- What's New
test ../../../ test user-ref/using-limits.html
-
Manage limits
test ../../../ test user-ref/manage-incidents.html
-
Manage incidents
test ../../../ test user-ref/storytelling/story-telling.html
- Storytelling
test ../../../ test user-ref/input-files.html
-
Input file formats
test ../../../ test user-ref/configuration.html
-
Configuration files
test ../../../ test user-ref/cube.html
-
Cubes
test ../../../ test user-ref/datastore.html
-
Datastores
Migration notes 0.2.0
This page explains the changes required to migrate to the stated version
of the Limits module.
Migrate to 0.2.0
Upgrading from version 0.1.0 See Limits 0.1.0 Release Notes .
The module is using ActivePivot 5.10.6 and ActiveUI 5.0.3.
For new features and fixes included in these releases, please see the
ActiveUI
documentation
and ActiveUI Migration
Notes ,
and the release notes for
ActivePivot .
Modified
Modification
File
Field
Optional
Description
Added
limits.csv
ServerName
The ActivePivot server the limit belongs to, like MRA, or FRTB. The value needs to match the key in the acc.url.map of the limits.properties.
Configuration files
Files Modified
limits.properties
New properties:
Property Name
Comment
Value
acc.url.map
A map of ServerName and URL pair.
{‘MRA’: ‘http://localhost:10010/risk-activepivot’, ‘FRTB’: ‘http://localhost:8080/frtb-starter’}
alert.output.data.dir.path
Path to where the directory alerts are saved. It needs to be part of the input.data.root.dir.path as the csv source picks up the alert file real time and saves the alert to the datastore.
${input.data.root.dir.path}/data/alert
Datastores
No change.
Cube schema
No change.
Measures
No change.
Context values
No change.
Other changes
LookUpPostProcessor needs a new property in order to support limit trend analysis. Please see Integrating the Limits Module with the Atoti+ Java API .