Informix - Problem description
Problem IT41196 | Status: Closed |
DROPPING AN EXTERNAL TABLE IN A STORED PROCEDURE CAN FAIL WITH -214/-106 WHEN IT IS RUN WITH PDQ | |
product: | |
INFORMIX SERVER / 5725A3900 / E10 - | |
Problem description: | |
DROP PROCEDURE IF EXISTS srv_p_test_drop_ext_tab() ; CREATE PROCEDURE srv_p_test_drop_ext_tab() DROP TABLE IF EXISTS ext_tab ; SET PDQPRIORITY 2 ; BEGIN CREATE EXTERNAL TABLE ext_tab ( id INTEGER ) USING ( DATAFILES ('DISK:ext_tab.dat_ifx') ) ; INSERT INTO ext_tab SELECT 1 FROM sysmaster:sysdual ; DROP TABLE IF EXISTS ext_tab ; END ; END PROCEDURE ; EXECUTE PROCEDURE srv_p_test_drop_ext_tab() ; DROP PROCEDURE srv_p_test_drop_ext_tab() ; Routine created. 214: Cannot remove file for table (informix.ext_tab). 106: ISAM error: non-exclusive access. Error in line 1 Near character position 1 Routine dropped. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * Users of Informix Server prior to 12.10.xC16 and 14.10.xC9. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to Informix Server 12.10.xC16 (if available) or * * 14.10.xC9. * **************************************************************** | |
Local Fix: | |
Solution | |
Workaround | |
**************************************************************** * USERS AFFECTED: * * Users of Informix Server prior to 12.10.xC16 and 14.10.xC9. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to Informix Server 12.10.xC16 (if available) or * * 14.10.xC9. * **************************************************************** | |
Comment | |
Fixed in Informix Server 12.10.xC16 and 14.10.xC9. | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 13.06.2022 04.10.2022 04.10.2022 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) |