Pathmaker Messages Manual

Pathmaker Messages
2–68 067870 Tandem Computers Incorporated
Formal parameter is matched by more than one actual parameter
param-name
Cause. A SEND or CALL action passes more than one value to a formal parameter of a
service or requester. The formal parameter is indicated by
param-name
.
Issued by PMADL.
Effect. The requester description is not stored in the catalog.
Recovery. Ensure that each formal parameter of the target service or requester is used
only once in the CALL or SEND action.
Formal parameter is not defined by the target object —
param-name
Cause. A SEND or CALL action passes a value to a formal parameter of a service or
requester, but the parameter is not defined as such by the target service or requester.
The undefined, formal parameter is indicated by
param-name
.
Issued by PMADL.
Effect. The requester description is not stored in the catalog.
Recovery. Remove the PASS clause which references the undefined parameter from the
CALL or SEND action, or define the parameter in the target requester or service.
Formal parameter not matched by an actual parameter —
param-
name
Cause. A SEND or CALL action does not pass values to all of the formal parameters of
the target service or requester. The unmatched, formal parameter is indicated by
param-name
.
Issued by PMADL.
Effect. The requester description is not stored in the catalog.
Recovery. Add a PASS clause which passes a value to the unmatched parameter to the
CALL or SEND action.