Author Topic: Opening an empty model  (Read 1941 times)

ylangisc

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Opening an empty model
« on: June 29, 2011, 06:18:56 pm »
Hi,

I'm using the Automation API with Java in order to automatically generate HTML reports every night from the DB repository models. That seems to work fine so far but I have an issue with empty models. Empty means that I've created the appropriate tables in the database but the user has not transfered a model yet (or created a new model). Opening such a db model leads to a password dialog which I cannot control in my Java code. That means that my nightly process just hangs at this point.

Is there any way to work around this issue?

Thanks
Yves