Was this helpful?
Known Issues
The following table lists known issues in the current release. For more information, contact Actian Support.
 
Bug ID
Description
Resolution
DCNG-30715
Error occurs when executing a map with sorting in Oracle CRM On Demand connector due to an internal indexing issue, causing the query preparation to fail.
The system throws an “Index -40 out of bounds for length 9” error.
None
DCNG-30712
Data profile execution status details are not displayed in the Results tab if another data profile was previously executed and closed in the Data Profile Editor.
None
DCNG-30699
In Process Designer a map using the ASCII (Delimited) connector resolves macros in the generated URI instead of displaying them. The UI shows the evaluated file path rather than the original macro expression, reducing traceability of the configured source path.
None
DCNG-30692
DataProfiler JDBC Target BatchResponse file is generated with empty or incomplete content immediately after execution.
None
DCNG-30583
StringToConversion rule in DataProfile writes inconsistent values into the derived field, causing mismatches with the source field. In some records, the derived field does not match the original Time field, indicating incorrect conversion behavior during processing.
None
DCNG-30501
Map Designer throws an error when saving a map after deleting an existing lookup and adding a new one.
None
DCNG-30457
DataProfile invoked via Invoker fails with an exception while reading from the source (S3), causing profiling to terminate unexpectedly. The issue occurs because S3, Azure, and GCP connectors are not yet implemented in the DataProfiler engine after the Spark port, leading to source read failures when using cloud-based inputs with macros.
None
DCNG-30445
When using a DataProfile process with DJMessage as both source and target, the DataProfiler Invoker fails during execution with a java.lang.IllegalArgumentException indicating the "src" argument is null.
None
DCNG-30284
Timestamp to Date/Time conversion in DataTypeConversion is converting to incorrect output format.
None
DCNG-30223
When macros with identical names exist in different macro sets, only the most recently created macro set is referenced in the configuration. Earlier macro set definitions are ignored in mappings, leading to incorrect macro resolution.
None
DCNG-30199
Replace Value rule in DataProfilerSpark does not apply “Replace with Function Results” when using the IsBlank condition.
None
DCNG-30124
Zip Aggregator 2.0.0 component properties are visible in the UI but missing from the .process (JSON) file.
None
DCNG-30056
Field data size is not updated after changing the data type in the data conversion rule, leading to incorrect data size.
None
DCNG-30044
ParseExtract rule in DataProfiler extracts incorrect values from timestamp fields, leading to inaccurate results.
None
DCNG-29832
DataProfiler does not preserve the original date and timestamp format, resulting in mismatched formatting between source and target.
None
DCNG-29814
FieldDelimiterStyle property in DataProfiler is not working, as delimiters are applied to all fields regardless of configuration. Even when set to Text, delimiters incorrectly appear on non-text fields like integers and dates.
None
DCNG-29752
TransliterationIn and TransliterationOut properties in DataProfiler are not functioning as expected, as specified characters are not being replaced in the output.
None
DCNG-29233
Property value set for one Process Designer component is being set for the second component if same type of component is configured again.
None
DCNG-29230
Adding a new Process Designer component to a step that previously had a different component causes default property values to be cleared when a new property is set. Default values should persist.
None
DCNG-29172
When using the JDBC connector with MySQL, memory issues can occur when reading very large tables.
To avoid this, add ?useCursorFetch=true to the JDBC URL.
DCNG-29106
Running Inspect & Recommend or Data Discovery on Microsoft Dynamics 365 tables in Data Profiler may fail with a class cast exception related to BigContinuousStatistics.
None
DCNG-28544
The Save and Save All buttons are not being disabled after the user saves a modified data profile.
Workaround:
After editing a data profile rule, click anywhere else within the same rule definition panel to apply the change, and then click Save.
DCNG-27735
In the Map Editor Target tab, when you select a connector from the connector list, clicking anywhere outside the selection clears the target connection details.
None
DCNG-27516
The Connector Migration Wizard should automatically display the connector type in the From Connector field when migrating for a single map from the target or from the source.
None
DCNG-26898
When using the EZscript Debugger in the Process Editor, you might see internal variables such as "_.anon1". You can ignore these.
None
DCNG-26722
Executing a process which contains an EDI 999 Validator returns the following incorrect error message:
Cannot invoke “com.pervasive.di.artifacts.schema.TypeDef.getGroups()" because the return value of "com.pervasive.di.artifacts.schema.Field.getStructureReference()" is null.
None
DCNG-26714
Clicking the Help (?) button on the Import Preferences dialog does not display help pages.
None
DCNG-26690
After executing a process, an irrelevant error code and Troubleshoot hyperlink are returned.
None
DCNG-26686
The Help (?) button is not working in the Map Wizard.
None
DCNG-26683
When creating an extract, the line name disappears when the line style is edited.
None
DCNG-26546
Unable to close the Confirm Change popup dialog by clicking the close (X) icon.
Workaround:
Click No to close the dialog.
DCNG-26543
After modifying the macros for a process and executing the process, the Troubleshoot link returns an incorrect error code and message.
None
DCNG-26192
In the Map Designer Mapping tab, the Properties option is not selectable in the source and target field grids of the right-click popup dialog.
Workaround:
Scroll to the right within the panel to bring the Properties column into view, then click the “i”.
DCNG-23660
When external documentation links are opened from the side panel they open in the IE browser instead of the default browser.
None
DCNG-23243
The Update Macro option does not update the list with the local macro set.
None
DCNG-22770
The SFDC Lookup function is unable to get Parent Id when using upsert event.
Workaround:
Use Dynamic SQL to lookup parent IDs.
DCNG-22534
When running a profile from the profile engine on the RedHat Linux 8 platform, the exception com.actian.dc.dataprofiler.DataProfilerException occurs when connecting to MySQL (ODBC 3.5).
Workaround:
Use the MySQL ODBC Driver version mysql-connector-odbc-8.0.19-1.el8.x86_64.rpm or lower. If you use a version higher than this, the issue will exist.
DCNG-22431
On AIX Power 9 box the Oracle CRM On Demand connector fails to add an attachment to CustomObjects1/Attachment, does not run the map, and returns the following error:
Sending updates to DMS: UPDATE CustomObjects1/Attachment.
None
DCNG-22427
When running a process with the XSLT Transformer step on a Linux platform, the end status in the log file is not shown as completed but is shown as some garbage value.
None
DCNG-21233
When you set the priority for a message using the Priority PutMessage property, the priority order is not set correctly on the queue message.
None
DCNG-21231
MSMQ Queue returns a “Connection Successful” message when you click Test Connection even though the MSMQ server name field is blank or incorrect.
None
DCNG-20522
With the JDBC connector, a truncation error is returned for the Year datatype, and the map fails, even though data is correct. This problem is encountered when using the JDBC Connector for MySQL database.
None
DCNG-20519
When using the TINYINT UNSIGNED datatype a truncation error is returned for values that are within a valid range. This problem is encountered when using the JDBC Connector for MySQL database.
None
DCNG-20380
With the Actian X, Actian Vector, Actian Ingres, and Actian Avalanche connectors, when you add a new field in the Mapping tab, the field name is not incremented correctly.
Workaround:
Manually update the field name.
DCNG-19695
Salesforce to Netsuite SalesOrder with child items are not working.
None
DCNG-19556
With the JDBC connector, the target connector property ConstraintDLL does not work with statements that start with @.
Workaround:
Use statements that do not start with @.
DCNG-19542
On AIX, the PutMessage Action for the Google Cloud Storage Component displays the following error for the file size greater than 15KB:
Read Timed out
None
DCNG-19432
When you create a new Transaction Line custom field in the NetSuite application the field is not visible in the map when you open DataConnect using the NetSuite connector.
None
DCNG-19122
While creating a map, if CustomizationLevel is selected with CustomFieldOnly as the source, and a custom table is selected from the list, the table does not show in the list.
Workaround:
Manually enter the table name and click Connect.
DCNG-19013
In the JMS Queue component, the Timeout property should not have the default value set to zero (0) to prevent long wait times.
None
DCNG-19012
The error message that is returned when an incorrect value for the Factory property is set for the JMS Queue component should be more informative.
None
DCNG-19011
The JMS Queue component error that displays when no more messages can be read should be more informative.
None
DCNG-18971
In the EZscript Editor, Content Assist is not displayed for the Transformation object.
None
DCNG-18838
With the HL7 Batch Aggregator, an incorrect error message is logged in the log file when the File Location path in the message component is invalid.
None
DCNG-18440
The LenB Function multibyte character does not return the correct number of bytes.
None
DCNG-17913
In a map with Actian Vector as the source connector, if the Synonyms property is set to True, then the Table/View drop-down list does not display the correct alias.
None
DCNG-17850
When using the Map Wizard and mapping fields to a JSON target, source field names which contain spaces will not be automatically mapped.
None
DCNG-17302
With the Oracle19c connector, if the Output Mode is REPLACE and the Synonyms property is set to TRUE, then the data is not inserted into the target table.
None
DCNG-17073
When creating a package for an inventory with missing files, there is no message indicating that the package cannot be created.
None
 
 
Last modified date: 04/17/2026