error -59 in upopmail->SetSecurity operation
Author: alejandron@afsi.com (danieto)
Under Uniface 9.4, I'm getting a $procerror = -59 error every time that I call the SetSecurity Operation. Here is a portion of the code:
newinstance "UPOPMAIL", $upopmail$
;Place a security driver into the security context:
v_ss_properties = "SMTP=UAuthLoginSMTP·;USE=opt"
v_ss_parameters = "USER=%%v_decoded_user%%%·;PASSWORD=%%v_decoded_pwd%%%"
$upopmail$->SetSecurity(v_ss_properties, v_ss_parameters)
if ($status < 0)
return (-1)
endif
Had anyone experienced this problem?
Thanks,