Book a Demo

Author Topic: When load generated HTML Report, Error!  (Read 5723 times)

mjohn

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
When load generated HTML Report, Error!
« on: May 15, 2008, 04:52:59 pm »
When I generate Html Report for aaaaaa package,  When load the generated index.html file,

Ie show the errors:
//////////////////////////////////////////////////////////////////////////////
An error occured while loading data files, please confirm that all files have been generated and are intact.
//////////////////////////////////////////////////////////////////////////////

but when When I generate Html Report for aaaaaa's parent package-Business Process Model,  it's ok.

after I debug, I found  below two lines code conflict each other.

function tocBuildItem(i) {
  if (tocTab[0].indexOf(':')!=-1)
......
  if (document.getElementById(tocTab[6])==null) return 'i'+i;
}

in the generated javascript file "displayToc.js".



 :-[This form is so bad, that I even can't upload a attchment.
« Last Edit: May 15, 2008, 04:54:42 pm by mjohn »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: When load generated HTML Report, Error!
« Reply #1 on: May 16, 2008, 08:21:47 am »
This came up recently in another thread.  I believe that an older version of EA had a problem with some versions of IE.  The solution was an newer displayToc.js that you could by contacting support via email.  (This is not a support forum and that's why you can't add attachments, please try the support form link at the bottom of this page.)
« Last Edit: May 16, 2008, 11:11:04 am by simonm »