2 Prerequisites
This section lists any required prerequisites for this release.
- Before applying OFS ECM v8.1.2.12.0, it is required to install OFS ECM v8.1.2.0.0. For detailed instructions on installing this OFSECM Release, see OFS ECM Application Pack Installation Guide 8.1.2.0.0.
- Configure the Server Time Zone:
For ECM standalone installation:
- The SERVER_TIMEZONE parameter must be configured in the CONFIGURATION table in CONFIG schema with the correct time zone name.
- The Date/Timestamps are displayed according to the user's browser time zone.
- Once the user time zone is saved, the browser date is converted to the Server time zone date and saved in the database.
For Pack-on-Pack installation:
- Update the SERVER_TIMEZONE parameter in the CONFIGURATION table in CONFIG
schema with the following query:
UPDATE CONFIGURATION SET PARAMVALUE='', DESCRIPTION='DB Server Timezone' WHERE PARAMNAME='SERVER_TIMEZONE'; - The SYS DB user must provide the following grant to the ATOMIC DB
user:
GRANT execute on ctx_ddl to <ATOMIC_USER>;
- Apply Bug 39073828 - BD81212: Behavior Detection Version 8.1.2. ML Release # 12 (8.1.2.12.0).
Note:
This step is applicable only if you have OFS BD installed. - Apply Bug 38681161 - OFSAA 8.1.2.0.0 AAI ML RELEASE #6 (8.1.2.6.0) (8.1.2.6.0).