= This reply posted for the benfit of any future sufferers =
Could it be in the t_template.Template memo field by any chance?
Nope - that contains code and export (csv) templates (by value)

Or, t_document.FileName (check that one to be sure),
t_document seems to be the actual linked doc and doesn't contain a "FileName" field.

or t_objectfiles.FileName
Nope - that's for (the old) linked files, not (the new) linked docs.

or my best guess: t_object.GenFile.
Nope thats the code gen file.

Maybe I'm ululating up the wrong eucalypt
I have an artifact element (stereotype <<document>>) which has a linked document. When I try to open that doc EA crashes with the following sequence:
1) document window appears
2) msgbox popup title "Error" message "Some character formatting data missing" appears - click OK
3) msgbox popup title "Char Tag Ids" (sic) message "Some character formatting data missing" appears - click OK
4) msgbox popup title "Char Lead Bytes" message "Some character formatting data missing" appears - click OK
5) msgbox popup title "Error" message "Font table incomplete" appears - click OK
6) Two exe crash debug error occurs at blah blah popups follow and EA exits.
The t_document row for the concerned element is as follows"
DocID={1FBBF414-A660-45ce-B363-8E3E138DAA3C}
DocName="Use Case Model::Artifact1"
Notes=""
Style=""
ElementID={609FB754-CA56-429b-A244-33D8CE15D4E4}
ElementType="ModelDocument"
StrContent=""
BinContent=<long binary data>
DocType="ModelDocument"
Author=""
Version=""
IsActive=""
Sequence=""
DocDate=""
So it looks like the document itself is corrupted. But what I really want is the template I used back

I am placing a support request re the corrupt doc but has anyone else got any clues as to where the
templates are stored?
bruce