Informix - Problembeschreibung
| Problem IT07600 | Status: Geschlossen | 
-1213 ERRORS RUNNING LOW MEMORY RECONFIG TASK  | |
| Produkt: | |
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10  | |
| Problembeschreibung: | |
The LowMemoryReconfig function executes the following sql: 
 
SELECT sysadmin:admin('onmode', 'wm', 'VP_MEMORY_CACHE_KB=0') 
            INTO rc 
            FROM sysmaster:syscfgtab 
            WHERE cf_name = "VP_MEMORY_CACHE_KB" AND 
                  cf_effective > 0; 
 
This query fails with a -1213 error if the VP_MEMORY_CACHE_KB 
onconfig parameter is set to non-zero. 
 
It seems that the value for cf_effective in the 
sysmaster:syscfgtab gets set to <value>,STATIC which 
causes the above query to fail.  If the onconfig value is left 
at the default of 0 the cf_effective value is 
2048 the query runs successfully. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * All users * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to IBM Informix Server 12.10.xC6 * ****************************************************************  | |
| Local-Fix: | |
| Lösung | |
Problem Fixed In IBM Informix Server 12.10.xC6  | |
| Workaround | |
keiner bekannt / siehe Local-Fix  | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung:  | 09.03.2015 30.12.2015 30.12.2015  | 
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
12.10.xC6  | |
| Problem behoben lt. FixList in der Version | |
| 12.10.xC6 | 
 |