suche 36x36
  • CURSOR Service Distribution
           
     

    CURSOR Service Distribution

    24x7 Always Up

    pfeil
  • Logistics and transportation
           
     

    Logistics and transportation

    24x7 Always Up

    pfeil
  • Industrial environments
           
     

    Industrial environments

    24x7 Always Up

    pfeil
  • Trade and commerce
           
     

    Trade and commerce

    24x7 Always Up

    pfeil
  • Online shopping
           
     

    Online shopping

    24x7 Always Up

    pfeil
  • We care about your databases
           
     

    We care about your databases

    24x7 Always Up

    pfeil
 

Erik Stahlhut

CURSOR Service Distribution

We keep your IBM databases running

             
 

Monitoring Monitoring

Monitoring

  • Companies with existentially important databases trust in our Informix Monitoring. We prevent system failures before they occur.

  • Automated monitoring around the clock. Early detection of bottlenecks based on history data with our CURSOR Admin-Scout.

  • Administration for all installation sizes. Standard, remote or standby administration, up to 24x7 availability for systems with high availability.

  • Individual adjustments to the service levels of our customers with short response times and personal contact persons in support.

Discover more about Informix Monitoring with the CURSOR Service Distribution!
 

ServiceService

Service

  • Requirements from all areas of data management. Service packages or individually agreed projects like:
    • Setup of replications or high availability systems;
    • Performance, runtime analysis, tuning;
    • Release, platform or cloud migration;
    • Access control, encryption, archiving.
  • CURSOR Service Distribution is a long-standing IBM High-Value Service Provider for IBM Informix.

  • Specially for Informix we offer additional online seminars, workshops and training courses.

Information about service and support, so feel free to contact us with your project!
 

SupportSupport

Support

  • Request for support services for IBM databases. Our customers benefit from the competence of more than 25 years of Informix support and system-oriented development of database tools.

  • In case of support we are the first and central contact persons. We have a direct line to the IBM and HCL support departments and are available for our customers with 24x7 agreements around the clock.

  • Even Informix customers without active IBM product maintenance can take advantage of our first-aid support.

Book a support ticket on our website or just call us!
 
 
 
 

IBM Software

for manufacturers

and technology partners

IBM Embedded Solution Agreement (ESA)
integration of IBM software into your solution!

  Service
  • Integrate IBM software into your solution!

  • Benefit from the power of IBM software, take advantage of the attractive conditions for IBM licenses and maintenance!

  • The employees of CURSOR Service Distribution have twenty years of experience in indirect sales of IBM software (OEM/ASL/ESA licensing). We show you how to become an IBM ESA Business Partner!

esa bp werden blue 1000x100

 
 
 
 

CompetenceService

in Informix Administration

 
 

the CURSOR

Admin-Scout for Informix

esa bp werden blue 1000x100

esa bp werden blue 1000x100

 

 

  • The Informix tool right from CURSOR Informix Support.

  • Developed by administrators for administrators.

    With a background of over 25 years of Informix support, administration and system-oriented programming, we have been developing and distributing the Admin Scout since 2015.

  • By our Managed Service approach, the Admin Scout is suitable for almost all application areas of the Informix database system. Our customers are IT departments and administrators in commerce, banks, universities, trade and industry.

 
 
 
 

About us

the CURSOR Service Distribution

  • High-Value Service Provider for IBM Informix.

  • Distribution for IBM Data-Management Software (OEM/ASL/ESA licensing for ISVs).

CURSOR Service Distribution is a business unit of CURSOR Software AG, resulting from the acquisition of the Informix and development tool specialist "Nonne & Schneider" at the end of 2005.

We offer extensive technical services for IBM Informix, and as a high-value service provider we are the direct contact for all our customers' service needs for these databases.

Our services are independent from licensing through our company. Well-known customers rely on our monitoring and use our tools, while licensing and update maintenance are contracted directly with IBM.

 

CURSOR Software AG

For over 25 years CURSOR has been developing and marketing CRM solutions for the upper middle class and large concerns.

  • Together.
    Together with you we will lead your CRM project to success. Our experts offer comprehensive services from a single source: software development, consulting, software introduction, training, support - and the ongoing optimization of your CRM system.

  • Inspiring.
    We "live" CRM and want to inspire you with CRM software and services Made in Germany. The benchmark for this is the enthusiasm and loyalty of our customers - and their customers.

  • Successful.
    For 30 years the name CURSOR has stood for excellent customer and business process management - CRM and BPM. We measure our success by the satisfaction and market success of our customers. Learn more about successful CRM projects directly from our customers.

 
 
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IT16062 Status: Closed

DB2 MIGHT RETURN SQL0901N WHEN EXECUTING QUERY WITH SCALAG FUNCTIONS USED
IN A CASE STATEMENT

product:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problem description:
DB2 might return SQL0901N under the following conditions: 
 
1) The query has more than one scalag functions 
 
2) The query has an expression or a case statement which uses 
one or more of those scalag functions 
 
Example : 
 
CREATE TABLE T1(C1 INT,C2 INT,C3 INT,C4 INT) ORGANIZE BY COLUMN 
 
