Re: What does '-4 error' error in MaxDB Database manager mean

2006-05-27 Thread Alexey Gaidukov
Now I get the error with Database Manager 7.6.00.21 (115306) and MaxDB 7.6.00.16 (64bit linux) when MaxDB was under heavy load. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: What does '-4 error' error in MaxDB Database manager mean

2006-05-27 Thread Alexey Gaidukov
7.6.00 Build 027-123-124-939 (64bit linux) If I push refresh after -4 I will not get the error message. Right now I can't reproduce the error message. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTE

Re: SSL certificate for MaxDB

2006-05-27 Thread Henrik Hempelmann
On 27.05.2006, at 09:28, Dmitry Key wrote: Could anybody explain how to install SSL certificate to MaxDB 7.6. The only documentation that i has found is http://dev.mysql.com/doc/ maxdb/en/3d/c14e4155f1db2be1000a1550b0/content.htm. Dmitry, due to license-, export control- and some oth

RE: What does '-4 error' error in MaxDB Database manager mean

2006-05-27 Thread Heinrich, Tilo
Hello Alexey, It means, that the DBM Server - that was used by DBMGUI to determine the sessions - crashed. What operating system is your database running on? Best regards, Tilo Heinrich SAP Labs Berlin -Original Message- From: Alexey Gaidukov Sent: Samstag, 27. Mai 2006 12:35 To: maxdb

Re: bad plan in case of joining a big table with empty temporary table

2006-05-27 Thread Alexey Gaidukov
this behaviour is new for 7.6.0.27 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

bad plan in case of joining a big table with empty temporary table

2006-05-27 Thread Alexey Gaidukov
MaxDB 7.6.00.27 The testcase gis.invest is a table with millions records. The field COUNTER is the PRIMARY KEY create table temp.test ( id integer ) // explain select * from gis.invest,temp.test where counter=id for reuse TEMP TEST TABLE SCAN

What does '-4 error' error in MaxDB Database manager mean

2006-05-27 Thread Alexey Gaidukov
MaxDB 7.6.00.27 Database Manager 7.6.00.21 (115306). When in Database Manager in Intance->Sessions push 'Refresh' button sometimes I get a message box 'error -4' with some unreadable symbols. What does it mean? In 7.6.00.16 I never saw this message. Thank in advance, Alexey Gaidukov. -- M

SSL certificate for MaxDB

2006-05-27 Thread Dmitry Key
Could anybody explain how to install SSL certificate to MaxDB 7.6. The only documentation that i has found is http://dev.mysql.com/doc/maxdb/en/3d/c14e4155f1db2be1000a1550b0/content.htm. _ Don't just search. Find. Check out the

Re: Source packages of MaxDB 7.6.00.27 available now

2006-05-27 Thread Alexey Gaidukov
*You are downloading:* |sapdbc-source-7_6_00_24_5241.jar| That file does not exist on our download mirrors. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

question about SUPPRESS_CORE parameter

2006-05-27 Thread Alexey Gaidukov
From the documentaiton: SUPPRESS_CORE 'YES' or 'NO' 'YES': core dumps of database kernel are suppressed 'NO' : core dumps of database kernel are not suppressed Why backtrace is suppressed when SUPPRESS_CORE=NO? 2006-05-27 10:56:48 0 ERR 12012 DBCRASH No stack backtrace since signal h

Wrong resultset in MaxDB 7.6.0.27 with using UDF

2006-05-27 Thread Alexey Gaidukov
I have the following UDF CREATE FUNCTION GetQuant( p_cab char(10)) returns smallint AS VAR v_quant smallint; v_dateres timestamp; BEGIN SELECT field into :v_quant from table where resid=:p_cab; return 1; END; The two following statement returns the same resultset SELECT