Error Code | 19 |
Error Message | Validation Error: com.actian.di.designsdk.DesignSdkException: Error 19 loading map: Failed to connect: Error while connecting. Only one request may be made against a session at a time Discovery cannot be run when profile is invalid. Disable all rules and try again. Validate the profile to get more information. OR com.actian.dc.dataprofiler.DataProfilerException: Flow unexpectedly terminated by 20908_Netsuite_DataTypes_UnicodeFixed.Source 20908_Netsuite_DataTypes_UnicodeFixed.dp /Data_Profiler/Application_Connector/NetSuite Unknown Problem |
Description | The error occurs during data discovery when two NetSuite data profiling (.dp) files are opened and executed simultaneously. The process fails upon completion of data discovery, displaying a session-related connection error. |
Cause/Solution | Cause: The underlying issue is not due to a change in behavior between Design SDK versions: • In version 12.3, NetSuite source is read sequentially, avoiding session conflicts. • In version 12.4, the same operation reads concurrently, which is more efficient but requires a concurrent connection license from NetSuite. Without the proper license, NetSuite restricts access to one active request per session, resulting in a connection failure when multiple sources are accessed at the same time. Solution: To avoid this error, follow these steps: 1. Do not open multiple .dp files simultaneously before initiating data discovery. 2. Run data discovery for each .dp file sequentially, ensuring that one profiling session completes before starting another. 3. Close any completed .dp sessions before proceeding to the next to prevent session overlap. 4. Purchase a concurrent connection license from NetSuite. |
Related Information |