Resolving a TSS9079E INVALID DATA for a CPF nodes setting:
CPFNODES(SYSV(R,P)) receives
in the CA Top Secret parameter file.
CPFNODES(SYSV(R,P)) receives TSS9079E INVALID DATA in the CA Top Secret parameter file.
We want to CPF to send passwords.
If you specify 'R', you are telling the local node that it is a receive only node and that it will not send anything. Because of this, specifying R and P contradict each other. You cant be a receive only node and send passwords.
So to send passwords to SYV from SYSZ and vice versa, you will need the following commands:
On SYSZ, to send passwords only SYSV and SYSX. It will receive commands and passwords from SYSV and SYSX.
CPFNODES(SYSV(P))
CPFNODES(SYSX(P))