# Release Notes

## migration-center 24.2

(released on 19-Jul-2024)

### Features & Enhancements

New **Alfresco CS Importer** with support for **Alfresco PAAS** (#70735). \
This importer aims to replace the existing Alfresco Importer and add new features:

* Batched import for increased performance
* Map Content To Storage for increased performance.\
  Allows mapping content that already exists in the Alfresco filestore.

Other migration-center features:&#x20;

* General
  * Add support for Windows Server 2022 (#71456)
* WebClient
  * Export objects to CSV with filters (#69840)
  * Solve critical vulnerability issues for WebClient (#71610)
  * Improved performance of object tables (#68685)
  * Improve scanner source object fetching performance (#71486)
  * Login database selection remember previous selection (#70259)
  * Wider vertical scrollbars (#72049)
* Exchange Scanner
  * Add support for scanning In-Place/Online Archive inboxes (#71622)
* SharePoint Online Batch Importer
  * Split target type association from contentType (#71580)
* Veeva Scanner
  * Scan from Veeva using API version 24.1 (#71537)
  * The scanner should enforce setting "documentSelection" (#71985)
  * Run the same scanner twice (#71984)
  * Veeva scanner - Add X-VaultAPI-ReferenceId to all requests (#71989)
* Veeva Importer
  * Import into Veeva using API version 24.1 (#71539)
  * Bypass validation when updating objects (#71983)
  * Handling of "Intelligent Record Update" (#71986)
  * Veeva Importer - Add X-VaultAPI-ReferenceId to all requests (#71988)

### Fixes

* WebClient
  * Changing rule name and using auto-associate can cause it to be associated with two attributes (#71648)
  * Migset remains stuck in progress status if Postgres DB is restarted mid transformation/validation (#71926)
  * Object View loading stops when downloading CSV (#71132)
  * Save button reamains disable after deleting a rule with error (#69515)
  * Importer opens slow when DB has a lot of source objects and migset (#72291)
* Database
  * Objects remain transformed during validation on Oracle (#71862)
  * Postgres DB install fails when role contains dash characters (#72007)
  * Slow performance when migset fetches scan runs on Postgres (#72507)
  * Postgres sequences do not all start from 1000 (#72572)&#x20;
  * Postgres sq\_fme\_source\_objects causes gaps in source object IDs (#72510)
* Alfresco Importer
  * Alfresco Object Types incorrect max characters (#71462)
* Box Importer
  * Setting Task attributes results in import being stuck (#72407)&#x20;
  * 400 Bad Requests when importing documents in a big folder structure (#72363)
* Cara Importer
  * Cara does not import relations after target\_type split (#72294)&#x20;
  * Authentication fails when long initialization (#72199)
* Database Scanner
  * Database scanner fails to scan when using subqueries in main query (#72107)
  * NPE when column used as key is not returned by main query with metadata (#72326)
* Filesystem Scanner
  * Removed format limitation for XML values for versionLevelAttribute (#71913)
  * Scanning explicit versions from XML does not use the versionLevelAttribute for ordering the versions on Postgres (#71915)
  * Bad performance when running filesystem scanner on PostgreSQL (#72325)
* Veeva Scanner
  * Some renditions may not be scanned by Veeva Scanner (#72184)
* Veeva Importer
  * Number and boolean fields with empty string values fail validation (#71509)
  * Veeva Scanner can scan same document twice (#71633)
  * Veeva Importers throw NPE when content location is empty on non-ftp imports (#72120)
  * Version not scanned when rendition fails to export (#71684)

### Known Issues

{% hint style="danger" %}
The Amazon Comprehend Enrich Scanner is not currently functional due to changes to Amazon's APIs (#72329)
{% endhint %}

* WebClient
  * Unneeded scrollbar is visible in the Global Object Search screen (#72657)
* Alfresco CS Importer
  * Empty file update made to an empty file original object does not create new minor version (#72565)
  * Update cannot change object type (#72213)
  * Not setting required attributes does not throw error on import (#72019)
  * Import fails when extension changes in name in version tree when content doesn't exist in S3 with mapContentToStorage (#71932)
  * Non descriptive error message when defaultFolderType is empty (#72582)
* Veeva Importer
  * Veeva importer hides some non-ftp file upload validation exceptions (#72473)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.migration-center.com/24.2/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
