Book a Demo

Author Topic: Batch update/change multiple elements  (Read 3040 times)

jamesH

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Batch update/change multiple elements
« on: July 09, 2007, 11:04:43 am »
I have several hundred requirements in 4 packages and I need to update some of the properties inall of the requirements. I tried selecting more than one requirements via the project browser and the CTRL key. I'm alble to select multiple elements but can not action them as a group.

For example, how would I update the "Version" field on multiple elemnets at the same time?

Thanks

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Batch update/change multiple elements
« Reply #1 on: July 09, 2007, 12:27:16 pm »
James,

I don't think you can do this easily, but I stand to be corrected.

[Anyone who knows the right 'tweak,' please chime in!]

You could do this with an SQL query to the underlying database, if you are careful. Or, a short add-in would do the trick.

David
No, you can't have it!

thomaskilian

  • Guest
Re: Batch update/change multiple elements
« Reply #2 on: July 09, 2007, 12:56:05 pm »
For certain properties an Update Package Status from the package's context menu might help. But likely you need what David suggested...

jamesH

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Batch update/change multiple elements
« Reply #3 on: July 09, 2007, 01:25:15 pm »
Underlying database? ?

You have intrigues me, what is the simplest way to access the database? I have access to MS SQL and MS Access....

THanks
« Last Edit: July 09, 2007, 01:25:33 pm by jamesH »

thomaskilian

  • Guest
Re: Batch update/change multiple elements
« Reply #4 on: July 10, 2007, 02:46:55 am »
Depends on what you are using. If you have .EAP files then these are simple MS Access databases (you can use ODBC and something like TOAD to SQL them - or even the build in SQL generator in EA's advance search to some extent). If you have a real repository then you can go directly into that database.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Batch update/change multiple elements
« Reply #5 on: July 10, 2007, 03:11:38 am »
James,

Do a search for my reply to Pierre earlier today. That might give you a starting point.

David
No, you can't have it!