suche 36x36
  • Admin-Scout-small-Banner
           

    CURSOR Admin-Scout

    das ultimative Tool für Informix

    pfeil  
Neueste VersionenFixList
14.10.xC10 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

Informix - Problembeschreibung

Problem IT28832 Status: Geschlossen

DATABASE USING SQL_LOGICAL_CHAR > 1 CAUSING MIGRATION FAILURE DURING
UPGRADE TO VERSION 14.10

Produkt:
INFORMIX SERVER / 5725A3900 / E10 - 
Problembeschreibung:
In version 14.10 databases receive a bunch of new 'any'
functions, for querying SET collections of various types, one of
them being:

create dba function informix.any(set(varchar(255) not null))
        returns varchar(255) with (iterator)
        external name '(collany_char)' language C not variant;

While this statement would not be possible to run in a (UTF8)
database having been created with SQL_LOGICAL_CHAR={2|3|4}, the
UDR still seems to be present in such database newly created in
v14.10.

If instead migrating such existing database from a previous
version, the SQL conversion would fail with:

17:11:20  Converting database test_slc ...
17:11:20  Execution of the following statement failed. If you
are
currently in conversion, you may have to restore
from level 0 archive, take corrective action and then
restart conversion.
17:11:20  create dba function informix.any(set(varchar(255) not
null))
        returns varchar(255) with (iterator)
        external name '(collany_char)' language C not variant;
17:11:20  Conversion failed with SQLCODE = -650 ISAMCODE = 0
17:11:20  The conversion of the database test_slc has failed.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* Users of IDS 14.10.xC1.                                      *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* DATABASE USING SQL_LOGICAL_CHAR > 1 CAUSING MIGRATION        *
* FAILURE                                                      *
* DURING UPGRADE TO VERSION 14.10                              *
****************************************************************
* RECOMMENDATION:                                              *
****************************************************************
Local-Fix:
A workaround seems to be removing/commenting the three
'varchar(255)' variants of the new 'any' UDR from
$INFORMIXDIR/etc/boot1410XC1.sql file:

    create dba function informix.any(set(varchar(255) not null))
    create dba function informix.any(list(varchar(255) not
null))
    create dba function informix.any(multiset(lvarchar not
null))

and their respective 'grant execute' statements.

Use with caution, though.
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
17.04.2019
19.09.2019
19.09.2019
Problem behoben ab folgender Versionen (IBM BugInfos)
14.10.xC2
Problem behoben lt. FixList in der Version
Informix EditionenInformix Editionen
Informix Editionen
DokumentationDokumentation
Dokumentation
IBM NewsletterIBM Newsletter
IBM Newsletter
Current BugsCurrent Bugs
Current Bugs
Bug ResearchBug Research
Bug Research
Bug FixlistsBug Fixlists
Bug Fixlists
Release NotesRelease Notes
Release Notes
Machine NotesMachine Notes
Machine Notes
Release NewsRelease News
Release News
Product LifecycleProduct Lifecycle
Lifecycle
Media DownloadMedia Download
Media Download