Book a Demo

Author Topic: HTML report nightly  (Read 3510 times)

Tim Twe

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
    • View Profile
HTML report nightly
« on: March 24, 2011, 03:02:51 am »
Hi,

I'd like to have a nightly scheduled task generate an HTML report of one of my EA models.  What is the recommendation to achieve this?

Ideally this is part of EA at the commandline however I suspect I'll be looking at the automation interface to kick one of the generators.

Thoughts?
-Tim

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: HTML report nightly
« Reply #1 on: March 24, 2011, 08:10:45 am »
Something like
Code: [Select]
m_Repository = new EA.RepositoryClass();
m_Repository.OpenFile(connectionString);
m_Repository.GetProjectInterface().RunHTMLReport (packageGUID, exportPath, "png", "", "")