Problem Note 19818: Upgrading to SAS®9 causes SAS/ACCESS® Interface to Informix to freeze (lock up) when you try to create or drop the same table repeatedly
After you upgrade to SAS 9, SAS/ACCESS Interface to Informix freezes 
(locks up) when you try to create or drop the same table repeatedly. The 
following error message might also be issued:
  
    ERROR: Informix EXECUTE Error: [Informix][Informix ODBC 
           Driver][Informix]Cannot update system catalog (systables). 
 
To resolve this problem, apply the hot fix listed at the bottom of this 
note.  The hot fix does the following: 
 
   - AUTOCOMMIT= option is set to ON by default, which means that each 
      command that users issue will be committed automatically. This 
      behavior simulates the behavior in SAS® 8. 
- Users can turn off the AUTOCOMMIT= option either in the LIBNAME 
      statement or in an SQL procedure, as follows: 
   
      - SQL Pass-Through Facility: 
        
    proc sql; 
       connect to informix(user=<user_id> using=xxxxx 
                           server=odbc17log autocommit=no); 
        
- LIBNAME statement: 
       
    libname x informix user=<user_id> using=xxxxx 
            server=odbc17log autocommit=no; 
       
 
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
| SAS System | SAS/ACCESS Interface to Informix | 64-bit Enabled HP-UX | 9.1 TS1M3 | 9.2 TS1M0 | 
| 64-bit Enabled Solaris | 9.1 TS1M3 | 9.2 TS1M0 | 
| Linux | 9.1 TS1M3 | 9.2 TS1M0 | 
| 64-bit Enabled AIX | 9.1 TS1M3 | 9.2 TS1M0 | 
*
        For software releases that are not yet generally available, the Fixed
        Release is the software release in which the problem is planned to be
        fixed.
       
| Type: | Problem Note | 
| Priority: | high | 
| Topic: | SAS Reference  ==>  LIBNAME Engines Data Management  ==>  Data Sources  ==>  External Databases  ==>  Informix
 
 | 
| Date Modified: | 2008-03-06 14:19:27 | 
| Date Created: | 2007-03-22 09:07:03 |