Author Topic: How to automatically generate HTML pages every night  (Read 1744 times)

snoack

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • UML Dino
    • View Profile
How to automatically generate HTML pages every night
« on: August 24, 2022, 03:41:07 pm »
Hi,

many years ago i worked in a project where EA was on a db server and html pages were automatically generated every night.
If i remember this was a scheduled task running a shell script.

I mentioned this to my current project and now have to implement something similar - but alas i have no idea how to do this.

I already searched the forum and documentation but cannot find anything that would help me - i know how to model but not how to script or access EA from the command line and it has been years since i have written a VB script.

Can someone point me towards a good starting point please?

Thank you in advance - Sabine

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
« Last Edit: August 24, 2022, 06:01:55 pm by Geert Bellekens »

snoack

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • UML Dino
    • View Profile
Re: How to automatically generate HTML pages every night
« Reply #2 on: August 24, 2022, 04:36:48 pm »
This migh get you started:

Geert

Wow, thank you!