Release Automation

 View Only
  • 1.  This project name was in use in the past and cannot be reused

    Posted Sep 09, 2016 11:53 AM

    Hi, by accident one of our developers erased a project name. I tried to create it again but I get the following error.

     

     

     

    Is there any workaround for this?

     

    Thanks.



  • 2.  Re: This project name was in use in the past and cannot be reused
    Best Answer

    Broadcom Employee
    Posted Sep 09, 2016 12:22 PM

    Hello Julio,

     

    I don't think there is an official/supported way to get these back. But it looks like they are stored in the rc_version table. I just ran a test where I deleted a project and it changed the archived value from false to true. To get it back I needed to run the following sql statement (mysql) for it to reappear in ROC:

    update rc_version set archived = '0' where name = 'Project_ABC';

     

    But deleting the project seems to also delete the Deployment Plans (which seem to be stored in the rc_release_candidate table which also have an achived flag). 

     

    Kind regards,

    Gregg



  • 3.  Re: This project name was in use in the past and cannot be reused

    Broadcom Employee
    Posted Sep 16, 2016 05:51 AM

    Hi Julio,

     Did Gregg suggestion, answered your query. If yest I want to request to mark the same as correct answer.

     

    Thanks,

     

    #openquestions