![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hi Marty, This is a scalar subquery youll need to wait just a little bit longer for this. |
|
From: info-ingres-bounces (AT) kettleriver...ting (DOT) com [mailto:info- ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Martin Bowes Sent: 04 November 2009 13:27 To: Ingres and related product discussion forum Subject: [Info-Ingres] procedure create crashes out of server. Hi All, Does anyone recognie this? In Ingres II 9.1.1 (a64.lnx/103)NPTL +p13001 CREATE PROCEDURE mb_flag_duplicate AS BEGIN UPDATE next_exceptionid FROM ( SELECT max(new_kuid) new_kuid FROM kuids ) highest_kuid SET exceptionid = char(numeric(highest_kuid.new_kuid+5)); END; Executing . . . E_RD0125 consistency check - unexpected exception in RDF (Wed Nov 4 13:07:16 2009) E_SC0206 An internal error prevents further processing of this query. Associated error messages which provide more detailed information about the problem can be found in the error log, II_CONFIG:errlog.log (Wed Nov 4 13:07:16 2009) Exiting session because of communications failure. In the errlog a stack trace is generated: -----------BEGIN STACK TRACE------------ 0: 4065f3e0 iidbms(rdf_readtuples+0xc9) [0x4b107d]( ... ) 1: 406603c0 iidbms(rdf_call+0x2e8) [0x4a60d3]( ... ) 2: 40660ae0 iidbms [0x54bc7c] <static function, no info available 3: 406616f0 iidbms [0x54a044] <static function, no info available 4: 40661f60 iidbms(psy_protect+0x674) [0x548364]( ... ) 5: 40663ad0 iidbms(psy_view+0x1e50) [0x556cc0]( ... ) 6: 40663b60 iidbms(psy_qrymod+0x375) [0x7d196d]( ... ) 7: 40663f00 iidbms(psls39iftn+0x12b6) [0x7c6c96]( ... ) 8: 40666980 iidbms(pslsparse+0xa0e) [0x792251]( ... ) 9: 40666ba0 iidbms(psq_parseqry+0x503) [0x522203]( ... ) 10: 40666dc0 iidbms(psq_call+0x2d5) [0x51c9a5]( ... ) 11: 40668fa0 iidbms(scs_sequencer+0x265e) [0x479eee]( ... ) 12: 40671120 iidbms(CSMT_setup+0x4e0) [0x966340]( ... ) Martin Bowes _______________________________________________ Info-Ingres mailing list Info-Ingres (AT) kettleriverconsulting (DOT) com http://ext-cando.kettleriverconsulti...listinfo/info- ingres |
#6
| |||
| |||
|
|
On Nov 4, 2009, at 1:57 PM, Ian Kirkham wrote: Hi Marty, This is a scalar subquery youll need to wait just a little bit longer for this. But the kind in a FROM clause ought to be OK in 9.1.1. Might "just" be a bug. Karl |
| From: info-ingres-bounces (AT) kettleriver...ting (DOT) com [mailto:info- ingres-bounces (AT) kettleriverconsulting (DOT) com] On Behalf Of Martin Bowes Sent: 04 November 2009 13:27 To: Ingres and related product discussion forum Subject: [Info-Ingres] procedure create crashes out of server. Hi All, Does anyone recognie this? In Ingres II 9.1.1 (a64.lnx/103)NPTL +p13001 CREATE PROCEDURE mb_flag_duplicate AS BEGIN UPDATE next_exceptionid FROM ( SELECT max(new_kuid) new_kuid FROM kuids ) highest_kuid SET exceptionid = char(numeric(highest_kuid.new_kuid+5)); END; Executing . . . E_RD0125 consistency check - unexpected exception in RDF (Wed Nov 4 13:07:16 2009) E_SC0206 An internal error prevents further processing of this query. Associated error messages which provide more detailed information about the problem can be found in the error log, II_CONFIG:errlog.log (Wed Nov 4 13:07:16 2009) Exiting session because of communications failure. In the errlog a stack trace is generated: -----------BEGIN STACK TRACE------------ 0: 4065f3e0 iidbms(rdf_readtuples+0xc9) [0x4b107d]( ... ) 1: 406603c0 iidbms(rdf_call+0x2e8) [0x4a60d3]( ... ) 2: 40660ae0 iidbms [0x54bc7c] <static function, no info available 3: 406616f0 iidbms [0x54a044] <static function, no info available 4: 40661f60 iidbms(psy_protect+0x674) [0x548364]( ... ) 5: 40663ad0 iidbms(psy_view+0x1e50) [0x556cc0]( ... ) 6: 40663b60 iidbms(psy_qrymod+0x375) [0x7d196d]( ... ) 7: 40663f00 iidbms(psls39iftn+0x12b6) [0x7c6c96]( ... ) 8: 40666980 iidbms(pslsparse+0xa0e) [0x792251]( ... ) 9: 40666ba0 iidbms(psq_parseqry+0x503) [0x522203]( ... ) 10: 40666dc0 iidbms(psq_call+0x2d5) [0x51c9a5]( ... ) 11: 40668fa0 iidbms(scs_sequencer+0x265e) [0x479eee]( ... ) 12: 40671120 iidbms(CSMT_setup+0x4e0) [0x966340]( ... ) Martin Bowes _______________________________________________ Info-Ingres mailing list Info-Ingres (AT) kettleriverconsulting (DOT) com http://ext-cando.kettleriverconsulti...listinfo/info- ingres _______________________________________________ Info-Ingres mailing list Info-Ingres (AT) kettleriverconsulting (DOT) com http://ext-cando.kettleriverconsulti...fo/info-ingres |
#7
| |||
| |||
|
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |