Hi Dirk,
plaese handle very carefull what i show you know. There is a file, that
defines all parameter dependencies
of SAPDB parameter. This file is named 'cserv.pcf'. It is found in your
$INSTROOT/env directory.
First make a backup copy of cserv.pcf!!! If you succeed in destroying it,
you will no longer be able to
create databases etc. since all parameter settings depend on it!!!
Ok, now search for an 'ID KERNELDIAGSIZE' line. You will find a section
ID KERNELDIAGSIZE
TYPE int2
DEFAULT 100
MANDATORY YES
OVERRIDE YES <<<<<<<<<<<<<<<<<<----- Does not work!
GROUP EXTENDED
CODE
CALC 100 <<<<<<<<<<<<<<<<<<<<<<<----- remove this...
CONSTRAINT 100 KERNELDIAGSIZE <=
ENDCODE
EXPLAIN
Size of the file which contains all messages, warnings, and errors
of the database kernel.
The file is written cyclically.
The lower limit is:
100 <= KERNELDIAGSIZE
(2 bytes integer)
ENDEXPLAIN
HELP
Size of the diag file in pages
ENDHELP
I marked the two lines, that are the problem. OVERRIDE does not work... CALC
100 recalculates the value during the implizit 'param_checkall' phase, which
you cannot prevent. If you remove the CALC 100
you can increase the size. The 'CONSTRAINT' sets the lower limit.
CU
jrg
> -----Original Message-----
> From: Dirk Kaspar [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 19. M�rz 2002 16:29
> To: [EMAIL PROTECTED]
> Subject: How to change the size of the knldiag file?
>
>
> Hi,
>
> The knldiag Logfile has a default size of 100 Pages (800K).
> As far as I know
> the size is defined by the parameter UTILITY_PROTSIZE (named
> UTILITY_PROT_SIZE in the documentation). But I can't change
> the value of
> this parameter.
>
> I tried using the dbmcli with the following commands:
>
> parameter_startsession
> parameter_put UTILITY_PROTSIZE 200
> parameter_checkall
> parameter_commitsession
>
> The result was an OK without errormessage but the value
> remained unchanged.
>
>
> Mit freundlichen Gr��en
> Dirk Kaspar
>
>
> ***************************************
> Mail: [EMAIL PROTECTED]
> Web: www.pansoft.de
> Tel.: +49 (0)721 62532 - 14
> Fax: +49 (0)721 62532 - 44
>
> PANSOFT GmbH
> Tullastr. 28
> 76131 Karlsruhe
> ***************************************
> PANSOFT - Open Source of course!
>
> Wollen Sie mehr �ber PANSOFT & Open Source erfahren? Dann
> klicken Sie hier:
> http://www.pansoft.de/pansoftopensource.jsp
>
>
>
> _______________________________________________
> sapdb.general mailing list
> [EMAIL PROTECTED]
> http://listserv.sap.com/mailman/listinfo/sapdb.general
>
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general