Memory: Max=704,643,072; Total=475,529,216; Free=246,952,168; CPUs=8
Operating Environment : Windows, Linux
Issue : Informix12.10 : On importing data with transaction batch causes exception and data is not displayed if same import window is used to retrive data.
Steps to Reproduce :
1) Launch ADS and connect to Informix 12.10. Open View log.
2) Create table using any datatype. Use below scripts of Create and Insert
Please see attached screenshot "import".png"
|
220 KB
In step 5, when doing batch import, we set the auto commit mode to false.
In step 7, when extracting table information, we make a changeDatabase call. Informix complains if auto commit mode is false and returns the error message "must terminate transaction before closing database."
Fixed batch import code to reset the auto commit mode to true after batch import is done.
Fixed in ADS 16.0.3-7 and ADS 17.0.0-dev-12.
Issue #13178 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 16.0.3-7 |
No time estimate |
In step 5, when doing batch import, we set the auto commit mode to false.
In step 7, when extracting table information, we make a changeDatabase call. Informix complains if auto commit mode is false and returns the error message "must terminate transaction before closing database."
Fixed batch import code to reset the auto commit mode to true after batch import is done.
Fixed in ADS 16.0.3-7 and ADS 17.0.0-dev-12.