Dirk Kaspar wrote: > 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.
Mhm, you mixed two things: knldiag, the file we always ask for in case of errors, includes messages of all kinds of tasks, not only utility. There connects/releases of sessions, system errors, some info about filling of log, autosave and so on are written in. It has the installation parameter KERNELDIAGSIZE (in KB) The parameter you changed was UTILITY_PROTSIZE (in KB) which belongs to dbm.utl (default) in which 'utility' commands like restart/save/ shutdown/restore and their returncode (error or not) are written in. Why do you want to increase the size of one of these files ? What do you expect to see then? Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