SELECT C4, 
    ROWNUMBER() OVER (PARTITION BY C1,C2 ORDER BY C3 DESC), 
    COUNT(*) OVER (PARTITION BY C1,C2), 
    CASE WHEN 
ROWNUMBER() OVER (PARTITION BY C1,C2 ORDER BY C3 DESC) = 1 
               THEN 
C4 ELSE 0 END 
FROM T1 
 
SQL0901N  The SQL statement or command failed because of a 
database system 
error. (Reason "unexpected error at Parser.cpp:699".) 
SQLSTATE=58004 
 
Stack Trace : 
 
CALLSTCK: (Static functions may not be resolved correctly, as 
they are resolved to the nearest symbol) 
[0] 0x090000008226BA68 
traceData__Q3_7ibm_cde8services6TracerFCQ3_7ibm_cde8services11Co 
mponentIDCQ3_7ibm_cde8services16CommonTraceLevelCQ4_7ibm_cde8se 
+ 0x928 
[1] 0x090000008224AA74 
traceException__Q3_7ibm_cde8services13BaseExceptionCFQ3_7ibm_cde 
8services11ComponentIDPCc + 0x1D4 
[2] 0x090000008223C6E4 
constructAndThrow__Q3_7ibm_cde8services24AssertionFailedExceptio 
nFCQ3_7ibm_cde8services11ComponentIDCPCcCUlN22RCQ3_7ibm_cde8ser 
+ 0x1A4 
[3] 0x090000008588DAB4 
olap_partitionby_compare__12Parser.cpp-0FRCPCQ3_7ibm_cde5query10 
SyntaxTreeT1 + 0x114 
[4] 0x09000000824156A8 
_Stable_sort__3stdHQ2_3std6_PtritXTPCQ3_7ibm_cde5query10SyntaxTr 
eeTlTPPCQ3_7ibm_cde5query10SyntaxTreeTRPCQ3_7ibm_cde5query10Syn 
+ 0x188 
[5] 0x09000000824302B0 
sortChildren__Q3_7ibm_cde5query10SyntaxTreeFPFRCPCQ3_7ibm_cde5qu 
ery10SyntaxTreeT1_b@AF291_35 + 0x30 
[6] 0x0900000085893554 
specialize__Q3_7ibm_cde5query6ParserFPQ3_7ibm_cde5query10SyntaxT 
ree + 0x654 
[7] 0x090000008588B5D0 
prepareSingleTableQuery__Q3_7ibm_cde5query6ParserFPQ3_7ibm_cde5q 
uery10SyntaxTreeb + 0xF0 
[8] 0x09000000858867C0 
parserWrapper__Q3_7ibm_cde5query6ParserFRCQ2_3std12basic_stringX 
TcTQ2_3std11char_traitsXTc_TQ3_7ibm_cde8services9AllocatorXTc__ 
+ 0xAC0 
[9] 0x0900000088444410 
initializeData__12cdeInterfaceFP8sqlrr_cbP17sqlriCdeStatement + 
0x1C10 
[10] 0x09000000884426AC 
openTableScan__12cdeInterfaceFP8sqlrr_cbP17sqlriCdeStatement + 
0x8C 
[11] 0x090000008D79C5D4 
sqlriCdeOpen__FP8sqlrr_cbP17sqlriCdeStatement + 0x654 
[12] 0x090000008D79E0A4 sqlriCdeQuery__FP8sqlrr_cb + 0x4C4 
[13] 0x090000008D7BAF08 
sqlriSectInvoke__FP8sqlrr_cbP12sqlri_opparm + 0x608 
[14] 0x090000008F1566C8 sqlrr_smp_router__FP8sqlrr_cb + 0x188 
[15] 0x090000008F152CD0 
sqlrr_subagent_router__FP8sqeAgentP12SQLE_DB2RA_T + 0xFD0 
[16] 0x090000008F13AF4C 
IPRA.$sqleSubRequestRouter__FP8sqeAgentPUiPUl + 0x80C 
[17] 0x090000008F1334F0 sqleProcessSubRequest__FP8sqeAgent + 
0x26B0 
[18] 0x090000008B3BA18C RunEDU__8sqeAgentFv + 0x9EC 
[19] 0x090000008B39DBA0 EDUDriver__9sqzEDUObjFv + 0x2E0 
[20] 0x090000008B292594 sqloEDUEntry + 0x374 
[21] 0x09000000004F6D30 _pthread_body + 0xF0 
[22] 0xFFFFFFFFFFFFFFFC ?unknown + 0xFFFFFFFF
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to First Fixed in DB2 10.5 Fix Pack 8                * 
****************************************************************
Local Fix:
available fix packs:
DB2 Version 11.1 Mod1 Fix Pack1 iFix001 for Linux, UNIX, and Windows
DB2 Version 11.1 Mod 2 Fix Pack 2 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod2 Fix Pack2 iFix001 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod2 Fix Pack2 iFix002 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod 3 Fix Pack 3 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod3 Fix Pack3 iFix001 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod3 Fix Pack3 iFix002 for Linux, UNIX, and Windows

Solution
First Fixed in DB2 10.5 Fix Pack 8
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
11.07.2016
09.05.2017
09.05.2017
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
11.1.1.1 FixList