Decommission of Application

Hi ,

We have performed decommission of Application (abcd) through IIQ Console by using below command.

After execution of command only Application definition of abcd application and entitlements related to the abcd application are deleted from entitlement catalog. Any changes(removing) are not done in the Active certification of the Application.

How can we remove Application from Active Certification?

IIQ Command : delete Application “abcd”

Can anyone help regarding this.

Thanks,
Akash

Hi @AkashRaavi131,

for remove from a certification, you need to delete all certificationItem of this application into certification.

I suggest to you reject all those workitem instead of deletion.

Hi @enistri_devo

Thanks for reply,

This is in production, lot of users are having the same application, so we cannot delete all certification Item of this Application by manually.

Thanks,
Akash

Hi @AkashRaavi131,

you can use a rule

Via query you can get all the certification items
Then run the delete command via iiq console for all the entries.

This is another way apart from doing via a rule.

Hi @vinnysail ,

Thanks for the reply,
we can’t do in production environment.
Can we use refresh task or any out off the box tasks for removal of Application from active certifications?

Thanks,
Akash

Hi @vinnysail,

dont exist a task that you can delete/close those item.
You have 3 way:

  1. Rule
  2. DB
  3. Console

With a Rule you can serach all the certificationItem for this application and delete.
Into DB, you can make a delete on those record.
Via Console, as @vinnysail says, with a list of this object.

I suggest the rule because, you can search and delete with SP funcion and you are sure a correct and clean deletion

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.