suche 36x36
  • Admin-Scout-small-Banner
           

    CURSOR Admin-Scout

    get the ultimate tool for Informix

    pfeil  
Latest versionsfixlist
14.10.xC10 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

Informix - Problem description

Problem IT27610 Status: Closed

SYSTEM THROWS 674 ERROR WHEN SYS_CONNECT_BY_PATH IS USED MORE THAN ONCE IN
SQL QUERY

product:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problem description:
System throws 674 error when SYS_CONNECT_BY_PATH is used more
than once in SQL query in IDS version 12.10.FC11.

Scenario 1 (SYS_CONNECT_BY_PATH used only once):

Below sql  query executes without any error.

SELECT empid, name, mgrid, SYS_CONNECT_BY_PATH( name,'/') as
hierarchy
   FROM employee
   START WITH name = 'Henry'
   CONNECT BY PRIOR empid = mgrid;

Scenario 2 (SYS_CONNECT_BY_PATH used more than once):

Below sql query when executed throws 674 error.

SELECT empid, name, mgrid,
SYS_CONNECT_BY_PATH( name,'/') as hierarchy,
SYS_CONNECT_BY_PATH( name,'/') as hierarchy1,
   FROM employee
   START WITH name = 'Henry'
   CONNECT BY PRIOR empid = mgrid;

Error message:
 674: Routine (sys_connect_by_path) can not be resolved.

Note: In IBM Informix Dynamic Server Version 12.10.FC10, the
same sql query (query with SYS_CONNECT_BY_PATH more than once)
executes without any error.
The issue is only in IDS 12.10.FC11.
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* Users of IDS prior to 12.10.xC13.                            *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* System throws 674 error when SYS_CONNECT_BY_PATH is used     *
* more than once in SQL query.                                 *
****************************************************************
* RECOMMENDATION:                                              *
****************************************************************
Local Fix:
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
27.12.2018
03.10.2019
03.10.2019
Problem solved at the following versions (IBM BugInfos)
12.10.xC13
Problem solved according to the fixlist(s) of the following version(s)
Informix EditionsInformix Editions
Informix Editions
DocumentationDocumentation
Documentation
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