Re: Open a v17 data file when Structure is unknown

2021-02-23 Thread Jody Bevan via 4D_Tech
re: 4D thought through all of this with the v11 data file format. They wanted to make it super hard to do exactly what you are trying to do — take a data file that you have no structure file for and then reverse engineer out the structure so that you can extract the data. Yup, used that

Re: Open a v17 data file when Structure is unknown

2019-06-09 Thread Chip Scheide via 4D_Tech
Jorg, a couple of things to watch for: - hidden field(s) - I do not believe these will show up to be exported. - blobs - they will export, but without knowing what is in them... -- encrypted blobs - again they will export, but the data will be useless; and I do not believe there is any way to

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Jörg Knebel via 4D_Tech
Hi JPR, Thanks for all the additional input it helped a fair bit. I try to be careful not to loose anything in regards of structures (DBs), passwords and pass phrases. ;-) Cheers Jörg ** 4D Internet Users Group (4D iNUG)

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Kirk Brooks via 4D_Tech
Jorg, Sorry, I missed the bit about the compiled structure. Sounds like a difficult situation. But if you have access to user mode exporting all the data is as good a solution as any, really. It's slow doing the export but you only have to do it once. On Sat, Jun 8, 2019 at 6:31 PM Jörg Knebel

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Jörg Knebel via 4D_Tech
Hi Kirk, As mentioned in an other post the client has a compiled structure, but the guy the business was bought of refuses to hand over the source code. The funny thing is the business is based on and depends on that application, meaning no application/data no business. It is possible to go to

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread JPR via 4D_Tech
nges made in 4D since V11, for there are too many. HTH, My very best, JPR "Errare humanum est, perseverare diabolicum" (Seneca) > Message: 8 > Date: Sun, 9 Jun 2019 00:41:27 +1000 > From: Jörg Knebel > To: 4D Tech Mailing List Technical <4d_tech@lists.4d.com> >

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Kirk Brooks via 4D_Tech
Jorg, Well, one man's 'data rescue' is another man's 'data breach'. Frankly it sounds a little hinky that a client would have a lone datafile and no clue about where the structure file is or who created it. But I have run bars and restaurants in my past and am suspicious of stories like that. In

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Jörg Knebel via 4D_Tech
Kirk, > On 9 Jun 2019, at 24:01 AEST, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > As I recall the WEDD was a simple string supplied by the developer. I never > looked into how, or if, 4D used that string to create anything more complex > like a hash. Well, as a matter of fact,

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Kirk Brooks via 4D_Tech
Jorg, As I recall the WEDD was a simple string supplied by the developer. I never looked into how, or if, 4D used that string to create anything more complex like a hash. On Sat, Jun 8, 2019 at 12:37 AM Jörg Knebel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Since this project turned into a

Re: Open a v17 data file when Structure is unknown

2019-06-08 Thread Jörg Knebel via 4D_Tech
Thanks Keisuke, > On 7 Jun 2019, at 11:54 AEST, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > the data analyser written by JPR > > https://kb.4d.com/assetid=77253 > > had code that could essentially be used to retrieve structure information

Re: Open a v17 data file when Structure is unknown

2019-06-06 Thread Keisuke Miyako via 4D_Tech
the data analyser written by JPR https://kb.4d.com/assetid=77253 had code that could essentially be used to retrieve structure information out of a data file. (but it's a compiled database) I used it to write this tool to edit the UUID of a structure and data file (was WEDD resource in

Re: Open a v17 data file when Structure is unknown

2019-06-06 Thread Jörg Knebel via 4D_Tech
Hi Chuck & Tim, Thanks for all the input. I’m aware that I’m talking about some “hacking” a data file with a generic structure to retrieve the content. And I know about all the UUID used since v11 but I’m wondering where all the UUIDs are stored in the data file. As of now this all turned into

Re: Open a v17 data file when Structure is unknown

2019-06-06 Thread Charles Miller via 4D_Tech
Perhaps if you can prove ownership of the data 4D can assist. I know that even when you buy an application you do not own the app just a license to use but you do own the data What happened to the structure. Is there a compiled version somewhere Regards Chuck On Thu, Jun 6, 2019 at 3:20 PM Tim

Re: Open a v17 data file when Structure is unknown

2019-06-06 Thread Tim Nevels via 4D_Tech
On Jun 6, 2019, at 2:00 PM, Jörg Knebel wrote: > Has someone tried to find that “WEDD” resource in the structure and the data > file and has manipulate it already? > > I just want to prevent me going into “crazy, ridiculous amount of work and > effort” to get it done. The “WEDD” is a UUID. If

Re: Open a v17 data file when Structure is unknown

2019-06-05 Thread Tim Nevels via 4D_Tech
On Jun 5, 2019, at 2:00 PM, Jörg Knebel wrote: > G’day All, > > How do you retrieve data from a v17 data file when the structure is unknown? > > I tried to open it with some kind of generic structure (lots of tables with > 250 text-fields) each, like in the old days, but 4Dv17 "finds out" that

Re: Open a v17 data file when Structure is unknown

2019-06-04 Thread Charles Miller via 4D_Tech
Open in server and open wil sql. You might be able to get table and field definitions from 4Ds tables Regards Chuck On Tue, Jun 4, 2019 at 6:15 PM Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> wrote: > G’day All, > > How do you retrieve data from a v17 data file when the structure is >