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

Re: Where is the trace/debug command?

2021-10-05 Thread Paul Chernoff via 4D_Tech
Sorry, I should have been specific that this is a normal method, it is part of iLB package. But nothing special about it. The database code runs without problem if run as compiled. In iLB_Hook_Starup, a method used to run custom code to set values related to iLB and is nothing but comments, it

Re: Where is the trace/debug command?

2021-10-05 Thread John J Foster via 4D_Tech
Hi All, Barclay (author of iLB) has had issues where the Trace command in the source code files, when compiled with current versions of 4D v18/v19 will have this error. I believe, Barclay has to either comment out the Trace commands and recompile OR write a wrapper around the Trace command so