Informix - Problembeschreibung
| Problem IT06441 | Status: Geschlossen |
ONSPACES RENAME SBSPACE CHANGES SYSSBSPACENAME BUT NOT SBSPACENAME | |
| Produkt: | |
IFMX ULT WHSE E / IM0019BOS / C10 - IDS 12.10 | |
| Problembeschreibung: | |
onspaces -ren change SYSSBSPACENAME but not SBSPACENAME onconfig
parameter.
From online.log it looks like that parameter is changed !
Example:
$ echo "N" | dbaccessdemo
$ onstat -c|grep SBSPACENAME
# SBSPACENAME - The default sbspace name where smart large
objects
# SYSSBSPACENAME - The default sbspace for system statistics
SBSPACENAME sbsnew
SYSSBSPACENAME sbsnew
$ onmode -s
This will perform a GRACEFUL SHUTDOWN -
Do you wish to continue (y/n)? y
$ onspaces -ren sbsnew -n sbs
Rename of Space completed successfully.
** WARNING ** A level 0 archive of Root DBSpace and the renamed
Space need to be done.
WARNING !! Modifying SBSPACENAME value in onconfig file.
A copy of previous onconfig file will be saved.
WARNING !! Modifying SYSSBSPACENAME value in onconfig file.
A copy of previous onconfig file will be saved.
$ onstat -c|grep SBSPACENAME
# SBSPACENAME - The default sbspace name where smart large
objects
# SYSSBSPACENAME - The default sbspace for system statistics
SBSPACENAME sbsnew
SYSSBSPACENAME sbs
$ onbar -b -F
$ onmode -m
if we now migrate to a higher version (12.10.xC4W1), than we get
following error during conversion:
$ onstat -m
01/12/15 11:16:26 Conv/rev: blade conversion failed. See
$INFORMIXDIR/etc/conv/convblade1210xC4.out
01/12/15 11:16:26 Conv/rev: Finished conversion for component
BLADE
01/12/15 11:16:26 Conv/rev: Started conversion for component
SCHAPI
01/12/15 11:16:26 *** numVersions=7 targetVersion=7 ***
01/12/15 11:16:26 *** entity_ver=6 targetVersion=7
indexVersion= 0 ***
01/12/15 11:16:26 *** FromVersion=0 ToVersion=1 entity_ver=6
targetVersion=7 indexVersion=0 ***
01/12/15 11:16:26 *** FromVersion=1 ToVersion=2 entity_ver=6
targetVersion=7 indexVersion=1 ***
01/12/15 11:16:26 *** FromVersion=2 ToVersion=3 entity_ver=6
targetVersion=7 indexVersion=2 ***
01/12/15 11:16:26 *** FromVersion=3 ToVersion=4 entity_ver=6
targetVersion=7 indexVersion=3 ***
01/12/15 11:16:26 *** FromVersion=4 ToVersion=5 entity_ver=6
targetVersion=7 indexVersion=4 ***
01/12/15 11:16:26 *** FromVersion=5 ToVersion=6 entity_ver=6
targetVersion=7 indexVersion=5 ***
01/12/15 11:16:26 *** FromVersion=6 ToVersion=7 entity_ver=6
targetVersion=7 indexVersion=6 ***
01/12/15 11:16:26 *** SCHAPI 1 12.10.xC4 ***
01/12/15 11:16:26 calling schapi_cvr1210XC4_convert
01/12/15 11:16:26 Conv/rev: Finished conversion for component
SCHAPI
01/12/15 11:16:26 Conv/rev: Started conversion for component HA
01/12/15 11:16:26 *** numVersions=8 targetVersion=8 ***
01/12/15 11:16:26 *** entity_ver=6 targetVersion=8
indexVersion= 0 ***
01/12/15 11:16:26 *** FromVersion=0 ToVersion=1 entity_ver=6
targetVersion=8 indexVersion=0 ***
01/12/15 11:16:26 *** FromVersion=0 ToVersion=2 entity_ver=6
targetVersion=8 indexVersion=1 ***
01/12/15 11:16:26 *** FromVersion=0 ToVersion=3 entity_ver=6
targetVersion=8 indexVersion=2 ***
01/12/15 11:16:26 *** FromVersion=3 ToVersion=4 entity_ver=6
targetVersion=8 indexVersion=3 ***
01/12/15 11:16:26 *** FromVersion=4 ToVersion=5 entity_ver=6
targetVersion=8 indexVersion=4 ***
01/12/15 11:16:26 *** FromVersion=5 ToVersion=6 entity_ver=6
targetVersion=8 indexVersion=5 ***
01/12/15 11:16:26 *** FromVersion=6 ToVersion=7 entity_ver=6
targetVersion=8 indexVersion=6 ***
01/12/15 11:16:26 *** HA 1 12.10.xC4 ***
01/12/15 11:16:26 *** FromVersion=7 ToVersion=8 entity_ver=7
targetVersion=8 indexVersion=7 ***
01/12/15 11:16:26 Conv/rev: Finished conversion for component
HA
01/12/15 11:16:26 Conversion failed.
01/12/15 11:16:26 *** Conversion failed ***
CONVERSION_GUARD was on. To go back to the original version
of IDS, run onrestorept.
01/12/15 11:16:26 Assert Failed: *** Conversion failed ***
CONVERSION_GUARD was on. To go back to the original version
of IDS, run onrestorept.
01/12/15 11:16:26 IBM Informix Dynamic Server Version
12.10.FC4W1
01/12/15 11:16:26 Who: Session(11, informix@greenwood, 0,
0x4646bdf8)
Thread(22, convert, 46427ee8, 1)
File: framework.c Line: 962
01/12/15 11:16:26 Results: Dynamic Server must abort
01/12/15 11:16:26 Action: Restart conversion after fixing the
problem.
01/12/15 11:16:26 stack trace for pid 27539 written to
/opt/informix/12.10.FC4W1/tmp/af.3fe9efa
01/12/15 11:16:26 See Also:
/opt/informix/12.10.FC4W1/tmp/af.3fe9efa
01/12/15 11:16:28 Thread ID 22 will NOT be suspended because
it is deemed too critical to the server.
01/12/15 11:16:28 See Also:
/opt/informix/12.10.FC4W1/tmp/af.3fe9efa
01/12/15 11:16:28 Starting crash time check of:
01/12/15 11:16:28 1. memory block headers
01/12/15 11:16:28 2. stacks
01/12/15 11:16:28 Crash time checking found no problems
01/12/15 11:16:28 *** Conversion failed ***
CONVERSION_GUARD was on. To go back to the original version
of IDS, run onrestorept. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * All users. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to IBM Informix Server 12.10 * **************************************************************** | |
| Local-Fix: | |
| Lösung | |
Problem Fixed In IBM Informix Server 12.10 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 12.01.2015 16.10.2015 16.10.2015 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
12.10.0 | |
| Problem behoben lt. FixList in der Version | |
| 12.10.xC5 |
|
| 12.10.xC5.W1 |
|