Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
After upgrade from 2.4 to 3.0 a customer had problems with two applications that they wrote a long time ago. Following error message occured when invoking the application: %OA-E-DBEOR, Error opening SHAREIT_MAC - File SHAREIT_MAC could not be opened -OA-E-BADRECSIZE, Record size for file does not match form It's a rather small application using a small indexed file as database. I found out that converting these datafiles, changing the recordsize to be exactly twice as its previous size, fixed this problem.... Question: Why did I have to convert/changing recordsize ? PS ! I'm quite happy with the current solution , but it's always nice to understand what's going on ... :-) DS Regards, H�kan Widman
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3050.1 | AIMTEC::ZANIEWSKI_D | Why would CSC specialists need training? | Thu Jul 22 1993 14:25 | 10 | |
I'll get you started. The error checking in v3.0 has increased to the point that if the record length on the actual file, doesn't agree with the number of bytes used in fields on the entry form, you get this error. Total the lengths of all the fields on the entry form(set). Modify the FDL to indicate the proper length. Create a new blank file and convert it. Dave Zaniewski |