Re: liberrlog and errtmplt <jjs@jjshaffer.net> wrote in message news:<10fd2qso9h11104@corp.supernews.com>...
> Peter, liberrlog doesn't really give you the error text. I guess by the
> "generic error message" you mean the error description, and the "specific
> error text" would be the detail data. What you lack then is the
> description, the detail data is in el_detail_data.
Thanks Jim. The problem with el_detail_data, from what I can tell, is
that you have no idea with the format of that data is without the
template. The template will tell you what parts are ASCII, and what
parts are binary/hex.
I really hate to have to run errpt from within my code. Is there any
details on the format of the errtmplt file? If I knew the fields of
the binary records, and how they are laid out, I could parse the
errtmplt file on my own.
Thanks again. |