Informix - Problem description
| Problem IT07600 | Status: Closed |
-1213 ERRORS RUNNING LOW MEMORY RECONFIG TASK | |
| product: | |
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10 | |
| Problem description: | |
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 Summary: | |
**************************************************************** * USERS AFFECTED: * * All users * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to IBM Informix Server 12.10.xC6 * **************************************************************** | |
| Local Fix: | |
| Solution | |
Problem Fixed In IBM Informix Server 12.10.xC6 | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 09.03.2015 30.12.2015 30.12.2015 |
| Problem solved at the following versions (IBM BugInfos) | |
12.10.xC6 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 12.10.xC6 |
|