For static specification, this parameter is available as a
keyword subparameter of the
NTRPC
macro. For dynamic specification, this parameter is available as a keyword
subparameter of the profile parameter RPC
.
It determines whether or not logon data are required for an RPC server request.
LOGONRQ
is specified on the server side only.
Possible settings | ON |
A logon is required; that is, the server only accepts requests from clients which include logon data in the RPC server request. For conversational requests, the logon data is only necessary when the conversation is opened. |
---|---|---|
OFF |
A logon is not required. Logon data is nevertheless processed. | |
Default setting | OFF |
|
Dynamic specification | yes | |
Specification within session | no |
For Natural clients the logon data can either be requested:
by setting the LOGON
option of the
SYSRPC
Service
Directory Maintenance;
using the logon indicator of the profile parameter
DFS
.
You are strongly recommended to set LOGONRQ=ON
if the
Natural RPC server runs under Natural Security. For further information, see
Using
Natural RPC with Natural Security in the Natural
Remote Procedure Call (RPC) documentation.
For additional information on Natural RPC, see the Natural Remote Procedure Call (RPC) documentation.