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 IT19490 Status: Geschlossen

SPL CALLING A REMOTE STORED PROCEDURE REQUIRING CONVERSIONS OF DATATYPES
TO A LVARCHAR CAUSES ENDLESS LOOP

Produkt:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problembeschreibung:
In an environment with a local server calling a stored procedure
which is calling a stored procedure on a
remote server and the local server attempts to convert a
returned value to a lvarchar, the local stored
procedure does not come back.

The Stored Procedures look like this :

remote :

create procedure _t1() returning int,boolean,smallint,boolean;
return 2::int,'t'::boolean,1::smallint,'f'::boolean;
end procedure;

local
create procedure _t2();
define l_a lvarchar;
define l_d,l_b boolean;
define l_c smallint;

foreach
                execute procedure database1@server1:_t1()
                                into l_a,l_b,l_c,l_d

                                let l_a=l_a;
                                let l_b=l_b;
                                let l_c=l_c;
                                let l_d=l_d;
end foreach;
end procedure;

The stored procedure in the usual case would process one result
set and return.  In 12.10.FC8 and newer it
loops and does not come back.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* Informix users with remote UDT casting in SPL procedure      *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Update to IBM Informix Server 12.10.xC9                      *
****************************************************************
Local-Fix:
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
01.03.2017
10.07.2017
10.07.2017
Problem behoben ab folgender Versionen (IBM BugInfos)
12.10.xC9
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