Prior to beginning the process for an upgrade installation, please ensure that the following list of requirements is implemented to ensure a smooth installation:
- Run the Upgrade Readiness Report
- Perform Rules Upgrade
- Perform Backups
- Enable Access to https://services.akcelerant.com
- Obtain Requirements
- Validate Hardware and Software Requirements
- Verify ASP.NET v4.0.30319 is Allowed
- Verify the Database Compatibility is 100 or Higher
- WCF Services: HTTP Activation
- Delete SQL Server Statistics
Run the Upgrade Readiness Report
Prior to upgrading from version 10.31, institutions must execute the Upgrade Readiness Report to assess whether their Lifecycle Management Suite is ready to be upgraded. Review the Upgrade Readiness Report documentation for more information.
When upgrading from version 10 loan origination, a Rules Upgrade must be completed. To complete this step, please Contact your Temenos Customer Care Representative.
Perform Backups
When upgrading from an existing Lifecycle Management Suite installation, the following backups must be performed:
 |
In the event that an upgrade fails, these backups are used to roll-back the installation. If an upgrade fails, contact and Temenos Customer Care Representative. |
Prior to upgrading to a new version, it is required that a backup of the database is performed.
 |
If a backup strategy/process is already in place, execute the database backup at this time. If a backup process is not in place, follow the steps listed below. |
To back up the database:
- Open Microsoft SQL Server Management Studio and connect to the server where the Lifecycle Management Suite database is housed.
- Press F8 to open the SQL Server Object Explorer.
- Press the + icon to expand the Databases node.
- Right-click on the database that is being backed up and navigate to Tasks. Click Back Up.
- A new window titled Back Up Database [Database Name] opens.
- In the Destination section, click Remove to remove the default backup location.
- Ensure the Disk radio button is selected in the Destination section. Click Add.
- A new window titled Select Backup Destination opens.
- Click the
button to locate the desired directory where the backup is being placed.
- In the File Name field, give the backup a meaningful name that ends with the file extension .bak. Click OK.
 |
It is recommended that the date is included in the file name. |
- The Locate Database window closes and the File Name field in the Select Backup Destination window populates the chosen file name. Click OK.
- The Select Backup Destination window closes and the File Name appears in the Destination section of the Back Up Database [Database Name] window. Click OK to begin the backup.
- The Progress section indicates the backup is executing.
- Upon completion, a success window appears. Click OK to return to SQL Server.
 |
The SQL Server transaction has been removed from the v14 upgrade due to the size of the upgrade. Because the upgrade now does not use a transaction, it is important that a backup of the database is taken just before the upgrade. If an error occurs during the upgrade, changes cannot be rolled back and the database will be left in an unstable, unrecoverable state, so the database backup must be restored. |
Prior to upgrading to a new Lifecycle Management Suite version, it is required that a backup of the share directory is performed. To back up the share directory:
- Open Server Manager on the server where the database is installed.
- Click Database.
- The sharepath is listed in a field within the Database feature
- Open Microsoft SQL Server Management Studio and connect to the server where the database is housed.
- Click
.
- Select the Temenos database from the drop-down.
 |
The database may have a different name than pictured below. |
- Type the following query: SELECT ParameterValue FROM tblGlobalParameter WHERE ParameterCode = 'SHAREPATH'.
 |
Share Path and Share Directory are synonymous. |
- Click
.
- The Results window displays the share directory location.
- Using Windows explorer, navigate to the location in the results panel.
- Select all folders and files in this location. Right-click on the selection and select Send To > Compressed (zipped) folder.
- The compressed folder populates in the share directory location. Rename the compressed folder a meaningful name.
 |
It is recommended that the date is included in the folder name. |
- Move the compressed folder to a secure location.
- Open windows explorer and navigate to the Lifecycle Management Suite installation location.
- Right-click on the Productivity Framework folder and select Send To > Compressed (zipped) folder.
 |
The name of the Productivity Framework folder is configurable by customers and may have a different name. |
- The compressed folder populates in the installation location. Rename the compressed folder a meaningful name.
 |
It is recommended that the date is included in the folder name. |
- Move the compressed folder to a secure location.
Enable Access to https://services.akcelerant.com
This URL is used to communicate with the Temenos installation web services during the installation to validate the license key as well as log the details of the installation.
 |
This must be completed on all servers where a Lifecycle Management Suite installation is being run. |
- Ensure the server processing the installation has access.
- Allow unfiltered access and disable authentication to the site https://services.akcelerant.com on firewalls or proxy servers.
Obtain Requirements
The following credentials must be obtained:
 |
These items are needed in order to complete a successful installation. |
- Obtain the installation key from the Collaboration Portal or your institution's Temenos Customer Care Representative.
- The SQL user credentials the installation process will use to update the database.
Validate Hardware and Software Requirements
Validate that all hardware and software requirements are met.
- Please refer to the Supported Sortware document for more information on software requirements.
Verify ASP.NET v4.0.30319 is Allowed
- Within IIS Manager, choose the correct connection and select ISAPI and CGI Restrictions.
- Update the ASP.NET v4.0.30319 active server pages to be "Allowed.
Verify the Database Compatibility is 100 or Higher
 |
This is required for an upgrade installation. |
- After connecting to the appropriate instance of the SQL Server Database Engine, in Object Explorer, click on the server name.
- Expand Databases and depending on the database select either a user database or expand System Databases and select a system database.
- Right-click on the database and select Properties. The Database Properties dialog box opens.
- In the Select a page pane, click Options. The current compatibility level is displayed in the Compatibility level list box.
- To change the compatibility level, select either SQL Server 2008 (100), SQL Server 2012 (110), or SQL Server 2014 (120) from the list.
WCF Services: HTTP Activation
Within Control Panel > All Control Panel Items > Programs and Features, select Turn Windows features on or off. Ensure the HTTP Activation check box is selected within .NET Framework 4.0 Advanced Services > WCF Services.
Delete SQL Server Statistics
If any User-Created Statistics have been created for tables in the Temenos database, they should be deleted as these statistics may cause the upgrade process to fail.
To determine if any User-Created Statistics exist:
- Open SQL Server Management Studio, and connect to the applicable server and database.
- Run the following query: SELECT * FROM sys.stats WHERE user_created = 1."