Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Add Remote Definition (ADDRMTDFN) command is used to define the attributes of a remote system and add them to the remote system definition table.
Restriction: The user must have *ALLOBJ authority.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SYSTEM | System name | Element list | Required, Positional 1 |
Element 1: System name | Character value, *ANY | ||
Element 2: System group | Character value | ||
TEXT | Text | Character value, *BLANK | Optional, Positional 2 |
MTGNTCDOC | Meeting notice document type | *FFTDCA, *EMN | Optional |
CALDTASTM | Calendar data stream | Single values: *NONE Other values (up to 5 repetitions): Communications name, *OV400 |
Optional |
RMTCALPWD | Calendar password | Simple name, *NONE | Optional |
RMTUSRAUT | Remote user authority | *PRIVATE, *PUBLIC, *MINIMUM, *EXCLUDE | Optional |
RMTLOCNAME | Remote location | Communications name, *SYSTEM | Optional |
LCLLOCNAME | Local location | Communications name, *LOC, *NETATR | Optional |
RMTNETID | Remote network identifier | Communications name, *LOC, *NETATR, *NONE | Optional |
MODE | Mode | Communications name, *NETATR | Optional |
Top |
Specifies the system name and system group of the remote system being defined.
This is a required parameter.
The possible values are:
The possible System Name value is:
The possible System Group value is:
Top |
Specifies text that describes the remote system definition.
The possible values are:
Top |
Specifies the type of meeting notice documents accepted by the remote system. If the system can accept Enterprise Meeting Notice Architecture documents (post-V2R1M1 AS/400 systems), you should specify *EMN for this parameter. If you are unsure, specify *FFTDCA for this parameter.
The possible values are:
Top |
Specifies the type of calendar data stream that the local system uses when sending a request for calendar information to this remote system. Each type of calendar data stream represents a format in which remote calendar requests are made from the local system to this remote system.
The possible values are:
Single Value:
Top |
Specifies the password that is associated with user profile QRMTCAL on the remote system. This user profile is used to sign on to the remote system when processing a request for calendar information.
The possible values are:
Top |
Specifies the object authority for calendar objects on the local system to be used for incoming requests for calendar information from remote system users. This parameter is used by OfficeVision calendar processing to determine authority to calendars.
The possible values are:
Top |
Specifies the remote location name of the remote system being added.
The possible values are:
Top |
Specifies the location name that identifies the local system to the remote system being added.
The possible values are:
Top |
Specifies the remote network identifier (ID) for the remote system being added.
The possible values are:
Top |
Specifies the name of the mode that defines the device sessions used to request data from the remote system.
The possible values are:
Top |
Example 1: Adding a Specific Remote Definition
ADDRMTDFN SYSTEM(ABCXYZ) TEXT('System XYZ') MTGNTCDOC(*EMN)
This command adds a definition for a remote system ABCXYZ and allows the system to accept enterprise meeting notice documents.
Example 2: Allowing Final Form Text Documents
ADDRMTDFN SYSTEM(*ANY) MTGNTCDOC(*FFTDCA)
This command allows all remote systems that do not have specific remote definitions to accept final form text meeting notices.
Example 3: Adding a Remote Definition with Password
ADDRMTDFN SYSTEM(DALLAS1) TEXT('SYSTEM1') MTGNTCDOC(*EMN) RMTCALPWD(CALPWD) LCLLOCNAME(*NETATR)
This command adds a definition for the remote system DALLAS1, which accepts enterprise meeting notice documents. The password to sign on the system is CALPWD. The remote system will identify the local system by the name specified in the system network attributes.
Top |
*ESCAPE Messages
Top |