Difference between revisions of "Version 10.3 Installable (Dec 2014)"

From AgileApps Support Wiki
imported>Aeric
(Created page with "Release Notes for the installable version of the {{EnterpriseBrand}}. :{| border="1" align="right" cellpadding="5" cellspacing="1" | '''''See also:''''' * [[Version 10.1 Instal...")
 
imported>Aeric
 
(14 intermediate revisions by the same user not shown)
Line 4: Line 4:
|
|
'''''See also:'''''
'''''See also:'''''
* [[Version 10.1 Installable]] (previous release)
* [[All Release Notes]]
* [[All Release Notes]]
* [[Upcoming Releases]]
* [[Release calendar]]
|}
|}
==About the Installable Version==
==About the Installable Version==
Line 14: Line 13:
<blockquote>
<blockquote>
====New Platform Features====
====New Platform Features====
:Many new features have been added to the platform. For a complete list, see the platform [[Release Notes]].
:In addition to bug fixes, this release contains features that have been added to the cloud platform, as described in the [[Release Notes]].
 
===="Leaving this Page" Warning====
:This feature is not yet available in the cloud, but is included in this installable release.
:A warning appears when leaving a page without saving your changes, in circumstances that will cause your changes to be lost.<br>(The warning does not appear if the data will still be there when you return.)
</blockquote>
</blockquote>


Line 24: Line 19:
These new and changed features are of interest to those who maintain an instance of the platform's installable version:
These new and changed features are of interest to those who maintain an instance of the platform's installable version:
<blockquote>
<blockquote>
==== Infrastructure Changes to Support Standard Installation ====
:A lot of work has been going on behind the scenes to allow the {{EnterpriseBrand}} to be installed using the standard Software AG process. That work will come to fruition in the next on-premise release, scheduled for April, 2015.


==== Platform-Version Detected During Package Installation ====
==== Bulk API Execution Limit ====
: If you attempt to install a package that was created in the cloud, you get an error or warning message if the cloud platform version is more recent than the version of the on-premise platform into which the package is being installed.
: The maximum number of records that can be processed at one time using the [[REST API:bulk record Resource]] can be specified for each tenant.
: For example, if your on-premise platform is version 10.2.0.0000, then:
: ''Learn more:'' [[Manage Tenant Capabilities#Execution Limits]]
::* A package created in the cloud cannot be installed if the cloud platform is 10.3 or later. (A "major release" of that kind invariably has changes in the database schema that would cause the application to fail.)
::* A package created in the cloud produces a warning if the cloud platform is 10.2.0.0001 or later. (A "minor release" is not expected to have significant changes in the database schema. On the other hand, it cannot be guaranteed to work. A warning is generated to let you know that the package should be thoroughly tested in a sandbox, before proceeding with a production installation.)


==== Security Upgrade ====
==== Command to Get Tomcat Server Status ====
: Files that contain null characters can no longer be uploaded to the platform.
:The <tt>status</tt> command can be used to get server status.
: (The operating system sees a null character as end-of-file, which allows a malicious script to be embedded after the null.)
:'' Learn more:'' [[Platform Installation Guide#Application Server Administration]]
</blockquote>
</blockquote>


Line 43: Line 38:
:Before starting either a [[Installing and Upgrading the Application Server#First-Time Installation|First-Time Installation]] or a [[Installing and Upgrading the Application Server#Upgrades|platform upgrade]], ensure that dependent utilities are at the minimum levels specified in the [[Software Requirements]].
:Before starting either a [[Installing and Upgrading the Application Server#First-Time Installation|First-Time Installation]] or a [[Installing and Upgrading the Application Server#Upgrades|platform upgrade]], ensure that dependent utilities are at the minimum levels specified in the [[Software Requirements]].


==== JAVA 7.0 IS REQUIRED====
==== Enable One-Click Document Viewing ====
:In particular, note that the Java 7.0 JDK is required for installation, as mentioned in the [[Software Requirements]]. In addition to its other advantages, Java 7.0 guards against files that contain null bytes, so it is a critical part of the security upgrade mentioned previously.
: To enable one-click viewing of documents, it is necessary to install OpenOffice on the application server, and enable it for one-click viewing.  
 
: ''Learn more:''
==== IMPORTANT: REPUBLISH ALL PACKAGES ====
::* [[Software Requirements#openoffice]]
: After installing, republish all packages that were made available in the prior version.
::* [[networking.properties#One-Click Document Viewing]]
:(Settings for the Report tab and for Form Sidebars were added in the [[Release Notes#2 June 2014|2 Jun 2014]] upgrade. Those settings would not exist in a package published from a previous version of the platform.)
</blockquote>
</blockquote>



Latest revision as of 06:54, 21 February 2017

Release Notes for the installable version of the AgileApps Cloud platform.

See also:

About the Installable Version

The installable version of the platform lets you create and manage a private cloud behind your corporate firewall. It can also be used to set up a public cloud that serves multiple clients--generally with a shared application and global data. This page highlights changes to the installation process, along with features of the new release.

Platform Functionality

New Platform Features

In addition to bug fixes, this release contains features that have been added to the cloud platform, as described in the Release Notes.

Installable Version Functionality

These new and changed features are of interest to those who maintain an instance of the platform's installable version:

Infrastructure Changes to Support Standard Installation

A lot of work has been going on behind the scenes to allow the AgileApps Cloud platform to be installed using the standard Software AG process. That work will come to fruition in the next on-premise release, scheduled for April, 2015.

Bulk API Execution Limit

The maximum number of records that can be processed at one time using the REST API:bulk record Resource can be specified for each tenant.
Learn more: Manage Tenant Capabilities#Execution Limits

Command to Get Tomcat Server Status

The status command can be used to get server status.
Learn more: Platform Installation Guide#Application Server Administration

Installing and Upgrading

Installation Notes

Ensure that Software Requirements are Met

Before starting either a First-Time Installation or a platform upgrade, ensure that dependent utilities are at the minimum levels specified in the Software Requirements.

Enable One-Click Document Viewing

To enable one-click viewing of documents, it is necessary to install OpenOffice on the application server, and enable it for one-click viewing.
Learn more:

Learn More