Book a Demo

Author Topic: How to check for changes in Model  (Read 3049 times)

JimK

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
How to check for changes in Model
« on: April 04, 2010, 10:49:59 pm »
What is the best way to check to see what are the latest changes to a model?

Tx

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: How to check for changes in Model
« Reply #1 on: April 05, 2010, 12:16:00 pm »
Since the database does NOT have proper auditing columns on EVERY table you can't do a quick check of which rows have changed since the last time you looked...

You have to save baseline and then compare against it.

You'll need to read up on baselining in the help, before you start so that you set it up according to your specific needs.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

JimK

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: How to check for changes in Model
« Reply #2 on: April 05, 2010, 12:34:18 pm »
Hi Paolo,

Thanks for your reply here also.  I had looked at baselining, and was going to confirm - it is my impression that the saved baseline files are saved to a local (hard disk) file.  In fact, they seem to be saved to my tmp dir.  1) Is there any way to control where they get saved? 2) Does this mean that baselining is done independently by the various users who choose to do so?

Tx

Jim

Thelonius

  • EA User
  • **
  • Posts: 274
  • Karma: +6/-0
  • I think. Therefore I get paid.
    • View Profile
Re: How to check for changes in Model
« Reply #3 on: April 05, 2010, 01:41:24 pm »
JimK

Good questions, both this and the other.

And thanks Paolo for answering.

I had no idea!

Cheers
« Last Edit: April 05, 2010, 01:41:46 pm by jmcleod »

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: How to check for changes in Model
« Reply #4 on: April 05, 2010, 01:50:11 pm »
Quote
Hi Paolo,

Thanks for your reply here also.  I had looked at baselining, and was going to confirm - it is my impression that the saved baseline files are saved to a local (hard disk) file.  In fact, they seem to be saved to my tmp dir.  1) Is there any way to control where they get saved? 2) Does this mean that baselining is done independently by the various users who choose to do so?

Tx

Jim
I thought the actual baselines were held within the Repository (DB) as compressed versions of the files you saw.  I'm not an expert in this area but if you look in the DB you'll see the t_document table holds the baseline(s).

Baselining can be performed by anyone who has appropriate permission.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!