Sven Köhler wrote: > > It's a problem with a internal data structur. > > The size of this dynamic structure is to short for your command. > > You should increase the kernel parameter _WORKDATA_SIZE with > > dbmcli -d <dbname> -u <usr,pwd> param_directput _WORKDATA_SIZE 8192 > > or > > DBMGUI -> Configuration -> Parameters -> Support -> _WORKDATA_SIZE. > > We will change the default value for this parameter to avoid this > > problem in the future. > > Thx! that helped me a lot. The statement now works. > > Is it dangerous to set this parameter to high values? I've set it to > it's maximum (~16000).
It only increase the memory consumption of the kernel. For every connected session _WORKDATA_SIZE amount of memory is allocated. So if memory is not your problem ... Regards, Holger SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
