Re: ndbm error no 28

2006-10-27 Thread Mumia W.
On 10/27/2006 11:29 AM, C.R. wrote: Perl 5.6.1 on Solaris While storing a value to a dbm file (hash file) I get this error: "ndbm store returned -1, errno 28, key "11000-120" at excond.pl line 313, line 331." I think I may have reached the limit to the amount of data I can store in a recor

ndbm error no 28

2006-10-27 Thread C . R .
Perl 5.6.1 on Solaris While storing a value to a dbm file (hash file) I get this error: "ndbm store returned -1, errno 28, key "11000-120" at excond.pl line 313, line 331." I think I may have reached the limit to the amount of data I can store in a record. What is this limit? 2K? I don't thin

Re: NDBM Error

2001-05-25 Thread Timothy Kimball
Geraint Jones wrote: : "ndbm store returned -1, errno 0, key "C4842AE" at : /usr/local/httpd/cgi-bin/ism-web.pl line 49." : : This is the offending line: : : $STOCK{$act_on} += $val; Does the user that your CGI script runs as have write permission on the dbm file? -- tdk

NDBM Error

2001-05-25 Thread Geraint Jones
Hello folks, I get the error below in my CGI script which is a small database app. I am using NDBM_File and am 99% certain that everything is correct because I first wrote the script without using CGI and it worked perfectly. The following is that uncertain 1%: "ndbm store returned -1, errno 0