Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Uninstall the Server unit testing components for a specific DataStage project.

Syntax

NOTE: The username argument expects an Engine tier OS (Information Server) user, not a DataStage user. E.g: dsadm

Example

C:\> mettleci unittest uninstall-server-test-harness ^
  -server test1-engn.datamigrators.io ^
  -project DrewSandbox ^
  -username dsadm ^
  -password dsadmpwd
MettleCI Command Line (build 199)
(C) 2018-2022 Data Migrators Pty Ltd
Changing 'Command' logger level from INFO to INFO
Changing 'Shell' logger level from INFO to DEBUG
unittest uninstall-server-test-harness (v1.0-SNAPSHOT)
Decataloging program 'DSD.RUN'
Cataloging routine 'DSD_RUN.B' as 'DSD.RUN'
Decataloging program 'DSU.ExtractArgs'
Decataloging program 'DSD.RUN_ORIG'
Deleting routine 'DSU.ExtractArgs'
Deleting routine 'DSU.STUB'
Uninstall complete.
C:\>
  • No labels