Creating a Viewpoint User for Data Collection - Advanced SQL Engine - Teradata Workload Management

Teradata Vantage™ - Workload Management User Guide

Product
Advanced SQL Engine
Teradata Workload Management
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
pzr1600284001549.ditamap
dita:ditavalPath
pzr1600284001549.ditaval
dita:id
B035-1197
lifecycle
previous
Product Category
Software
Teradata Vantage
  1. Run the following script on the Advanced SQL Engine:
    .logon dbc,dbc
    
    create user viewpoint as perm=2e9
    password=viewpoint;
    
    create user console as perm=50000, spool=50000, account='$H-remoteconsole-use', password=console, fallback;
    .logoff
    For more information about creating Viewpoint users, see Teradata® Viewpoint Installation, Configuration, and Upgrade Guide for Customers, B035-2207.