![]() | |
#1
| |||
| |||
|
#2
| ||||||
| ||||||
|
|
Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. |
|
The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. |
|
I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. |
|
I plan on using a hex editor to piece the documents back. |
|
PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. |
|
Sorry Tony. I already tried. Peter |
#3
| |||
| |||
|
|
mdsi2000 wrote: Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. Those were Doc-U-Mentor files, then, not JET files, but they should be pretty similar. The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. You should be able to get JET on uniVerse, AFAIK. I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. For a JET installation, you'd look for files with "JET" or "TW" in their names. Can't speak to Doc-U-Mentor files, I'm afraid, but if you can write a utility to look in all the items in all the files in an account, you might be able to identify them by examining each line (attribute) and looking for those that start with leading backslash ("\") character. (Assuming Doc-U-Mentor uses the same standard as JET.) I plan on using a hex editor to piece the documents back. Should not be necessary, as the documents should be plain text, with the exception of some special characters, e.g. x'FD' for soft eol, x'F0' for tab, etc. Not clear to me what you plan to do with the documents, though... what does "piece back" mean? PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. So the people in house _don't_ get paid for the time they spend? =`8^o Interesting concept. If I'd known about that, I might still be a small business owner! =`;^ Sorry Tony. I already tried. Peter Peter: what is the significance of the Subject line, anyway? ='8^O "JET" + "dead" in the same breath = disconcerting (to me, at least!) -- frosty aka JET |
#4
| |||
| |||
|
|
mdsi2000 wrote: Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. Those were Doc-U-Mentor files, then, not JET files, but they should be pretty similar. The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. You should be able to get JET on uniVerse, AFAIK. I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. For a JET installation, you'd look for files with "JET" or "TW" in their names. Can't speak to Doc-U-Mentor files, I'm afraid, but if you can write a utility to look in all the items in all the files in an account, you might be able to identify them by examining each line (attribute) and looking for those that start with leading backslash ("\") character. (Assuming Doc-U-Mentor uses the same standard as JET.) I plan on using a hex editor to piece the documents back. Should not be necessary, as the documents should be plain text, with the exception of some special characters, e.g. x'FD' for soft eol, x'F0' for tab, etc. Not clear to me what you plan to do with the documents, though... what does "piece back" mean? PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. So the people in house _don't_ get paid for the time they spend? =`8^o Interesting concept. If I'd known about that, I might still be a small business owner! =`;^ Sorry Tony. I already tried. Peter Peter: what is the significance of the Subject line, anyway? ='8^O "JET" + "dead" in the same breath = disconcerting (to me, at least!) -- frosty aka JET |
#5
| |||
| |||
|
|
Sorry about the misleading subject. As I was typing my thoughts changed from what I wrote in the subject. I was trying to see if JET was still around. I do see files with a TW. I'll look at them more closely to see what is in there. Thanks. frosty wrote: mdsi2000 wrote: Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. Those were Doc-U-Mentor files, then, not JET files, but they should be pretty similar. The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. You should be able to get JET on uniVerse, AFAIK. I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. For a JET installation, you'd look for files with "JET" or "TW" in their names. Can't speak to Doc-U-Mentor files, I'm afraid, but if you can write a utility to look in all the items in all the files in an account, you might be able to identify them by examining each line (attribute) and looking for those that start with leading backslash ("\") character. (Assuming Doc-U-Mentor uses the same standard as JET.) I plan on using a hex editor to piece the documents back. Should not be necessary, as the documents should be plain text, with the exception of some special characters, e.g. x'FD' for soft eol, x'F0' for tab, etc. Not clear to me what you plan to do with the documents, though... what does "piece back" mean? PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. So the people in house _don't_ get paid for the time they spend? =`8^o Interesting concept. If I'd known about that, I might still be a small business owner! =`;^ Sorry Tony. I already tried. Peter Peter: what is the significance of the Subject line, anyway? ='8^O "JET" + "dead" in the same breath = disconcerting (to me, at least!) -- frosty aka JET |
#6
| |||
| |||
|
|
PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. |
#7
| |||
| |||
|
|
mdsi2000 wrote: PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. Kevin Powick wrote: They already are paying for it. And in the end, it may well cost them more. The "re-inventing the wheel" mentality always amazes me. |
#8
| |||
| |||
|
|
mdsi2000 wrote: PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. Kevin Powick wrote: They already are paying for it. And in the end, it may well cost them more. The "re-inventing the wheel" mentality always amazes me. I've seen it come from NIH (Not Invented Here) and from managers who have their own interests ahead of those of their employers. I stopped being amazed a long time ago. Nonplussed, maybe even disgusted, but no longer amazed. I'll put $20 USD on "will cost them more." =`:^p -- frosty Hey if there's a book running can I have $50 at evens. $US of course. |
#9
| |||
| |||
|
|
Sorry about the misleading subject. As I was typing my thoughts changed from what I wrote in the subject. I was trying to see if JET was still around. I do see files with a TW. I'll look at them more closely to see what is in there. |
#10
| |||
| |||
|
|
Hello, I'm trying to get some a couple of documents from Jet that was created in a Mentor in the late 90's. The system got converted to Universe NT, but Jet was never activated not converted. The files where just moved over. I noticed that there are DICTs and data files. Some of the DICTs are pretty large. My question is where I must look for the documents to extract the data. I plan on using a hex editor to piece the documents back. PS. I know that Tony Gravagno has a utility to convert, but management wants to keep it in house and doesn't want to pay for it. Sorry Tony. I already tried. Peter |
![]() |
| Thread Tools | |
| Display Modes | |
| |