Version notes
These release notes contain information about new features and functions in Saperion ELM version 6.4, as well as any known issues, and update notes. For more details about feature functionality, refer to the ELM documentation in the Saperion documentation portal. In addition, for further information regarding the system itself, refer to the current Saperion technical specification.
About compatibility
Saperion ELM Server Exchange Edition Version 6.4 is compatible with Saperion ECM versions 7.5 and higher.
New features and improvements
Security for Store Access resources
Security for accessing resources provided by the StoreAccess component was improved. Now administrators can define who has access to these resources by selecting users/groups from the Active Directory.
For more information, refer to the "WCF service security" section in the ELM Installation manual.
Define access to advanced search
An "Advanced Search" user role was added. With this new role, you can define whether a user has access to the advanced search functionality in the Enterprise Manager. For more information, refer to the "User Roles" section in the ELM Administration manual.
Start jobs with new button
A new "Start now" button allows you to start and schedule jobs. The button is found in the "Jobs" tab of the Manager View in the Enterprise Manager. For more information, refer to the "Jobs Tab" section of the ELM Administration manual.
New "Test connection" button
A "Test connection" button has been added to the EWS configuration. You can use it to test the functionality of your EWS connection parameters. For more information, refer to the "EWS Configuration" section in the ELM Administration manual.
Store Access component
The Store Access component has been updated to support Saperion version 7.5 SP4. For more information about the Store Access component, refer to the ELM Installation manual.
ELM4Connector
ELM4Connector component was ported from VB ActiveX to .NET.
JNI4NET
The JNI4NET used in Store Access was updated from version 0.8.6.0 to 0.8.8.0.
Known issues
Kerberos and PowerShell
The ELM installation package uses Kerberos authentication when running remote PowerShell cmdlets. Kerberos authentication must be enabled on the PowerShell web service installed by the MS Exchange server.
MAPI CDO
When MAPI CDO is used as the MAPI subsystem, Unicode string properties, such as "From", "CC", "BCC" and "Subject" are not supported by post-processing plugins, nor on retrieve. In both cases, Unicode characters are replaced with the "?" character.
ELM MailApp
The ELM MailApp cannot be used for archiving mails from personal archive mailboxes.
Web Service configuration
The web service configuration on MS Windows 2003 x64 does not work properly when IIS is configured to run in x86 mode.
About updating
- Permissions defined in Archive Web must be migrated to the centralized permissions database when updating to ELM 6.3. The migration occurs automatically with the first login to the Archive Web application. We recommend logging in right after the ELM server was updated on each web server hosting the Archive Web application.
- With ELM version 6.2, Public Folder access must be configured again for each imported MS Exchange server, as the global public folder owner settings were moved to server level when updating from versions before 6.2.
- Scheduler configuration for public folders must be updated with the update tool included in the ELM server setup. It is crucial to perform the update with the application. Refer to the manual when updating from versions before 6.2.
- When updating to version 6.0, make sure that .NET 2.0 SP2 and .NET 4.0 are installed.
- After updating to 5.5 or higher, make sure that your ELM DDC contains a SYSROWID
column with a value. Without this column, there may be problems when
reading/writing using the Saperion Classic Connector.Use the SQL statement
appropriate for your server:
- SQL ServerUPDATE ELM SET SYSROWID = Replace(NEWID(),'-'")+'000000000000' WHERE SYSROWID IS NULL
- OracleUPDATE ELM SET SYSROWID = SYSGUID() || '000000000000' WHERE
SYSROWID IS NULL Note: Depending on the number of records in your database, the SQL command may need several minutes to run.
- When multiple ELM products are present on the same server, or use the same components in a distributed architecture, all products have to be updated to the same version number (version 6.0 and higher).
- If you are installing ELM on a computer with Microsoft SharePoint installed (any version), the ELM web applications will be installed to different ports (9981 for web services, 7781 for Archive Web). Include the port number when you configure access to the archive and retrieve servers.
- If you are installing ELM on a computer with a BlackBerry server installed (any version), note that ELM requires Outlook, while BlackBerry requires Exchange MAPI. These components cannot coexist on the same computer. Contact Saperion support regarding update possibilities.
- After installation, ensure that the MCSWS handler mapping is configured as follows:> Apply to ‘*.*’> Apply to files and folders.> On IIS 7, the application pool must be set to “Integrated” Managed Pipeline Mode.More details are included in the documentation.
- On IIS 7: make sure that the ISAPI and CGI restrictions allow ASP .NET v4 for both x86 and x64 platforms.
Update from version 5.x
A direct update to 6.0 is possible once all software prerequisites are fulfilled.
Update from older versions
Refer to the ELM v5.5 Release Notes (Saperion v7.1) for information on how to update ELM from earlier versions.