Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. Security
  4. Events
  5. User Policies
  6. Operation Console Management
  7. System Properties
  8. Connections
  9. Connectivity to Informatica Intelligent Cloud Services
  10. Integration of Data Integration Hub with Enterprise Data Catalog
  11. Document Management
  12. Entity Management
  13. Export and Import
  14. Data Integration Hub Utilities
  15. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Deleting Publications

Deleting Publications

Add names of publications that you must delete from
Data Integration Hub
in an XML file and use the delete command to delete all publications mentioned in the file.

Syntax

Use the following command syntax to delete multiple publications.
deleteentities.bat [-e] Publication -f <file> [-p <password>] [-P <password>] [-u <user name>][--server <hostname:port>]

Parameters

The following table describes the command parameters:
Parameter
Description
-e
Include this parameter to define the type of entity that you want to delete.
-f
Absolute path of the file including the name of the file that lists application names.
-u
Include this parameter to enter the user name of
Data Integration Hub
. User ID must specify the user name separated by the security domain with an @ symbol. For example,
Administrator@informatica.com
-p
Include this parameter to update the password of the user account of
Data Integration Hub
-P
Include this parameter to update the password of the
Data Integration Hub
operation console.

Example

The following example command deletes publications from
Data Integration Hub
.
deleteentities.bat -e Publication -f /data/test/input.xml -u sys -p sys
An example of the content in the
input.xml
file is as follows:
<publications> <publication>ConnectedCar</publication> <publication>EmployeePublication</publication> </publications>

0 COMMENTS

We’d like to hear from you!