Is there an automated way to remove the @Links Docu subtab?
search cancel

Is there an automated way to remove the @Links Docu subtab?

book

Article ID: 227944

calendar_today

Updated On:

Products

CA Automic One Automation

Issue/Introduction

For some of our jobs, we used the @Links Docu subtab. This is no longer required and we would like to remove this subtab. 
Is there a batch or automated way to remove this data? 

Environment

Release : 12.3

Component : AUTOMATION ENGINE

Cause

The @Links subtab is no longer required.

Resolution

To get rid of the links, the options are either to remove the link from each object in AWI, or a query similar to
{code:java}
delete from ODOC where ODOC_Name='@Links' and ODOC_OH_Idnr=1015001
{code}
may be executed, where the ODOC_OH_Idnr does correspond to the OH_Idnr of the objects where the Link tab has to be removed.