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 Current »

Description

The MESSAGE_LEVEL option specifies the level of messages to write.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-l level



(tick)

(tick)

(tick)

Command Line, Long Form

-level level



(tick)

(tick)

(tick)

Environment Variable

UFTPLEVEL=level



(tick)

(tick)

(tick)

Configuration File Keyword

message_level level



(tick)

(tick)

(tick)

Values

level indicates either of the following level of messages:

  • trace
    Writes trace messages used for diagnostic purposes (see Trace Files, below).

Note

Use trace only as directed by Stonebranch, Inc. Customer Support.

  • audit
    Writes audit, informational, warning, and error messages.
  • info
    Writes informational, warning, and error messages.
  • warn
    Writes warning and error messages.
  • error
    Writes error messages only.

Default

UNIX

info

Windows

info

z/OS

info

Trace Files

UNIX

If UFTP is executed from a Universal Controller File Transfer or FTP File Monitor task, and the UAGSRV LOGLVL configuration option value is set to T (Trace), a UFTP trace file will be generated with the name uftp_execid.trc, where execid is a generated value that uniquely identifies the task.
 
If UFTP is executed directly from the command line, and its MESSAGE_LEVEL value is trace, a trace file with the name uftp_compid.trc is created, where compid is a unique component ID that UFTP receives when it registers with the local Universal Broker.

Windows

If UFTP is executed from a Universal Controller File Transfer or FTP File Monitor task, and the UAGSRV LOGLVL configuration option value is set to T (Trace), a UFTP trace file will be generated with the name uftp_execid.trc, where execid is a generated value that uniquely identifies the task.
 
If UFTP is executed directly from the command line, and its MESSAGE_LEVEL value is trace, a trace file with the name uftp_compid.trc is created, where compid is a unique component ID that UFTP receives when it registers with the local Universal Broker.

z/OS

Trace file is written to the data set referenced by the UNVTRACE ddname.

  • No labels