Book a Demo

Author Topic: Want to reconfigure VC settings.  (Read 2939 times)

Stolperwurm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Want to reconfigure VC settings.
« on: June 08, 2013, 01:20:44 am »
Hi,

I have an EA model with some version controlled nested packages. Some of the packages have Unique ID "UID1", some of them "UID2". I would like to rename all the Unique IDs to "UID3" but I don't find out how  :(.

Can anybody help me?

Best regards
Stolperwurm

(EA 10.0, Win7 SP1, ClearCase 7.1)
« Last Edit: June 08, 2013, 01:23:57 am by Humbalan »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Want to reconfigure VC settings.
« Reply #1 on: June 08, 2013, 05:05:12 am »
Write a SQL that alters t_package.packageFlags to be VCCFG=<VC>; where you need to change <VC> from the old to the new value.

q.

Stolperwurm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Want to reconfigure VC settings.
« Reply #2 on: June 10, 2013, 06:53:26 pm »
Thanks a lot