Previous Page | Next Page

System Options for Metadata

METAPASS= System Option



Specifies the password for the metadata server.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Communications: Metadata
PROC OPTIONS GROUP= META

Syntax
Syntax Description
Details
See Also

Syntax

METAPASS=password


Syntax Description

password

is the password for the user ID on the metadata server. The maximum length is 512 characters.

Note:   To specify an encoded password, use the PWENCODE procedure to disguise the text string, and specify the encoded password for METAPASS=. The metadata server decodes the encoded password. For more information, see the PWENCODE procedure in the Base SAS Procedures Guide.  [cautionend]

Note:   In a configuration file or at SAS invocation, the syntax for SAS system options is specific to your operating environment. For more information, see the SAS documentation for your operating environment.  [cautionend]


Details

This system option is one of a category of system options that define a connection to the metadata server.

When you are running interactively, you can be prompted for connection properties. Prompting occurs when either METASERVER= or METAPORT= are not specified. Prompting also occurs when METAUSER= or METAPASS= are not specified, and a trusted peer or IWA connection is rejected. For information about trusted peer and IWA, see the SAS Intelligence Platform: Security Administration Guide.


See Also

For information about the metadata server, see the SAS Intelligence Platform: System Administration Guide.

See Example: Configuration File.

See other system options:

METAAUTORESOURCES System Option

METACONNECT= System Option

METAENCRYPTALG System Option

METAENCRYPTLEVEL System Option

METAPORT= System Option

METAPROFILE System Option

METAPROTOCOL= System Option

METAREPOSITORY= System Option

METASERVER= System Option

METASPN= System Option

METAUSER= System Option

Previous Page | Next Page | Top of Page