The next buglet in the property management VB app from http://www.yardi.com is right after I pick the datafile to open, it pops up with a dialog box titled "Database Exception", contents "Error: File table full. Op: Open. File: BANK.DAT [86:0:21]"
Now, what file table might that be? I tried editing c:\config.sys, and adding FILES=128, but that didn't help :-)
I'm attaching the output of ~/wine/wine --debugmsg +file,+dialog,+int21 --dll compobj,storage,ole2,ole32=n Y.EXE > y.log 2>&1 tar -cjvf y.tar.bz2 y.log
Suggestions welcome. I'm more than happy to raise that file table size, if only I knew which one it was... - Dan
--- Dan Kegel dank@kegel.com a écrit : > The next buglet in the property management VB app from
http://www.yardi.com is right after I pick the datafile to open, it pops up with a dialog box titled "Database Exception", contents "Error: File table full. Op: Open. File: BANK.DAT [86:0:21]"
[syl@snoop syl]$ grep -i BANK y.log [syl@snoop syl]$
this is the main thing I notice.
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Dan Kegel wrote:
The next buglet in the property management VB app from http://www.yardi.com is right after I pick the datafile to open, it pops up with a dialog box titled "Database Exception", contents "Error: File table full. Op: Open. File: BANK.DAT [86:0:21]"
Now, what file table might that be?
D'oh. It's Btrieve's file table. That's Btrieve error #86. (Notice the reference to the BTRVERR filename in the log; that's where the "File table full" message comes from.) Looking around on the web for that message, the corrective action is supposedly "The Btrieve file table is full. Use the Setup utility to specify a higher value in the Open Files option."
Um, setup utility? Ok... hmm... got it! The BTRIEVE6 subdirectory of the product has an app called W32MKSET.EXE that indeed lets you set the file table size! It has some UI glitches under Wine, but it works just well enough to let you set that parameter.
Now Yardi has some other problem, but hey, I learned something! - Dan