Re: Compiled Structure does not Match Data

2021-10-06 Thread Keith Goebel via 4D_Tech
> … but let's not kid ourselves > - we all know that what happens inside 4D is actually magic. :-) LOL ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html Options:

Re: Compiled Structure does not Match Data

2021-10-05 Thread Douglas von Roeder via 4D_Tech
The WEDD was a stretch - I know it officially went away but I've seen anomalies in structure files from waay back. "the structure file is itself a database and "Resources" is one of its internal tables. the error is effectively saying that the structure file can not be modified." Thanks for

Re: Compiled Structure does not Match Data

2021-10-05 Thread Keisuke Miyako via 4D_Tech
The structure and data files do not correspond to each other. The data file cannot be opened with this structure." That's a holdover from when 4D used the "WEDD" resource but that went away after 2004. the WEDD resource was indeed a token that was used to match a structure file to a data file,

Re: Compiled Structure does not Match Data

2021-10-05 Thread Keisuke Miyako via 4D_Tech
that will happen if you upgrade a structure file, then upgrade its data file, and try to use the 2 files. that is not allowed. you must either migrate both the structure and the data to v11+ at the same time, or use the already upgraded v11+ structure file to migrate the pre-v11 data file, or

Re: Compiled Structure does not Match Data

2021-10-05 Thread Douglas von Roeder via 4D_Tech
Peter: "The structure and data files do not correspond to each other. The data file cannot be opened with this structure." That's a holdover from when 4D used the "WEDD" resource but that went away after 2004 (?). [time passes] Yup, mind like a steel trap

Re: Compiled Structure does not Match Data

2021-10-05 Thread Charles Miller via 4D_Tech
you can try deleting match file if that doesn’t work try opening with original copy of structure and run tools Regards Chuck On Tue, Oct 5, 2021 at 6:53 PM Peter Adam via 4D_Tech <4d_tech@lists.4d.com> wrote: > I apolitically;ogise for asking a question related to v13 but my client > has been

Compiled Structure does not Match Data

2021-10-05 Thread Peter Adam via 4D_Tech
I apolitically;ogise for asking a question related to v13 but my client has been tardy in accepting an upgrade. However before making the move I have had to make some changes to the v13 DB and something that has been modified without issue for many years now is failing when I compile and