View Revisions: Issue #6607
Summary | 0006607: Check processInfo.getCurrentTableName() is not null in Load Detail | ||
---|---|---|---|
Revision | 2024-10-02 18:36 by mdrouard | ||
Description | When refreshing incomplete tables in Load Detail check that the table name in process info is not null. This is done to prevent trying to insert a null key value into the extractingTables map. This prevents an error from occurring if load details attempts to update before SelectFromSymDataSource.next() can run. |
||
Revision | 2024-10-02 18:39 by mdrouard | ||
Description | When refreshing incomplete tables in Load Detail check that processInfo.getCurrentTableName() is not null. This is done to prevent trying to insert a null key value into the extractingTables map. This prevents an error from occurring if load details attempts to update before SelectFromSymDataSource.next() can run. |