Bug ID | Description | Resolution |
|---|---|---|
DCNG-30434 | DocValidator is incorrectly populates trailing blank fields in composite EDI elements with the last valid value, causing validation errors. | Fixed |
DCNG-30404 | Unicode (Fixed) and ASCII (Fixed) incorrectly read short final fields as full length, padding them with unpredictable characters (e.g., NULL or LF). | Fixed |
DCNG-29532 | In v12, the ODBC 3.5 connector fails to handle certain special characters (e.g., - and ') in field names, causing "Invalid Field Index" errors and resetting fields. This issue affects XML-style maps (including those ported from v11), leading to loss of field mappings upon save and reopen. | Fixed |
DCNG-29529 | When opening specific workspace/project configurations, DataConnect stops abruptly, showing a log file error, while the same workspaces open successfully in older versions. | Fixed |
DCNG-29506 | Transformations fail when map names end with a '+' symbol, preventing proper execution and attachment in processes. This issue does not occur when the '+' character is removed. | Fixed |
DCNG-29503 | XML processes containing FTP Queue 2.0.0 or 3.0.0 components fail to load, showing an unspecified error and resulting in a blank, unusable UI. The same processes load correctly in older versions, without errors or UI issues. | Fixed |
DCNG-29484 | The command-line -D option fails to set macro values for .XML maps, though it works for other map/process types. This functionality works correctly in earlier versions. | Fixed |
DCNG-29459 | FileReadLine fails to locate files with a '+' in the name or extension, dropping the symbol and causing a file not found error. This behavior alters the filename during processing, leading to incorrect file resolution. | Fixed |
DCNG-29453 | Converting XLS to CSV can introduce random character corruption in the output data. This issue results in unexpected or invalid characters appearing during the transformation process. | Fixed |
DCNG-29452 | Saving v9-style XML maps overwrites target filter expressions with the last target field expression. This occurs even without modifying the filters, leading to unintended loss of original filter logic. | Fixed |
DCNG-29451 | FTP component passwords are not consistently retained when saving a process, resulting in missing credentials. This issue causes previously saved passwords to be cleared after reopening or saving the process. | Fixed |
DCNG-29444 | The ASCII (Delimited) connector incorrectly blanks out fields when StripLeadingBlanks or StripTrailingBlanks is enabled. Fields containing leading or trailing spaces are not properly parsed and are returned as empty values. | Fixed |
DCNG-29427 | The v9-style XML maps with long field names fail to open or run, producing field index errors. | Fixed |
DCNG-29408 | Running a multimode ODBC map followed by a single-mode map against the same ODBC DSN can cause the engine to fail. The issue appears when the first map processes a large record set, blocking stable execution of subsequent maps. | Fixed |
DCNG-29308 | When unload=false (executionConnection.dontUnload == true), RTC/Task macro changes are not applied during submit. Macros loaded via load(task) are ignored on submit(task), resulting in outdated or unchanged values being used. | Fixed |