[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
4130.0. "Rename DOCDB ?" by WAYOUT::CLARKE () Tue May 03 1994 18:42
If you rename form DOCDB and try to use it to modify records in DOCDB.DAT you
get the following messages;
%OA-E-DBEOR, Error opening ASTONSDOCDB - File DISK$USERS:[CLARKE.A1]DOCD
B.DAT;
-OA-E-BADRECSIZE, Record size for file does not match form
%OA-E-DBEOR, Error opening ASTONSDOCDB - File DISK$USERS:[CLARKE.A1]DOCD
B.DAT;
-OA-E-BADRECSIZE, Record size for file does not match form
%OA-E-ENTEOO, Error opening output file "OA$CURDWR_DIRECT:DOCDB.DAT"
-OA-E-BADRECSIZE, Record size for file does not match form
%OA-E-EIF, Error occurred while form ASTONSDOCDB was current
-OA-E-ENTEOO, Error opening output file "!AS"
I think that this is something to do with the new computed fields which I assume
DOCDB is hardcoded at code level as a special case.
Customer would like to know for academic interest how this can be changed.
Thanks
Aston
T.R | Title | User | Personal Name | Date | Lines |
---|
4130.1 | No DOCDB abuse please! | IOSG::MAURICE | Six Programmers in search of an analyst | Tue May 03 1994 18:50 | 18 |
| Hi,
> I think that this is something to do with the new computed fields which I
> assume DOCDB is hardcoded at code level as a special case.
That's right. What exactly is the user trying to do? Modifying fields
should be done in order of preference:
CABINET CHANGE_ATTRIBUTE function
WRITE CHANGE CAB$ ...
or (last resort)
WRITE CHANGE DOCDB ...
HTH
Stuart
|