Expecting %1 authentication parameter(s) from client, but received %2 for script %3

Error code –10094
Error constant WRONG_AUTH_PARM_COUNT
Parameter 1 The number of parameters expected.
Parameter 2 The number of parameters passed up from the client.
Parameter 3 The script that needs the parameters.
Probable cause

The number of authentication parameters received from the client does not match the number expected. The number of client parameters should be two less than the number required by the authenticate_parameters script.