CreateSuperuser - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

CreateSuperuser

Purpose

Creates a super user to enable login to Meta Data Services.

Note: A super user has all of the privileges currently allowed to the built-in meta super user 'metasu'.

Requirements

The name of the super user must be unique. A super user may only be created by another super user.

Syntax

HRESULT CreateSuperuser(LPCTSTR Name, 
	LPCTSTR Password, 
	LPCTSTR Desc=NULL);
 

Argument

In/Out

Description

Name

In

Name of the super user.

Password

In

Password assigned to the super user. 5-14 characters.

Desc

In
(Optional)

Description of the super user.