Book a Demo

Author Topic: Issue with RunHTMLReport  (Read 3074 times)

Mercador

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Issue with RunHTMLReport
« on: May 23, 2012, 03:54:11 am »
Hello!

I did a small app in Java for exporting XMI and generating reports on schedule basis.

I got an issue with the RunHTMLReport method. With a EAP file with a size of 2mb, it works correctly but when I do the same method on a 20mb EAP file, it simply pass through generating only the frame of the documentation...

At first, I thought it was because the 20mb file did have a security within it. But I tried the same security on the 2mb file and it still works...

So I wonder if there's some sort of limitation for the RunHTMLReport method ? I tried the RunReport as well and I got the same issue (works with 2mb file but not a 20mb file).

Thanks for your time.